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
top
top
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
top
top
top
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
|
|