creole.drivers.pgsql
[ class tree: creole.drivers.pgsql ] [ index: creole.drivers.pgsql ] [ all elements ]

Element index for package creole.drivers.pgsql

[ a ] [ c ] [ e ] [ g ] [ i ] [ n ] [ p ] [ r ] [ s ] [ _ ]

_

__construct
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
top

a

applyLimit
in file PgSQLConnection.php, method PgSQLConnection::applyLimit()
top

c

close
in file PgSQLResultSet.php, method PgSQLResultSet::close()
close
in file PgSQLConnection.php, method PgSQLConnection::close()
commit
in file PgSQLConnection.php, method PgSQLConnection::commit()
    Commit the current transaction.
connect
in file PgSQLConnection.php, method PgSQLConnection::connect()
    Connect to a database and log in as the specified user.
createStatement
in file PgSQLConnection.php, method PgSQLConnection::createStatement()
top

e

escape
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::escape()
    Quotes string using native pgsql function (pg_escape_string).
executeQuery
in file PgSQLConnection.php, method PgSQLConnection::executeQuery()
executeUpdate
in file PgSQLConnection.php, method PgSQLConnection::executeUpdate()
top

g

getArray
in file PgSQLResultSet.php, method PgSQLResultSet::getArray()
    Reads a column as an array.
getBlob
in file PgSQLResultSet.php, method PgSQLResultSet::getBlob()
    Returns Blob with contents of column value.
getBoolean
in file PgSQLResultSet.php, method PgSQLResultSet::getBoolean()
getDatabaseInfo
in file PgSQLConnection.php, method PgSQLConnection::getDatabaseInfo()
getId
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::getId()
getIdGenerator
in file PgSQLConnection.php, method PgSQLConnection::getIdGenerator()
getIdMethod
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::getIdMethod()
getNativeType
in file PgSQLTypes.php, method PgSQLTypes::getNativeType()
getRecordCount
in file PgSQLResultSet.php, method PgSQLResultSet::getRecordCount()
getType
in file PgSQLTypes.php, method PgSQLTypes::getType()
getUpdateCount
in file PgSQLConnection.php, method PgSQLConnection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
top

i

isAfterInsert
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::isAfterInsert()
isBeforeInsert
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::isBeforeInsert()
top

n

next
in file PgSQLResultSet.php, method PgSQLResultSet::next()
top

p

PgSQLConnection.php
procedural page PgSQLConnection.php
PgSQLIdGenerator.php
procedural page PgSQLIdGenerator.php
PgSQLPreparedStatement.php
procedural page PgSQLPreparedStatement.php
PgSQLResultSet.php
procedural page PgSQLResultSet.php
PgSQLStatement.php
procedural page PgSQLStatement.php
PgSQLTypes.php
procedural page PgSQLTypes.php
PgSQLConnection
in file PgSQLConnection.php, class PgSQLConnection
    PgSQL implementation of Connection.
PgSQLIdGenerator
in file PgSQLIdGenerator.php, class PgSQLIdGenerator
    PostgreSQL IdGenerator implemenation.
PgSQLPreparedStatement
in file PgSQLPreparedStatement.php, class PgSQLPreparedStatement
    PgSQL subclass for prepared statements.
PgSQLResultSet
in file PgSQLResultSet.php, class PgSQLResultSet
    PostgreSQL implementation of ResultSet.
PgSQLStatement
in file PgSQLStatement.php, class PgSQLStatement
    PostgreSQL Statement implementation.
PgSQLTypes
in file PgSQLTypes.php, class PgSQLTypes
    PostgreSQL types / type map.
prepareCall
in file PgSQLConnection.php, method PgSQLConnection::prepareCall()
prepareStatement
in file PgSQLConnection.php, method PgSQLConnection::prepareStatement()
top

r

rollback
in file PgSQLConnection.php, method PgSQLConnection::rollback()
    Roll back (undo) the current transaction.
top

s

seek
in file PgSQLResultSet.php, method PgSQLResultSet::seek()
    Postgres doesn't actually move the db pointer. The specific row is fetched by call to pg_fetch_array() rather than by a seek and then an unspecified pg_fetch_array() call.
setArray
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setArray()
    Sets an array.
setBlob
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setBlob()
    Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite.
setBoolean
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setBoolean()
    For setting value of Postgres BOOLEAN column.
top

Documentation generated on Mon, 23 Aug 2004 21:51:00 -0400 by phpDocumentor 1.3.0RC3