[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

a

alterDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::alterDatabase()
    alter an existing database
alterTable
in file pgsql.php, method MDB2_Driver_Manager_pgsql::alterTable()
    alter an existing table
top

b

beginTransaction
in file pgsql.php, method MDB2_Driver_pgsql::beginTransaction()
    Start a transaction or set a savepoint.
top

c

commit
in file pgsql.php, method MDB2_Driver_pgsql::commit()
    Commit the database changes done during a transaction that is in progress or release a savepoint. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after committing the pending changes.
connect
in file pgsql.php, method MDB2_Driver_pgsql::connect()
    Connect to the database
createDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createDatabase()
    create a new database
createSequence
in file pgsql.php, method MDB2_Driver_Manager_pgsql::createSequence()
    create sequence
currID
in file pgsql.php, method MDB2_Driver_pgsql::currID()
    Returns the current id of a sequence
top

d

databaseExists
in file pgsql.php, method MDB2_Driver_pgsql::databaseExists()
    check if given database name is exists?
deleteOID
in file pgsql.php, method MDB2_Driver_Native_pgsql::deleteOID()
    delete an OID
disconnect
in file pgsql.php, method MDB2_Driver_pgsql::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropConstraint()
    drop existing constraint
dropDatabase
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropDatabase()
    drop an existing database
dropSequence
in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropSequence()
    drop existing sequence
dropTable
in file pgsql.php, method MDB2_Statement_pgsql::dropTable()
    drop an existing table
top

e

errorInfo
in file pgsql.php, method MDB2_Driver_pgsql::errorInfo()
    This method is used to collect information about an error
escape
in file pgsql.php, method MDB2_Driver_pgsql::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
executeStoredProc
in file pgsql.php, method MDB2_Driver_Function_pgsql::executeStoredProc()
    Execute a stored procedure and return any results
top

f

fetchRow
in file pgsql.php, method MDB2_Result_pgsql::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file pgsql.php, method MDB2_Statement_pgsql::free()
    Release resources allocated for the specified prepared query.
free
in file pgsql.php, method MDB2_Result_pgsql::free()
    Free the internal resources associated with result.
top

g

getSequenceName
in file pgsql.php, method MDB2_Driver_pgsql::getSequenceName()
    adds sequence name formatting to a sequence name
getServerVersion
in file pgsql.php, method MDB2_Driver_pgsql::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableConstraintDefinition()
    Get the structure of a constraint into an array
getTableFieldDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTriggerDefinition()
    Get the structure of a trigger into an array
getTypeDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
top

i

$identifier_quoting
in file pgsql.php, variable MDB2_Driver_pgsql::$identifier_quoting
top

l

lastInsertID
in file pgsql.php, method MDB2_Driver_pgsql::lastInsertID()
    Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)
listDatabases
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listDatabases()
    list all databases
listFunctions
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listFunctions()
    list all functions in the current database
listSequences
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listSequences()
    list all sequences in the current database
listTableConstraints
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableConstraints()
    list all constraints in a table
listTableFields
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableFields()
    list all fields in a table in the current database
listTableIndexes
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableIndexes()
    list all indexes in a table
listTables
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTables()
    list all tables in the current database
listTableTriggers
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableTriggers()
    list all triggers in the database that reference a given table
listTableViews
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableViews()
    list the views in the database that reference a given table
listUsers
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listUsers()
    list all users
listViews
in file pgsql.php, method MDB2_Driver_Manager_pgsql::listViews()
    list all views in the current database
top

m

mapPrepareDatatype
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::mapPrepareDatatype()
    Maps an mdb2 datatype to native prepare type
matchPattern
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::matchPattern()
    build a pattern matching string
MDB2_BufferedResult_pgsql
in file pgsql.php, class MDB2_BufferedResult_pgsql
    MDB2 PostGreSQL buffered result driver
MDB2_Driver_Datatype_pgsql
in file pgsql.php, class MDB2_Driver_Datatype_pgsql
    MDB2 PostGreSQL driver
MDB2_Driver_Function_pgsql
in file pgsql.php, class MDB2_Driver_Function_pgsql
    MDB2 MySQL driver for the function modules
MDB2_Driver_Manager_pgsql
in file pgsql.php, class MDB2_Driver_Manager_pgsql
    MDB2 MySQL driver for the management modules
MDB2_Driver_Native_pgsql
in file pgsql.php, class MDB2_Driver_Native_pgsql
    MDB2 PostGreSQL driver for the native module
MDB2_Driver_pgsql
in file pgsql.php, class MDB2_Driver_pgsql
    MDB2 PostGreSQL driver
MDB2_Driver_Reverse_pgsql
in file pgsql.php, class MDB2_Driver_Reverse_pgsql
    MDB2 PostGreSQL driver for the schema reverse engineering module
MDB2_Result_pgsql
in file pgsql.php, class MDB2_Result_pgsql
    MDB2 PostGreSQL result driver
MDB2_Statement_pgsql
in file pgsql.php, class MDB2_Statement_pgsql
    MDB2 PostGreSQL statement driver
top

n

nextID
in file pgsql.php, method MDB2_Driver_pgsql::nextID()
    Returns the next free id of a sequence
nextResult
in file pgsql.php, method MDB2_Result_pgsql::nextResult()
    Move the internal result pointer to the next available result
numCols
in file pgsql.php, method MDB2_Result_pgsql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file pgsql.php, method MDB2_BufferedResult_pgsql::numRows()
    Returns the number of rows in a result object
top

p

pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
patternEscapeString
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::patternEscapeString()
    build string to define escape pattern string
prepare
in file pgsql.php, method MDB2_Driver_pgsql::prepare()
    Prepares a query for multiple execution with execute().
top

r

random
in file pgsql.php, method MDB2_Driver_Function_pgsql::random()
    return string to call a function to get random value inside an SQL statement
rollback
in file pgsql.php, method MDB2_Driver_pgsql::rollback()
    Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after canceling the pending changes.
top

s

$string_quoting
in file pgsql.php, variable MDB2_Driver_pgsql::$string_quoting
seek
in file pgsql.php, method MDB2_BufferedResult_pgsql::seek()
    Seek to a specific row in a result set
setCharset
in file pgsql.php, method MDB2_Driver_pgsql::setCharset()
    Set the charset on the current connection
setTransactionIsolation
in file pgsql.php, method MDB2_Driver_pgsql::setTransactionIsolation()
    Set the transacton isolation level.
standaloneQuery
in file pgsql.php, method MDB2_Driver_pgsql::standaloneQuery()
    execute a query as DBA
substring
in file pgsql.php, method MDB2_Driver_Function_pgsql::substring()
    return string to call a function to get a substring inside an SQL statement
top

t

tableInfo
in file pgsql.php, method MDB2_Driver_Reverse_pgsql::tableInfo()
    Returns information about a table or a result set
truncateTable
in file pgsql.php, method MDB2_Driver_Manager_pgsql::truncateTable()
    Truncate an existing table (if the TRUNCATE TABLE syntax is not supported, it falls back to a DELETE FROM TABLE query)
top

u

unixtimestamp
in file pgsql.php, method MDB2_Driver_Function_pgsql::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
top

v

vacuum
in file pgsql.php, method MDB2_Driver_Manager_pgsql::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
valid
in file pgsql.php, method MDB2_BufferedResult_pgsql::valid()
    Check if the end of the result set has been reached
top

_

_baseConvertResult
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_baseConvertResult()
    General type conversion method
_doConnect
in file pgsql.php, method MDB2_Driver_pgsql::_doConnect()
    Do the grunt work of connecting to the database
_doQuery
in file pgsql.php, method MDB2_Driver_pgsql::_doQuery()
    Execute a query
_getAdvancedFKOptions
in file pgsql.php, method MDB2_Driver_Manager_pgsql::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getIntegerDeclaration
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_mapNativeDatatype
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyManipQuery
in file pgsql.php, method MDB2_Driver_pgsql::_modifyManipQuery()
    Changes a manip query string for various DBMS specific reasons
_modifyQuery
in file pgsql.php, method MDB2_Driver_pgsql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteBLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteBoolean
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteCLOB
in file pgsql.php, method MDB2_Driver_Datatype_pgsql::_quoteCLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
__construct
in file pgsql.php, method MDB2_Driver_pgsql::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 15:51:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.