Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
a
- $auto_commit
- in file MDB2.php, variable MDB2_Driver_Common::$auto_commit
- addError
- in file Console_TestListener.php, method Console_TestListener::addError()
- addError
- in file HTML_TestListener.php, method HTML_TestListener::addError()
- addFailure
- in file HTML_TestListener.php, method HTML_TestListener::addFailure()
- addFailure
- in file Console_TestListener.php, method Console_TestListener::addFailure()
- affectedRows
- in file mysql.php, method MDB2_Driver_mysql::affectedRows()
returns the affected rows of a query
- affectedRows
- in file mssql.php, method MDB2_Driver_mssql::affectedRows()
returns the affected rows of a query
- affectedRows
- in file ibase.php, method MDB2_Driver_ibase::affectedRows()
returns the affected rows of a query
- affectedRows
- in file sqlite.php, method MDB2_Driver_sqlite::affectedRows()
returns the affected rows of a query
- affectedRows
- in file MDB2.php, method MDB2_Driver_Common::affectedRows()
returns the affected rows of a query
- affectedRows
- in file fbsql.php, method MDB2_Driver_fbsql::affectedRows()
returns the affected rows of a query
- alterTable
- in file mssql.php, method MDB2_Driver_Manager_mssql::alterTable()
alter an existing table
- alterTable
- in file Common.php, method MDB2_Driver_Manager_Common::alterTable()
alter an existing table
- alterTable
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::alterTable()
alter an existing table
- alterTable
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::alterTable()
alter an existing table
- alterTable
- in file oci8.php, method MDB2_Driver_Manager_oci8::alterTable()
alter an existing table
- alterTable
- in file ibase.php, method MDB2_Driver_Manager_ibase::alterTable()
alter an existing table
- alterTable
- in file mysql.php, method MDB2_Driver_Manager_mysql::alterTable()
alter an existing table
- alterTable
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::alterTable()
alter an existing table
- apiVersion
- in file MDB2.php, method MDB2::apiVersion()
Return the MDB2 API version
- array_change_key_case
- in file MDB2.php, function array_change_key_case()
- autoCommit
- in file oci8.php, method MDB2_Driver_oci8::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file pgsql.php, method MDB2_Driver_pgsql::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file Driver_skeleton.php, method MDB2_xxx::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file mssql.php, method MDB2_Driver_mssql::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file fbsql.php, method MDB2_Driver_fbsql::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file ibase.php, method MDB2_Driver_ibase::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file sqlite.php, method MDB2_Driver_sqlite::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file mysql.php, method MDB2_Driver_mysql::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoCommit
- in file MDB2.php, method MDB2_Driver_Common::autoCommit()
Define whether database changes done on the database be automatically committed. This function may also implicitly start or end a transaction.
- autoExecute
- in file Extended.php, method MDB2_Extended::autoExecute()
Make automaticaly an insert or update query and call prepare() and executeParams() with it
- autoPrepare
- in file Extended.php, method MDB2_Extended::autoPrepare()
Make automaticaly an insert or update query and call prepare() with it
top
top
c
- CASE_LOWER
- in file MDB2.php, constant CASE_LOWER
- CASE_UPPER
- in file MDB2.php, constant CASE_UPPER
- checkSupportedChanges
- in file ibase.php, method MDB2_Driver_Manager_ibase::checkSupportedChanges()
check if planned changes are supported
- clearTables
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::clearTables()
- clearTables
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::clearTables()
- commit
- in file Driver_skeleton.php, method MDB2_xxx::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file oci8.php, method MDB2_Driver_oci8::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file mssql.php, method MDB2_Driver_mssql::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file mysql.php, method MDB2_Driver_mysql::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file pgsql.php, method MDB2_Driver_pgsql::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file fbsql.php, method MDB2_Driver_fbsql::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file sqlite.php, method MDB2_Driver_sqlite::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file ibase.php, method MDB2_Driver_ibase::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- commit
- in file MDB2.php, method MDB2_Driver_Common::commit()
Commit the database changes done during a transaction 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 committing the pending changes.
- connect
- in file ibase.php, method MDB2_Driver_ibase::connect()
Connect to the database
- connect
- in file Manager.php, method MDB2_Tools_Manager::connect()
Create a new MDB2 connection object and connect to the specified database
- connect
- in file mssql.php, method MDB2_Driver_mssql::connect()
Connect to the database
- connect
- in file querysim.php, method MDB2_Driver_querysim::connect()
Open a file or simulate a successful database connect
- connect
- in file sqlite.php, method MDB2_Driver_sqlite::connect()
Connect to the database
- connect
- in file pgsql.php, method MDB2_Driver_pgsql::connect()
Connect to the database
- connect
- in file oci8.php, method MDB2_Driver_oci8::connect()
Connect to the database
- connect
- in file mysql.php, method MDB2_Driver_mysql::connect()
Connect to the database
- connect
- in file fbsql.php, method MDB2_Driver_fbsql::connect()
Connect to the database
- connect
- in file MDB2.php, method MDB2::connect()
Create a new MDB2 connection object and connect to the specified database
- connect
- in file Driver_skeleton.php, method MDB2_xxx::connect()
Connect to the database
- Console_TestListener
- in file Console_TestListener.php, class Console_TestListener
- convertResult
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file mssql.php, method MDB2_Driver_Datatype_mssql::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file oci8.php, method MDB2_Driver_Datatype_oci8::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file Common.php, method MDB2_Driver_Datatype_Common::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file ibase.php, method MDB2_Driver_Datatype_ibase::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file mysql.php, method MDB2_Driver_Datatype_mysql::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResult
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::convertResult()
convert a value to a RDBMS indepdenant MDB2 type
- convertResultRow
- in file Common.php, method MDB2_Driver_Datatype_Common::convertResultRow()
convert a result row
- createDatabase
- in file oci8.php, method MDB2_Driver_Manager_oci8::createDatabase()
create a new database
- createDatabase
- in file mysql.php, method MDB2_Driver_Manager_mysql::createDatabase()
create a new database
- createDatabase
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createDatabase()
create a new database
- createDatabase
- in file ibase.php, method MDB2_Driver_Manager_ibase::createDatabase()
create a new database
- createDatabase
- in file mssql.php, method MDB2_Driver_Manager_mssql::createDatabase()
create a new database
- createDatabase
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::createDatabase()
create a new database
- createDatabase
- in file Common.php, method MDB2_Driver_Manager_Common::createDatabase()
create a new database
- createDatabase
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::createDatabase()
create a new database
- createDatabase
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::createDatabase()
create a new database
- createIndex
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::createIndex()
get the stucture of a field into an array
- createIndex
- in file Common.php, method MDB2_Driver_Manager_Common::createIndex()
get the stucture of a field into an array
- createIndex
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::createIndex()
get the stucture of a field into an array
- createIndex
- in file mysql.php, method MDB2_Driver_Manager_mysql::createIndex()
get the stucture of a field into an array
- createIndex
- in file ibase.php, method MDB2_Driver_Manager_ibase::createIndex()
get the stucture of a field into an array
- createIndex
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createIndex()
get the stucture of a field into an array
- createLOB
- in file Common.php, method MDB2_Driver_Datatype_Common::createLOB()
Create a handler object of a specified class with functions to retrieve data from a large object data stream.
- createSequence
- in file mysql.php, method MDB2_Driver_Manager_mysql::createSequence()
create sequence
- createSequence
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::createSequence()
create sequence
- createSequence
- in file oci8.php, method MDB2_Driver_Manager_oci8::createSequence()
create sequence
- createSequence
- in file mssql.php, method MDB2_Driver_Manager_mssql::createSequence()
create sequence
- createSequence
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createSequence()
create sequence
- createSequence
- in file Common.php, method MDB2_Driver_Manager_Common::createSequence()
create sequence
- createSequence
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::createSequence()
create sequence
- createSequence
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::createSequence()
create sequence
- createSequence
- in file ibase.php, method MDB2_Driver_Manager_ibase::createSequence()
create sequence
- createTable
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::createTable()
create a new table
- createTable
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::createTable()
create a new table
- createTable
- in file Common.php, method MDB2_Driver_Manager_Common::createTable()
create a new table
- createTable
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::createTable()
create a new table
- createTable
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::createTable()
create a new table
- createTable
- in file mysql.php, method MDB2_Driver_Manager_mysql::createTable()
create a new table
- current
- in file Iterator.php, method MDB2_Iterator::current()
return a row of data
- currID
- in file mysql.php, method MDB2_Driver_mysql::currID()
returns the current id of a sequence
- currID
- in file sqlite.php, method MDB2_Driver_sqlite::currID()
returns the current id of a sequence
- currID
- in file ibase.php, method MDB2_Driver_ibase::currID()
returns the current id of a sequence
- currID
- in file fbsql.php, method MDB2_Driver_fbsql::currID()
returns the current id of a sequence
- currId
- in file Driver_skeleton.php, method MDB2_xxx::currId()
returns the current id of a sequence
- currID
- in file mssql.php, method MDB2_Driver_mssql::currID()
returns the current id of a sequence
- currID
- in file pgsql.php, method MDB2_Driver_pgsql::currID()
returns the current id of a sequence
- currID
- in file MDB2.php, method MDB2_Driver_Common::currID()
returns the current id of a sequence
- Common.php
- procedural page Common.php
- Common.php
- procedural page Common.php
- Common.php
- procedural page Common.php
- clitest.php
- procedural page clitest.php
- Console_TestListener.php
- procedural page Console_TestListener.php
top
d
- $database
- in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$database
- $database
- in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$database
- $database
- in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$database
- $database
- in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$database
- $database_definition
- in file Manager.php, variable MDB2_Tools_Manager::$database_definition
- $database_extension
- in file ibase.php, variable MDB2_Driver_ibase::$database_extension
- $database_extension
- in file sqlite.php, variable MDB2_Driver_sqlite::$database_extension
- $database_path
- in file ibase.php, variable MDB2_Driver_ibase::$database_path
- $database_path
- in file sqlite.php, variable MDB2_Driver_sqlite::$database_path
- $db
- in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$db
- $db
- in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$db
- $db
- in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$db
- $db
- in file Manager.php, variable MDB2_Tools_Manager::$db
- $db_index
- in file mysql.php, variable MDB2_Driver_Native_mysql::$db_index
- $db_index
- in file oci8.php, variable MDB2_Driver_Native_oci8::$db_index
- $db_index
- in file ibase.php, variable MDB2_Driver_Native_ibase::$db_index
- $db_index
- in file mssql.php, variable MDB2_Driver_Native_mssql::$db_index
- $db_index
- in file sqlite.php, variable MDB2_Driver_Native_sqlite::$db_index
- $db_index
- in file fbsql.php, variable MDB2_Driver_Native_fbsql::$db_index
- $db_index
- in file pgsql.php, variable MDB2_Driver_Native_pgsql::$db_index
- $db_index
- in file Common.php, variable MDB2_Driver_Manager_Common::$db_index
- $db_index
- in file MDB2.php, variable MDB2_Driver_Common::$db_index
index of the MDB2 object within the $GLOBALS['_MDB2_databases'] array
- $db_index
- in file Driver_Native_skeleton.php, variable MDB2_Native_xxx::$db_index
- $db_index
- in file Extended.php, variable MDB2_Extended::$db_index
- $db_index
- in file Common.php, variable MDB2_Driver_Datatype_Common::$db_index
- $db_index
- in file Common.php, variable MDB2_Driver_Reverse_Common::$db_index
- $debug_output
- in file MDB2.php, variable MDB2_Driver_Common::$debug_output
- $decimal_factor
- in file sqlite.php, variable MDB2_Driver_sqlite::$decimal_factor
- $decimal_factor
- in file ibase.php, variable MDB2_Driver_ibase::$decimal_factor
- $decimal_factor
- in file Driver_skeleton.php, variable MDB2_xxx::$decimal_factor
- $decimal_factor
- in file fbsql.php, variable MDB2_Driver_fbsql::$decimal_factor
- $decimal_factor
- in file pgsql.php, variable MDB2_Driver_pgsql::$decimal_factor
- $default_values
- in file Manager.php, variable MDB2_Tools_Manager::$default_values
- $driver_input_file
- in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$driver_input_file
- $dsn
- in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$dsn
- $dsn
- in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$dsn
- $dsn
- in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$dsn
- $dsn
- in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$dsn
- $dummy_primary_key
- in file mysql.php, variable MDB2_Driver_mysql::$dummy_primary_key
- date2Mdbstamp
- in file Date.php, method MDB2_Date::date2Mdbstamp()
convert a date into a MDB2 timestamp
- debug
- in file MDB2.php, method MDB2_Driver_Common::debug()
set a debug message
- debugOutput
- in file MDB2.php, method MDB2_Driver_Common::debugOutput()
output debug info
- debugOutput
- in file Manager.php, method MDB2_Tools_Manager::debugOutput()
output debug info
- deleteOID
- in file pgsql.php, method MDB2_Driver_Native_pgsql::deleteOID()
delete an OID
- destroyLOB
- in file Common.php, method MDB2_Driver_Datatype_Common::destroyLOB()
Free any resources allocated during the lifetime of the large object handler object.
- disconnect
- in file MDB2.php, method MDB2_Driver_Common::disconnect()
Log out and disconnect from the database.
- disconnect
- in file Manager.php, method MDB2_Tools_Manager::disconnect()
Log out and disconnect from the database.
- dropDatabase
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropDatabase()
drop an existing database
- dropDatabase
- in file mysql.php, method MDB2_Driver_Manager_mysql::dropDatabase()
drop an existing database
- dropDatabase
- in file mssql.php, method MDB2_Driver_Manager_mssql::dropDatabase()
drop an existing database
- dropDatabase
- in file oci8.php, method MDB2_Driver_Manager_oci8::dropDatabase()
drop an existing database
- dropDatabase
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropDatabase()
drop an existing database
- dropDatabase
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropDatabase()
drop an existing database
- dropDatabase
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropDatabase()
drop an existing database
- dropDatabase
- in file Common.php, method MDB2_Driver_Manager_Common::dropDatabase()
drop an existing database
- dropDatabase
- in file ibase.php, method MDB2_Driver_Manager_ibase::dropDatabase()
drop an existing database
- dropIndex
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropIndex()
drop existing index
- dropIndex
- in file mysql.php, method MDB2_Driver_Manager_mysql::dropIndex()
drop existing index
- dropIndex
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropIndex()
drop existing index
- dropIndex
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropIndex()
drop existing index
- dropIndex
- in file Common.php, method MDB2_Driver_Manager_Common::dropIndex()
drop existing index
- dropSequence
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropSequence()
drop existing sequence
- dropSequence
- in file Common.php, method MDB2_Driver_Manager_Common::dropSequence()
drop existing sequence
- dropSequence
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::dropSequence()
drop existing sequence
- dropSequence
- in file oci8.php, method MDB2_Driver_Manager_oci8::dropSequence()
drop existing sequence
- dropSequence
- in file mysql.php, method MDB2_Driver_Manager_mysql::dropSequence()
drop existing sequence
- dropSequence
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::dropSequence()
drop existing sequence
- dropSequence
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropSequence()
drop existing sequence
- dropSequence
- in file mssql.php, method MDB2_Driver_Manager_mssql::dropSequence()
drop existing sequence
- dropSequence
- in file ibase.php, method MDB2_Driver_Manager_ibase::dropSequence()
drop existing sequence
- dropTable
- in file Common.php, method MDB2_Driver_Manager_Common::dropTable()
drop an existing table
- dropTable
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::dropTable()
drop an existing table
- dumpDatabase
- in file Manager.php, method MDB2_Tools_Manager::dumpDatabase()
Dump a previously parsed database structure in the Metabase schema XML based format suitable for the Metabase parser. This function may optionally dump the database definition with initialization commands that specify the data that is currently present in the tables.
- Driver_Datatype_skeleton.php
- procedural page Driver_Datatype_skeleton.php
- Driver_Manager_skeleton.php
- procedural page Driver_Manager_skeleton.php
- Driver_Native_skeleton.php
- procedural page Driver_Native_skeleton.php
- Driver_Reverse_skeleton.php
- procedural page Driver_Reverse_skeleton.php
- Driver_skeleton.php
- procedural page Driver_skeleton.php
- Date.php
- procedural page Date.php
top
e
- $escape_quotes
- in file ibase.php, variable MDB2_Driver_ibase::$escape_quotes
- $escape_quotes
- in file pgsql.php, variable MDB2_Driver_pgsql::$escape_quotes
- $escape_quotes
- in file querysim.php, variable MDB2_Driver_querysim::$escape_quotes
- $escape_quotes
- in file oci8.php, variable MDB2_Driver_oci8::$escape_quotes
- $escape_quotes
- in file mssql.php, variable MDB2_Driver_mssql::$escape_quotes
- $escape_quotes
- in file fbsql.php, variable MDB2_Driver_fbsql::$escape_quotes
- $escape_quotes
- in file mysql.php, variable MDB2_Driver_mysql::$escape_quotes
- $escape_quotes
- in file Driver_skeleton.php, variable MDB2_xxx::$escape_quotes
- $escape_quotes
- in file sqlite.php, variable MDB2_Driver_sqlite::$escape_quotes
- endOfLOB
- in file Common.php, method MDB2_Driver_Datatype_Common::endOfLOB()
Determine whether it was reached the end of the large object and therefore there is no more data to be read for the its input stream.
- endTest
- in file Console_TestListener.php, method Console_TestListener::endTest()
- endTest
- in file HTML_TestListener.php, method HTML_TestListener::endTest()
- errorInfo
- in file mssql.php, method MDB2_Driver_mssql::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file pgsql.php, method MDB2_Driver_pgsql::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file ibase.php, method MDB2_Driver_ibase::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file sqlite.php, method MDB2_Driver_sqlite::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file Driver_skeleton.php, method MDB2_xxx::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file fbsql.php, method MDB2_Driver_fbsql::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file mysql.php, method MDB2_Driver_mysql::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file oci8.php, method MDB2_Driver_oci8::errorInfo()
This method is used to collect information about an error
- errorInfo
- in file MDB2.php, method MDB2_Driver_Common::errorInfo()
This method is used to collect information about an error
- errorMessage
- in file MDB2.php, method MDB2::errorMessage()
Return a textual error message for a MDB2 error code
- errorNative
- in file MDB2.php, method MDB2_Driver_Common::errorNative()
returns an errormessage, provides by the database
- escape
- in file MDB2.php, method MDB2_Driver_Common::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.
- execute
- in file MDB2.php, method MDB2_Driver_Common::execute()
Execute a prepared query statement.
- executeMultiple
- in file MDB2.php, method MDB2_Driver_Common::executeMultiple()
This function does several executeParams() calls on the same statement handle.
- executeParams
- in file MDB2.php, method MDB2_Driver_Common::executeParams()
Executes a prepared SQL query
- example.php
- procedural page example.php
- Extended.php
- procedural page Extended.php
top
f
- $fields
- in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$fields
- $fields
- in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$fields
- $fields
- in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$fields
- factory
- in file MDB2.php, method MDB2::factory()
Create a new MDB2 object for the specified database type type
- fetch
- in file MDB2.php, method MDB2_Result_Common::fetch()
fetch value from a result set
- fetch
- in file fbsql.php, method MDB2_Result_mysql::fetch()
fetch value from a result set
- fetch
- in file ibase.php, method MDB2_Result_ibase::fetch()
fetch value from a result set
- fetch
- in file mssql.php, method MDB2_Result_mssql::fetch()
fetch value from a result set
- fetch
- in file querysim.php, method MDB2_Result_querysim::fetch()
fetch value from a result set
- fetch
- in file oci8.php, method MDB2_Result_oci8::fetch()
fetch value from a result set
- fetch
- in file Driver_skeleton.php, method MDB2_Result_xxx::fetch()
fetch value from a result set
- fetch
- in file pgsql.php, method MDB2_Result_pgsql::fetch()
fetch value from a result set
- fetchAll
- in file MDB2.php, method MDB2_Result_Common::fetchAll()
Fetch and return a column of data (it uses fetchRow for that)
- fetchCol
- in file MDB2.php, method MDB2_Result_Common::fetchCol()
Fetch and return a column of data (it uses current for that)
- fetchRow
- in file ibase.php, method MDB2_BufferedResult_oci8::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file pgsql.php, method MDB2_Result_pgsql::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file MDB2.php, method MDB2_Result_Common::fetchRow()
Fetch and return a row of data
- fetchRow
- in file oci8.php, method MDB2_Result_oci8::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file Driver_skeleton.php, method MDB2_Result_xxx::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file fbsql.php, method MDB2_Result_mysql::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file ibase.php, method MDB2_Result_ibase::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file querysim.php, method MDB2_Result_querysim::fetchRow()
Fetch a row and insert the data into an existing array.
- fetchRow
- in file mssql.php, method MDB2_Result_mssql::fetchRow()
Fetch a row and insert the data into an existing array.
- free
- in file MDB2.php, method MDB2_Result_Common::free()
Free the internal resources associated with result.
- free
- in file mssql.php, method MDB2_Result_mssql::free()
Free the internal resources associated with $result.
- free
- in file oci8.php, method MDB2_Result_oci8::free()
Free the internal resources associated with $result.
- free
- in file ibase.php, method MDB2_Result_ibase::free()
Free the internal resources associated with $result.
- free
- in file Driver_skeleton.php, method MDB2_Result_xxx::free()
Free the internal resources associated with result.
- free
- in file pgsql.php, method MDB2_Result_pgsql::free()
Free the internal resources associated with result.
- free
- in file fbsql.php, method MDB2_Result_mysql::free()
Free the internal resources associated with result.
- free
- in file Iterator.php, method MDB2_Iterator::free()
Free the internal resources associated with result.
- free
- in file ibase.php, method MDB2_BufferedResult_oci8::free()
Free the internal resources associated with $result.
- freeBLOBValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::freeBLOBValue()
free a binary large object
- freeBLOBValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::freeBLOBValue()
free a binary large object
- freeBLOBValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::freeBLOBValue()
free a binary large object
- freeBLOBValue
- in file Common.php, method MDB2_Driver_Datatype_Common::freeBLOBValue()
free a binary large object
- freeBlobValue
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::freeBlobValue()
free a binary large object
- freeBLOBValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::freeBLOBValue()
free a binary large object
- freeBLOBValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::freeBLOBValue()
free a binary large object
- freeBLOBValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::freeBLOBValue()
free a binary large object
- freeClobValue
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::freeClobValue()
free a chracter large object
- freeCLOBValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file Common.php, method MDB2_Driver_Datatype_Common::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::freeCLOBValue()
free a character large object
- freeCLOBValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::freeCLOBValue()
free a character large object
- freeLOBValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::freeLOBValue()
free a large object
- freePrepared
- in file MDB2.php, method MDB2_Driver_Common::freePrepared()
Release resources allocated for the specified prepared query.
- fbsql.php
- procedural page fbsql.php
- fbsql.php
- procedural page fbsql.php
- fbsql.php
- procedural page fbsql.php
- fbsql.php
- procedural page fbsql.php
- fbsql.php
- procedural page fbsql.php
top
g
- get
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::get()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- get
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::get()
- getAll
- in file MDB2.php, method MDB2_Driver_Common::getAll()
Fetch all the rows returned from a query.
- getBLOBDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getBLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
- getBLOBValue
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBlobValue
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::getBlobValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBLOBValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getBLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBooleanDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getBooleanDeclaration()
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
- getBooleanDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getBooleanDeclaration()
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
- getBooleanDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getBooleanDeclaration()
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
- getBooleanDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getBooleanDeclaration()
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
- getBooleanValue
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getBooleanValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBooleanValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getBooleanValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBooleanValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getBooleanValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getBooleanValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getBooleanValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getCLOBDeclaration()
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
- getCLOBValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getClobValue
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::getClobValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCLOBValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getCLOBValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getCol
- in file MDB2.php, method MDB2_Driver_Common::getCol()
Fetch a single column from a result set and return it as an indexed array.
- getColumnNames
- in file ibase.php, method MDB2_Result_ibase::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file pgsql.php, method MDB2_Result_pgsql::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file oci8.php, method MDB2_Result_oci8::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file fbsql.php, method MDB2_Result_mysql::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file mssql.php, method MDB2_Result_mssql::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file querysim.php, method MDB2_Result_querysim::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file MDB2.php, method MDB2_Result_Common::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getColumnNames
- in file Driver_skeleton.php, method MDB2_Result_xxx::getColumnNames()
Retrieve the names of columns returned by the DBMS in a query result.
- getDateDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare an date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
- getDateDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getDateDeclaration()
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
- getDateValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getDateValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDateValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getDateValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDateValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getDateValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
- getDecimalDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getDecimalDeclaration()
Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
- getDecimalValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDecimalValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getDecimalValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getDeclaration
- in file MDB2.php, method MDB2_Driver_Common::getDeclaration()
Obtain DBMS specific SQL code portion needed to declare of the given type
- getDefinitionFromDatabase
- in file Manager.php, method MDB2_Tools_Manager::getDefinitionFromDatabase()
Attempt to reverse engineer a schema structure from an existing MDB2 This method can be used if no xml schema file exists yet.
- getDSN
- in file MDB2.php, method MDB2_Driver_Common::getDSN()
return the DSN as a string
- getFieldDeclarationList
- in file Common.php, method MDB2_Driver_Manager_Common::getFieldDeclarationList()
get declaration of a number of field in bulk
- getFloatDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare an float type field to be used in statements like CREATE TABLE.
- getFloatDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getFloatDeclaration()
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
- getFloatValue
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getFloatValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getFloatValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getInsertID
- in file sqlite.php, method MDB2_Driver_Native_sqlite::getInsertID()
get last insert ID
- getInsertID
- in file fbsql.php, method MDB2_Driver_Native_fbsql::getInsertID()
get last insert ID
- getInsertID
- in file mysql.php, method MDB2_Driver_Native_mysql::getInsertID()
get last insert ID
- getInsertID
- in file mssql.php, method MDB2_Driver_Native_mssql::getInsertID()
get last insert ID
- getIntegerDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getIntegerDeclaration()
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
- getIntegerDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getIntegerDeclaration()
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
- getIntegerDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getIntegerDeclaration()
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
- getIntegerDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getIntegerDeclaration()
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
- getIntegerDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getIntegerDeclaration()
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
- getIntegerValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getIntegerValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getOne
- in file MDB2.php, method MDB2_Driver_Common::getOne()
Fetch the first column of the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
- getOption
- in file Manager.php, method MDB2_Tools_Manager::getOption()
returns the value of an option
- getOption
- in file MDB2.php, method MDB2_Driver_Common::getOption()
returns the value of an option
- getResource
- in file MDB2.php, method MDB2_Result_Common::getResource()
return the resource associated with the result object
- getRow
- in file MDB2.php, method MDB2_Driver_Common::getRow()
Fetch the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
- getSequenceDefinition
- in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getSequenceDefinition()
get the stucture of a sequence into an array
- getSequenceDefinition
- in file Common.php, method MDB2_Driver_Reverse_Common::getSequenceDefinition()
get the stucture of a sequence into an array
- getSequenceName
- in file MDB2.php, method MDB2_Driver_Common::getSequenceName()
adds sequence name formating to a sequence name
- getTableFieldDefinition
- in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableFieldDefinition()
get the stucture of a field into an array
- getTableFieldDefinition
- in file Common.php, method MDB2_Driver_Manager_Common::getTableFieldDefinition()
get the stucture of a field into an array
- getTableFieldDefinition
- in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getTableFieldDefinition()
get the stucture of a field into an array
- getTableFieldDefinition
- in file Common.php, method MDB2_Driver_Reverse_Common::getTableFieldDefinition()
get the stucture of a field into an array
- getTableFieldDefinition
- in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableFieldDefinition()
get the stucture of a field into an array
- getTableFieldDefinition
- in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableFieldDefinition()
get the stucture of a field into an array
- getTableIndexDefinition
- in file mysql.php, method MDB2_Driver_Reverse_mysql::getTableIndexDefinition()
get the stucture of an index into an array
- getTableIndexDefinition
- in file pgsql.php, method MDB2_Driver_Reverse_pgsql::getTableIndexDefinition()
get the stucture of an index into an array
- getTableIndexDefinition
- in file Common.php, method MDB2_Driver_Manager_Common::getTableIndexDefinition()
get the stucture of an index into an array
- getTableIndexDefinition
- in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableIndexDefinition()
get the stucture of an index into an array
- getTableIndexDefinition
- in file Common.php, method MDB2_Driver_Reverse_Common::getTableIndexDefinition()
get the stucture of an index into an array
- getTableIndexDefinition
- in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::getTableIndexDefinition()
get the stucture of an index into an array
- getTests
- in file testUtils.php, function getTests()
given a class name it returns an array of test* methods
- getTextDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextDeclaration
- in file mssql.php, method MDB2_Driver_Datatype_mssql::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getTextDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTextValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getTextValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimeDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an time type field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
- getTimeDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTimeDeclaration()
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file mysql.php, method MDB2_Driver_Datatype_mysql::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file Common.php, method MDB2_Driver_Datatype_Common::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
- getTimestampDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getTimestampDeclaration()
Obtain DBMS specific SQL code portion needed to declare an timestamp type field to be used in statements like CREATE TABLE.
- getTimestampValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getTimestampValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimestampValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getTimestampValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimestampValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTimestampValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimeValue
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::getTimeValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimeValue
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTimeValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTimeValue
- in file Common.php, method MDB2_Driver_Datatype_Common::getTimeValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getTypeDeclaration
- in file ibase.php, method MDB2_Driver_Datatype_ibase::getTypeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getTypeDeclaration
- in file oci8.php, method MDB2_Driver_Datatype_oci8::getTypeDeclaration()
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
- getValue
- in file MDB2.php, method MDB2_Driver_Common::getValue()
Convert a text value into a DBMS specific format that is suitable to compose query statements.
- getWarnings
- in file Manager.php, method MDB2_Tools_Manager::getWarnings()
get all warnings in reverse order.
- getWarnings
- in file MDB2.php, method MDB2_Driver_Common::getWarnings()
get all warnings in reverse order.
- grepForTest
- in file testUtils.php, function grepForTest()
this is used (with array filter) to filter out the test*
top
h
- handle_pear_error
- in file example.php, function handle_pear_error()
- hasMore
- in file mssql.php, method MDB2_BufferedResult_mssql::hasMore()
check if the end of the result set has been reached
- hasMore
- in file pgsql.php, method MDB2_BufferedResult_pgsql::hasMore()
check if the end of the result set has been reached
- hasMore
- in file sqlite.php, method MDB2_BufferedResult_sqlite::hasMore()
check if the end of the result set has been reached
- hasMore
- in file Iterator.php, method MDB2_Iterator::hasMore()
check if the end of the result set has been reached
- hasMore
- in file querysim.php, method MDB2_BufferedResult_querysim::hasMore()
check if the end of the result set has been reached
- hasMore
- in file Iterator.php, method MDB2_BufferedIterator::hasMore()
check if the end of the result set has been reached
- hasMore
- in file fbsql.php, method MDB2_BufferedResult_mysql::hasMore()
check if the end of the result set has been reached
- hasMore
- in file ibase.php, method MDB2_BufferedResult_oci8::hasMore()
check if the end of the result set has been reached
- hasMore
- in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::hasMore()
check if the end of the result set has been reached
- hasPrev
- in file Iterator.php, method MDB2_BufferedIterator::hasPrev()
check if there is a previous row
- HTML_TestListener
- in file HTML_TestListener.php, class HTML_TestListener
- HTML_TestListener.php
- procedural page HTML_TestListener.php
top
i
- $invalid_names
- in file Manager.php, variable MDB2_Tools_Manager::$invalid_names
- implodeArray
- in file Common.php, method MDB2_Driver_Datatype_Common::implodeArray()
apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
- insertTestValues
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::insertTestValues()
- insertTestValues
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::insertTestValues()
- isConnection
- in file MDB2.php, method MDB2::isConnection()
Tell whether a value is a MDB2 connection
- isError
- in file MDB2.php, method MDB2::isError()
Tell whether a result code from a MDB2 method is an error
- isManip
- in file MDB2.php, method MDB2::isManip()
Tell whether a query is a data manipulation query (insert, update or delete) or a data definition query (create, drop, alter, grant, revoke).
- isResult
- in file MDB2.php, method MDB2::isResult()
Tell whether a value is a MDB2 result
- ibase.php
- procedural page ibase.php
- ibase.php
- procedural page ibase.php
- ibase.php
- procedural page ibase.php
- ibase.php
- procedural page ibase.php
- ibase.php
- procedural page ibase.php
- Iterator.php
- procedural page Iterator.php
top
l
- $last_query
- in file MDB2.php, variable MDB2_Driver_Common::$last_query
- $limits
- in file mssql.php, variable MDB2_Result_mssql::$limits
- $limits
- in file oci8.php, variable MDB2_Result_oci8::$limits
- $limits
- in file ibase.php, variable MDB2_Result_ibase::$limits
- $lob_input_file
- in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$lob_input_file
- limitQuery
- in file Extended.php, method MDB2_Extended::limitQuery()
Generates a limited query
- listDatabases
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::listDatabases()
list all databases
- listDatabases
- in file mysql.php, method MDB2_Driver_Manager_mysql::listDatabases()
list all databases
- listDatabases
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listDatabases()
list all databases
- listDatabases
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listDatabases()
list all databases
- listDatabases
- in file oci8.php, method MDB2_Driver_Manager_oci8::listDatabases()
list all databases
- listDatabases
- in file Common.php, method MDB2_Driver_Manager_Common::listDatabases()
list all databases
- listDatabases
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listDatabases()
list all databases
- listFunctions
- in file Common.php, method MDB2_Driver_Manager_Common::listFunctions()
list all functions in the current database
- listSequences
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listSequences()
list all sequences in the current database
- listSequences
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listSequences()
list all sequences in the current database
- listSequences
- in file mysql.php, method MDB2_Driver_Manager_mysql::listSequences()
list all sequences in the current database
- listSequences
- in file Common.php, method MDB2_Driver_Manager_Common::listSequences()
list all sequences in the current database
- listSequences
- in file ibase.php, method MDB2_Driver_Manager_ibase::listSequences()
list all sequences in the current database
- listSequences
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listSequences()
list all sequences in the current database
- listSequences
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::listSequences()
list all sequences in the current database
- listTableFields
- in file mysql.php, method MDB2_Driver_Manager_mysql::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file ibase.php, method MDB2_Driver_Manager_ibase::listTableFields()
list all fields in a tables in the current database
- listTableFields
- in file Common.php, method MDB2_Driver_Manager_Common::listTableFields()
list all fields in a tables in the current database
- listTableIndexes
- in file mysql.php, method MDB2_Driver_Manager_mysql::listTableIndexes()
list all indexes in a table
- listTableIndexes
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTableIndexes()
list all indexes in a table
- listTableIndexes
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listTableIndexes()
list all indexes in a table
- listTableIndexes
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableIndexes()
list all indexes in a table
- listTableIndexes
- in file Common.php, method MDB2_Driver_Manager_Common::listTableIndexes()
list all indexes in a table
- listTableIndexes
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::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
- listTables
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTables()
list all tables in the current database
- listTables
- in file Common.php, method MDB2_Driver_Manager_Common::listTables()
list all tables in the current database
- listTables
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::listTables()
list all tables in the current database
- listTables
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listTables()
list all tables in the current database
- listTables
- in file mysql.php, method MDB2_Driver_Manager_mysql::listTables()
list all tables in the current database
- listUsers
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::listUsers()
list all users
- listUsers
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::listUsers()
list all users
- listUsers
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listUsers()
list all users
- listUsers
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::listUsers()
list all users
- listUsers
- in file mysql.php, method MDB2_Driver_Manager_mysql::listUsers()
list all users
- listUsers
- in file Common.php, method MDB2_Driver_Manager_Common::listUsers()
list all users
- listViews
- in file ibase.php, method MDB2_Driver_Manager_ibase::listViews()
list the views in the database
- listViews
- in file Common.php, method MDB2_Driver_Manager_Common::listViews()
list all views in the current database
- listViews
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::listViews()
list the views in the database
- loadFile
- in file MDB2.php, method MDB2::loadFile()
load a file (like 'Date')
- loadModule
- in file MDB2.php, method MDB2_Driver_Common::loadModule()
loads an module
- LOB.php
- procedural page LOB.php
top
m
- $manager
- in file MDB2_manager_testcase.php, variable MDB2_Manager_TestCase::$manager
- $max_text_length
- in file fbsql.php, variable MDB2_Driver_fbsql::$max_text_length
- $mdb
- in file MDB2.php, variable MDB2_Result_Common::$mdb
- MDB2
- in file MDB2.php, class MDB2
The main 'MDB2' class is simply a container class with some static methods for creating DB objects as well as some utility functions common to all parts of DB.
- mssql.php
- procedural page mssql.php
- mysql.php
- procedural page mysql.php
- mssql.php
- procedural page mssql.php
- mysql.php
- procedural page mysql.php
- mssql.php
- procedural page mssql.php
- mysql.php
- procedural page mysql.php
- mssql.php
- procedural page mssql.php
- mysql.php
- procedural page mysql.php
- mssql.php
- procedural page mssql.php
- mysql.php
- procedural page mysql.php
- MDB2.php
- procedural page MDB2.php
- Manager.php
- procedural page Manager.php
- MDB2_api_testcase.php
- procedural page MDB2_api_testcase.php
- MDB2_bugs_testcase.php
- procedural page MDB2_bugs_testcase.php
- MDB2_manager_testcase.php
- procedural page MDB2_manager_testcase.php
- MDB2_usage_testcase.php
- procedural page MDB2_usage_testcase.php
- MDB2_Api_Test
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::MDB2_Api_Test()
- MDB2_Api_TestCase
- in file MDB2_api_testcase.php, class MDB2_Api_TestCase
- MDB2_AUTOQUERY_INSERT
- in file Extended.php, constant MDB2_AUTOQUERY_INSERT
Used by autoPrepare()
- MDB2_AUTOQUERY_UPDATE
- in file Extended.php, constant MDB2_AUTOQUERY_UPDATE
- MDB2_BufferedIterator
- in file Iterator.php, class MDB2_BufferedIterator
- MDB2_BufferedResult_mssql
- in file mssql.php, method MDB2_BufferedResult_mssql::MDB2_BufferedResult_mssql()
Constructor
- MDB2_BufferedResult_mssql
- in file mssql.php, class MDB2_BufferedResult_mssql
- MDB2_BufferedResult_mysql
- in file fbsql.php, class MDB2_BufferedResult_mysql
- MDB2_BufferedResult_mysql
- in file fbsql.php, method MDB2_BufferedResult_mysql::MDB2_BufferedResult_mysql()
Constructor
- MDB2_BufferedResult_oci8
- in file ibase.php, class MDB2_BufferedResult_oci8
- MDB2_BufferedResult_oci8
- in file ibase.php, method MDB2_BufferedResult_oci8::MDB2_BufferedResult_oci8()
Constructor
- MDB2_BufferedResult_pgsql
- in file pgsql.php, class MDB2_BufferedResult_pgsql
- MDB2_BufferedResult_pgsql
- in file pgsql.php, method MDB2_BufferedResult_pgsql::MDB2_BufferedResult_pgsql()
Constructor
- MDB2_BufferedResult_querysim
- in file querysim.php, class MDB2_BufferedResult_querysim
- MDB2_BufferedResult_querysim
- in file querysim.php, method MDB2_BufferedResult_querysim::MDB2_BufferedResult_querysim()
Constructor
- MDB2_BufferedResult_sqlite
- in file sqlite.php, method MDB2_BufferedResult_sqlite::MDB2_BufferedResult_sqlite()
Constructor
- MDB2_BufferedResult_sqlite
- in file sqlite.php, class MDB2_BufferedResult_sqlite
- MDB2_BufferedResult_xxx
- in file Driver_skeleton.php, class MDB2_BufferedResult_xxx
- MDB2_BufferedResult_xxx
- in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::MDB2_BufferedResult_xxx()
Constructor
- MDB2_Bugs_TestCase
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::MDB2_Bugs_TestCase()
- MDB2_Bugs_TestCase
- in file MDB2_bugs_testcase.php, class MDB2_Bugs_TestCase
- MDB2_Datatype_pgsql
- in file pgsql.php, method MDB2_Driver_Datatype_pgsql::MDB2_Datatype_pgsql()
Constructor
- MDB2_Datatype_xxx
- in file Driver_Manager_skeleton.php, method MDB2_Driver_Manager_xxx::MDB2_Datatype_xxx()
Constructor
- MDB2_Datatype_xxx
- in file Driver_Datatype_skeleton.php, method MDB2_Datatype_xxx::MDB2_Datatype_xxx()
Constructor
- MDB2_Datatype_xxx
- in file Driver_Datatype_skeleton.php, class MDB2_Datatype_xxx
MDB2 XXX driver
- MDB2_Date
- in file Date.php, class MDB2_Date
Several methods to convert the MDB2 native timestamp format (ISO based) to and from data structures that are convienient to worth with in side of php.
- MDB2_defaultDebugOutput
- in file MDB2.php, function MDB2_defaultDebugOutput()
default debug output handler
- MDB2_Driver_Common
- in file MDB2.php, method MDB2_Driver_Common::MDB2_Driver_Common()
Constructor
- MDB2_Driver_Common
- in file MDB2.php, class MDB2_Driver_Common
MDB2_Driver_Common: Base class that is extended by each MDB2 driver
- MDB2_Driver_Datatype_Common
- in file Common.php, class MDB2_Driver_Datatype_Common
MDB2_Driver_Common: Base class that is extended by each MDB2 driver
- MDB2_Driver_Datatype_Common
- in file Common.php, method MDB2_Driver_Datatype_Common::MDB2_Driver_Datatype_Common()
Constructor
- MDB2_Driver_Datatype_fbsql
- in file fbsql.php, class MDB2_Driver_Datatype_fbsql
MDB2 FrontbaseSQL driver
- MDB2_Driver_Datatype_fbsql
- in file fbsql.php, method MDB2_Driver_Datatype_fbsql::MDB2_Driver_Datatype_fbsql()
Constructor
- MDB2_Driver_Datatype_ibase
- in file ibase.php, method MDB2_Driver_Datatype_ibase::MDB2_Driver_Datatype_ibase()
Constructor
- MDB2_Driver_Datatype_ibase
- in file ibase.php, class MDB2_Driver_Datatype_ibase
MDB2 MySQL driver
- MDB2_Driver_Datatype_mssql
- in file mssql.php, class MDB2_Driver_Datatype_mssql
MDB2 MS SQL driver
- MDB2_Driver_Datatype_mssql
- in file mssql.php, method MDB2_Driver_Datatype_mssql::MDB2_Driver_Datatype_mssql()
Constructor
- MDB2_Driver_Datatype_mysql
- in file mysql.php, method MDB2_Driver_Datatype_mysql::MDB2_Driver_Datatype_mysql()
Constructor
- MDB2_Driver_Datatype_mysql
- in file mysql.php, class MDB2_Driver_Datatype_mysql
MDB2 MySQL driver
- MDB2_Driver_Datatype_oci8
- in file oci8.php, method MDB2_Driver_Datatype_oci8::MDB2_Driver_Datatype_oci8()
Constructor
- MDB2_Driver_Datatype_oci8
- in file oci8.php, class MDB2_Driver_Datatype_oci8
MDB2 OCI8 driver
- MDB2_Driver_Datatype_pgsql
- in file pgsql.php, class MDB2_Driver_Datatype_pgsql
MDB2 PostGreSQL driver
- MDB2_Driver_Datatype_sqlite
- in file sqlite.php, class MDB2_Driver_Datatype_sqlite
MDB2 SQLite driver
- MDB2_Driver_Datatype_sqlite
- in file sqlite.php, method MDB2_Driver_Datatype_sqlite::MDB2_Driver_Datatype_sqlite()
Constructor
- MDB2_Driver_fbsql
- in file fbsql.php, class MDB2_Driver_fbsql
MDB2 FrontBase driver
- MDB2_Driver_ibase
- in file ibase.php, class MDB2_Driver_ibase
MDB2 FireBird/InterBase driver
- MDB2_Driver_ibase
- in file ibase.php, method MDB2_Driver_ibase::MDB2_Driver_ibase()
Constructor
- MDB2_Driver_Manager_Common
- in file Common.php, method MDB2_Driver_Manager_Common::MDB2_Driver_Manager_Common()
Constructor
- MDB2_Driver_Manager_Common
- in file Common.php, class MDB2_Driver_Manager_Common
Base class for the management modules that is extended by each MDB2 driver
- MDB2_Driver_Manager_fbsql
- in file fbsql.php, method MDB2_Driver_Manager_fbsql::MDB2_Driver_Manager_fbsql()
Constructor
- MDB2_Driver_Manager_fbsql
- in file fbsql.php, class MDB2_Driver_Manager_fbsql
MDB2 FrontBase driver for the management modules
- MDB2_Driver_Manager_ibase
- in file ibase.php, method MDB2_Driver_Manager_ibase::MDB2_Driver_Manager_ibase()
Constructor
- MDB2_Driver_Manager_ibase
- in file ibase.php, class MDB2_Driver_Manager_ibase
MDB2 FireBird/InterBase driver for the management modules
- MDB2_Driver_Manager_mssql
- in file mssql.php, method MDB2_Driver_Manager_mssql::MDB2_Driver_Manager_mssql()
Constructor
- MDB2_Driver_Manager_mssql
- in file mssql.php, class MDB2_Driver_Manager_mssql
MDB2 MSSQL driver for the management modules
- MDB2_Driver_Manager_mysql
- in file mysql.php, method MDB2_Driver_Manager_mysql::MDB2_Driver_Manager_mysql()
Constructor
- MDB2_Driver_Manager_mysql
- in file mysql.php, class MDB2_Driver_Manager_mysql
MDB2 MySQL driver for the management modules
- MDB2_Driver_Manager_oci8
- in file oci8.php, class MDB2_Driver_Manager_oci8
MDB2 oci8 driver for the management modules
- MDB2_Driver_Manager_oci8
- in file oci8.php, method MDB2_Driver_Manager_oci8::MDB2_Driver_Manager_oci8()
Constructor
- MDB2_Driver_Manager_pgsql
- in file pgsql.php, class MDB2_Driver_Manager_pgsql
MDB2 MySQL driver for the management modules
- MDB2_Driver_Manager_pgsql
- in file pgsql.php, method MDB2_Driver_Manager_pgsql::MDB2_Driver_Manager_pgsql()
Constructor
- MDB2_Driver_Manager_sqlite
- in file sqlite.php, class MDB2_Driver_Manager_sqlite
MDB2 SQLite driver for the management modules
- MDB2_Driver_Manager_sqlite
- in file sqlite.php, method MDB2_Driver_Manager_sqlite::MDB2_Driver_Manager_sqlite()
Constructor
- MDB2_Driver_Manager_xxx
- in file Driver_Manager_skeleton.php, class MDB2_Driver_Manager_xxx
MDB2 Xxx driver for the management modules
- MDB2_Driver_mssql
- in file mssql.php, class MDB2_Driver_mssql
MDB2 MSSQL Server driver
- MDB2_Driver_mssql
- in file mssql.php, method MDB2_Driver_mssql::MDB2_Driver_mssql()
Constructor
- MDB2_Driver_mysql
- in file mysql.php, class MDB2_Driver_mysql
MDB2 MySQL driver
- MDB2_Driver_mysql
- in file mysql.php, method MDB2_Driver_mysql::MDB2_Driver_mysql()
Constructor
- MDB2_Driver_Native_fbsql
- in file fbsql.php, method MDB2_Driver_Native_fbsql::MDB2_Driver_Native_fbsql()
Constructor
- MDB2_Driver_Native_fbsql
- in file fbsql.php, class MDB2_Driver_Native_fbsql
MDB2 FrontBase driver for the native module
- MDB2_Driver_Native_ibase
- in file ibase.php, method MDB2_Driver_Native_ibase::MDB2_Driver_Native_ibase()
Constructor
- MDB2_Driver_Native_ibase
- in file ibase.php, class MDB2_Driver_Native_ibase
MDB2 InterbaseBase driver for the native module
- MDB2_Driver_Native_mssql
- in file mssql.php, class MDB2_Driver_Native_mssql
MDB2 MSSQL driver for the native module
- MDB2_Driver_Native_mssql
- in file mssql.php, method MDB2_Driver_Native_mssql::MDB2_Driver_Native_mssql()
Constructor
- MDB2_Driver_Native_mysql
- in file mysql.php, method MDB2_Driver_Native_mysql::MDB2_Driver_Native_mysql()
Constructor
- MDB2_Driver_Native_mysql
- in file mysql.php, class MDB2_Driver_Native_mysql
MDB2 MySQL driver for the native module
- MDB2_Driver_Native_oci8
- in file oci8.php, class MDB2_Driver_Native_oci8
MDB2 Oracle driver for the native module
- MDB2_Driver_Native_oic8
- in file oci8.php, method MDB2_Driver_Native_oci8::MDB2_Driver_Native_oic8()
Constructor
- MDB2_Driver_Native_pgsql
- in file pgsql.php, class MDB2_Driver_Native_pgsql
MDB2 PostGreSQL driver for the native module
- MDB2_Driver_Native_pgsql
- in file pgsql.php, method MDB2_Driver_Native_pgsql::MDB2_Driver_Native_pgsql()
Constructor
- MDB2_Driver_Native_sqlite
- in file sqlite.php, class MDB2_Driver_Native_sqlite
MDB2 SQLite driver for the native module
- MDB2_Driver_Native_sqlite
- in file sqlite.php, method MDB2_Driver_Native_sqlite::MDB2_Driver_Native_sqlite()
Constructor
- MDB2_Driver_oci8
- in file oci8.php, class MDB2_Driver_oci8
MDB2 OCI8 driver
- MDB2_Driver_oci8
- in file oci8.php, method MDB2_Driver_oci8::MDB2_Driver_oci8()
Constructor
- MDB2_Driver_pgsql
- in file pgsql.php, method MDB2_Driver_pgsql::MDB2_Driver_pgsql()
Constructor
- MDB2_Driver_pgsql
- in file pgsql.php, class MDB2_Driver_pgsql
MDB2 PostGreSQL driver
- MDB2_Driver_querysim
- in file querysim.php, class MDB2_Driver_querysim
MDB2 QuerySim driver
- MDB2_Driver_querysim
- in file querysim.php, method MDB2_Driver_querysim::MDB2_Driver_querysim()
Constructor
- MDB2_Driver_Reverse_Common
- in file Common.php, class MDB2_Driver_Reverse_Common
Base class for the schema reverse engineering module that is extended by each MDB2 driver
- MDB2_Driver_Reverse_Common
- in file Common.php, method MDB2_Driver_Reverse_Common::MDB2_Driver_Reverse_Common()
Constructor
- MDB2_Driver_Reverse_fbsql
- in file fbsql.php, method MDB2_Driver_Reverse_fbsql::MDB2_Driver_Reverse_fbsql()
Constructor
- MDB2_Driver_Reverse_fbsql
- in file fbsql.php, class MDB2_Driver_Reverse_fbsql
MDB2 FrontBase driver for the schema reverse engineering module
- MDB2_Driver_Reverse_ibase
- in file ibase.php, class MDB2_Driver_Reverse_ibase
MDB2 InterbaseBase driver for the reverse engineering module
- MDB2_Driver_Reverse_ibase
- in file ibase.php, method MDB2_Driver_Reverse_ibase::MDB2_Driver_Reverse_ibase()
Constructor
- MDB2_Driver_Reverse_mssql
- in file mssql.php, method MDB2_Driver_Reverse_mssql::MDB2_Driver_Reverse_mssql()
Constructor
- MDB2_Driver_Reverse_mssql
- in file mssql.php, class MDB2_Driver_Reverse_mssql
MDB2 MSSQL driver for the schema reverse engineering module
- MDB2_Driver_Reverse_mysql
- in file mysql.php, class MDB2_Driver_Reverse_mysql
MDB2 MySQL driver for the schema reverse engineering module
- MDB2_Driver_Reverse_mysql
- in file mysql.php, method MDB2_Driver_Reverse_mysql::MDB2_Driver_Reverse_mysql()
Constructor
- MDB2_Driver_Reverse_oci8
- in file oci8.php, class MDB2_Driver_Reverse_oci8
MDB2 Oracle driver for the schema reverse engineering module
- MDB2_Driver_Reverse_oci8
- in file oci8.php, method MDB2_Driver_Reverse_oci8::MDB2_Driver_Reverse_oci8()
Constructor
- MDB2_Driver_Reverse_pgsql
- in file pgsql.php, method MDB2_Driver_Reverse_pgsql::MDB2_Driver_Reverse_pgsql()
Constructor
- MDB2_Driver_Reverse_pgsql
- in file pgsql.php, class MDB2_Driver_Reverse_pgsql
MDB2 PostGreSQL driver for the schema reverse engineering module
- MDB2_Driver_Reverse_sqlite
- in file sqlite.php, class MDB2_Driver_Reverse_sqlite
MDB2 SQlite driver for the schema reverse engineering module
- MDB2_Driver_Reverse_sqlite
- in file sqlite.php, method MDB2_Driver_Reverse_sqlite::MDB2_Driver_Reverse_sqlite()
Constructor
- MDB2_Driver_sqlite
- in file sqlite.php, method MDB2_Driver_sqlite::MDB2_Driver_sqlite()
Constructor
- MDB2_Driver_sqlite
- in file sqlite.php, class MDB2_Driver_sqlite
MDB2 SQLite driver
- MDB2_ERROR
- in file MDB2.php, constant MDB2_ERROR
- MDB2_ERROR_ACCESS_VIOLATION
- in file MDB2.php, constant MDB2_ERROR_ACCESS_VIOLATION
- MDB2_ERROR_ALREADY_EXISTS
- in file MDB2.php, constant MDB2_ERROR_ALREADY_EXISTS
- MDB2_ERROR_CANNOT_ALTER
- in file MDB2.php, constant MDB2_ERROR_CANNOT_ALTER
- MDB2_ERROR_CANNOT_CREATE
- in file MDB2.php, constant MDB2_ERROR_CANNOT_CREATE
- MDB2_ERROR_CANNOT_DELETE
- in file MDB2.php, constant MDB2_ERROR_CANNOT_DELETE
- MDB2_ERROR_CANNOT_DROP
- in file MDB2.php, constant MDB2_ERROR_CANNOT_DROP
- MDB2_ERROR_CANNOT_REPLACE
- in file MDB2.php, constant MDB2_ERROR_CANNOT_REPLACE
- MDB2_ERROR_CONNECT_FAILED
- in file MDB2.php, constant MDB2_ERROR_CONNECT_FAILED
- MDB2_ERROR_CONSTRAINT
- in file MDB2.php, constant MDB2_ERROR_CONSTRAINT
- MDB2_ERROR_DIVZERO
- in file MDB2.php, constant MDB2_ERROR_DIVZERO
- MDB2_ERROR_EXTENSION_NOT_FOUND
- in file MDB2.php, constant MDB2_ERROR_EXTENSION_NOT_FOUND
- MDB2_ERROR_INSUFFICIENT_DATA
- in file MDB2.php, constant MDB2_ERROR_INSUFFICIENT_DATA
- MDB2_ERROR_INVALID
- in file MDB2.php, constant MDB2_ERROR_INVALID
- MDB2_ERROR_INVALID_DATE
- in file MDB2.php, constant MDB2_ERROR_INVALID_DATE
- MDB2_ERROR_INVALID_DSN
- in file MDB2.php, constant MDB2_ERROR_INVALID_DSN
- MDB2_ERROR_INVALID_NUMBER
- in file MDB2.php, constant MDB2_ERROR_INVALID_NUMBER
- MDB2_ERROR_LOADMODULE
- in file MDB2.php, constant MDB2_ERROR_LOADMODULE
- MDB2_ERROR_MANAGER
- in file MDB2.php, constant MDB2_ERROR_MANAGER
- MDB2_ERROR_MANAGER_PARSE
- in file MDB2.php, constant MDB2_ERROR_MANAGER_PARSE
- MDB2_ERROR_MISMATCH
- in file MDB2.php, constant MDB2_ERROR_MISMATCH
- MDB2_ERROR_NEED_MORE_DATA
- in file MDB2.php, constant MDB2_ERROR_NEED_MORE_DATA
- MDB2_ERROR_NODBSELECTED
- in file MDB2.php, constant MDB2_ERROR_NODBSELECTED
- MDB2_ERROR_NOSUCHDB
- in file MDB2.php, constant MDB2_ERROR_NOSUCHDB
- MDB2_ERROR_NOSUCHFIELD
- in file MDB2.php, constant MDB2_ERROR_NOSUCHFIELD
- MDB2_ERROR_NOSUCHTABLE
- in file MDB2.php, constant MDB2_ERROR_NOSUCHTABLE
- MDB2_ERROR_NOT_CAPABLE
- in file MDB2.php, constant MDB2_ERROR_NOT_CAPABLE
- MDB2_ERROR_NOT_FOUND
- in file MDB2.php, constant MDB2_ERROR_NOT_FOUND
- MDB2_ERROR_NOT_LOCKED
- in file MDB2.php, constant MDB2_ERROR_NOT_LOCKED
- MDB2_ERROR_SYNTAX
- in file MDB2.php, constant MDB2_ERROR_SYNTAX
- MDB2_ERROR_TRUNCATED
- in file MDB2.php, constant MDB2_ERROR_TRUNCATED
- MDB2_ERROR_UNSUPPORTED
- in file MDB2.php, constant MDB2_ERROR_UNSUPPORTED
- MDB2_ERROR_VALUE_COUNT_ON_ROW
- in file MDB2.php, constant MDB2_ERROR_VALUE_COUNT_ON_ROW
- MDB2_Extended
- in file Extended.php, method MDB2_Extended::MDB2_Extended()
Constructor
- MDB2_Extended
- in file Extended.php, class MDB2_Extended
MDB2_Extended: class which adds several high level methods to MDB2
- MDB2_fbsql
- in file fbsql.php, method MDB2_Driver_fbsql::MDB2_fbsql()
Constructor
- MDB2_FETCHMODE_ASSOC
- in file MDB2.php, constant MDB2_FETCHMODE_ASSOC
Column data indexed by column names
- MDB2_FETCHMODE_DEFAULT
- in file MDB2.php, constant MDB2_FETCHMODE_DEFAULT
This is a special constant that tells MDB2 the user hasn't specified any particular get mode, so the default should be used.
- MDB2_FETCHMODE_FLIPPED
- in file MDB2.php, constant MDB2_FETCHMODE_FLIPPED
For multi-dimensional results: normally the first level of arrays is the row number, and the second level indexed by column number or name.
- MDB2_FETCHMODE_ORDERED
- in file MDB2.php, constant MDB2_FETCHMODE_ORDERED
Column data indexed by numbers, ordered from 0 and up
- MDB2_Iterator
- in file Iterator.php, class MDB2_Iterator
- MDB2_MANAGER_DUMP_ALL
- in file Manager.php, constant MDB2_MANAGER_DUMP_ALL
- MDB2_MANAGER_DUMP_CONTENT
- in file Manager.php, constant MDB2_MANAGER_DUMP_CONTENT
- MDB2_MANAGER_DUMP_STRUCTURE
- in file Manager.php, constant MDB2_MANAGER_DUMP_STRUCTURE
- MDB2_Manager_Test
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::MDB2_Manager_Test()
- MDB2_Manager_TestCase
- in file MDB2_manager_testcase.php, class MDB2_Manager_TestCase
- MDB2_Native_xxx
- in file Driver_Native_skeleton.php, method MDB2_Native_xxx::MDB2_Native_xxx()
Constructor
- MDB2_Native_xxx
- in file Driver_Native_skeleton.php, class MDB2_Native_xxx
MDB2 Xxx driver for the native module
- MDB2_OK
- in file MDB2.php, constant MDB2_OK
The method mapErrorCode in each MDB2_dbtype implementation maps native error codes to one of these.
- MDB2_Result_Common
- in file MDB2.php, class MDB2_Result_Common
- MDB2_Result_Common
- in file MDB2.php, method MDB2_Result_Common::MDB2_Result_Common()
Constructor
- MDB2_Result_ibase
- in file ibase.php, method MDB2_Result_ibase::MDB2_Result_ibase()
Constructor
- MDB2_Result_ibase
- in file ibase.php, class MDB2_Result_ibase
- MDB2_Result_mssql
- in file mssql.php, method MDB2_Result_mssql::MDB2_Result_mssql()
Constructor
- MDB2_Result_mssql
- in file mssql.php, class MDB2_Result_mssql
- MDB2_Result_mysql
- in file fbsql.php, class MDB2_Result_mysql
- MDB2_Result_mysql
- in file fbsql.php, method MDB2_Result_mysql::MDB2_Result_mysql()
Constructor
- MDB2_Result_oci8
- in file oci8.php, method MDB2_Result_oci8::MDB2_Result_oci8()
Constructor
- MDB2_Result_oci8
- in file oci8.php, class MDB2_Result_oci8
- MDB2_Result_pgsql
- in file pgsql.php, method MDB2_Result_pgsql::MDB2_Result_pgsql()
Constructor
- MDB2_Result_pgsql
- in file pgsql.php, class MDB2_Result_pgsql
- MDB2_Result_querysim
- in file querysim.php, method MDB2_Result_querysim::MDB2_Result_querysim()
Constructor
- MDB2_Result_querysim
- in file querysim.php, class MDB2_Result_querysim
- MDB2_Result_xxx
- in file Driver_skeleton.php, method MDB2_Result_xxx::MDB2_Result_xxx()
Constructor
- MDB2_Result_xxx
- in file Driver_skeleton.php, class MDB2_Result_xxx
- MDB2_Reverse_xxx
- in file Driver_Reverse_skeleton.php, method MDB2_Reverse_xxx::MDB2_Reverse_xxx()
Constructor
- MDB2_Reverse_xxx
- in file Driver_Reverse_skeleton.php, class MDB2_Reverse_xxx
MDB2 Xxx driver for the management modules
- MDB2_TABLEINFO_FULL
- in file Common.php, constant MDB2_TABLEINFO_FULL
- MDB2_TABLEINFO_ORDER
- in file Common.php, constant MDB2_TABLEINFO_ORDER
These are constants for the tableInfo-function
- MDB2_TABLEINFO_ORDERTABLE
- in file Common.php, constant MDB2_TABLEINFO_ORDERTABLE
- MDB2_Tools_Manager
- in file Manager.php, class MDB2_Tools_Manager
The database manager is a class that provides a set of database management services like installing, altering and dumping the data structures of databases.
- MDB2_TYPE_BLOB
- in file Common.php, constant MDB2_TYPE_BLOB
- MDB2_TYPE_BOOLEAN
- in file Common.php, constant MDB2_TYPE_BOOLEAN
- MDB2_TYPE_CLOB
- in file Common.php, constant MDB2_TYPE_CLOB
- MDB2_TYPE_DATE
- in file Common.php, constant MDB2_TYPE_DATE
- MDB2_TYPE_DECIMAL
- in file Common.php, constant MDB2_TYPE_DECIMAL
- MDB2_TYPE_FLOAT
- in file Common.php, constant MDB2_TYPE_FLOAT
- MDB2_TYPE_INTEGER
- in file Common.php, constant MDB2_TYPE_INTEGER
- MDB2_TYPE_TEXT
- in file Common.php, constant MDB2_TYPE_TEXT
define contants for all datatypes
- MDB2_TYPE_TIME
- in file Common.php, constant MDB2_TYPE_TIME
- MDB2_TYPE_TIMESTAMP
- in file Common.php, constant MDB2_TYPE_TIMESTAMP
- MDB2_Usage_TestCase
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::MDB2_Usage_TestCase()
- MDB2_Usage_TestCase
- in file MDB2_usage_testcase.php, class MDB2_Usage_TestCase
- MDB2_xxx
- in file Driver_skeleton.php, class MDB2_xxx
MDB2 XXX driver
- MDB2_xxx
- in file Driver_skeleton.php, method MDB2_xxx::MDB2_xxx()
Constructor
- mdbNow
- in file Date.php, method MDB2_Date::mdbNow()
return the current datetime
- mdbstamp2Date
- in file Date.php, method MDB2_Date::mdbstamp2Date()
convert a MDB2 timestamp into an array containing all values necessary to pass to php's date() function
- mdbstamp2Unix
- in file Date.php, method MDB2_Date::mdbstamp2Unix()
convert a MDB2 timestamp into a unix timestamp
- mdbTime
- in file Date.php, method MDB2_Date::mdbTime()
return the current time
- mdbToday
- in file Date.php, method MDB2_Date::mdbToday()
return the current date
- methodExists
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::methodExists()
- methodExists
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::methodExists()
top
n
- next
- in file Iterator.php, method MDB2_Iterator::next()
Fetch next row of data
- next
- in file Iterator.php, method MDB2_BufferedIterator::next()
Fetch next row of data
- nextID
- in file mssql.php, method MDB2_Driver_mssql::nextID()
returns the next free id of a sequence
- nextID
- in file MDB2.php, method MDB2_Driver_Common::nextID()
returns the next free id of a sequence
- nextID
- in file mysql.php, method MDB2_Driver_mysql::nextID()
returns the next free id of a sequence
- nextID
- in file ibase.php, method MDB2_Driver_ibase::nextID()
returns the next free id of a sequence
- nextID
- in file fbsql.php, method MDB2_Driver_fbsql::nextID()
returns the next free id of a sequence
- nextID
- in file sqlite.php, method MDB2_Driver_sqlite::nextID()
returns the next free id of a sequence
- nextID
- in file pgsql.php, method MDB2_Driver_pgsql::nextID()
returns the next free id of a sequence
- nextId
- in file Driver_skeleton.php, method MDB2_xxx::nextId()
returns the next free id of a sequence
- nextID
- in file oci8.php, method MDB2_Driver_oci8::nextID()
returns the next free id of a sequence
- nextResult
- in file mssql.php, method MDB2_Result_mssql::nextResult()
Move the internal result pointer to the next available result Currently not supported
- nextResult
- in file MDB2.php, method MDB2_Result_Common::nextResult()
Move the internal result pointer to the next available result
- nextResult
- in file fbsql.php, method MDB2_Result_mysql::nextResult()
Move the internal result pointer to the next available result Currently not supported
- nextResult
- in file Driver_skeleton.php, method MDB2_Result_xxx::nextResult()
Move the internal mysql result pointer to the next available result Currently not supported
- numCols
- in file ibase.php, method MDB2_Result_ibase::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file Driver_skeleton.php, method MDB2_Result_xxx::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file mssql.php, method MDB2_Result_mssql::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file oci8.php, method MDB2_Result_oci8::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file fbsql.php, method MDB2_Result_mysql::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file pgsql.php, method MDB2_Result_pgsql::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file querysim.php, method MDB2_Result_querysim::numCols()
Count the number of columns returned by the DBMS in a query result.
- numCols
- in file MDB2.php, method MDB2_Result_Common::numCols()
Count the number of columns returned by the DBMS in a query result.
- numRows
- in file sqlite.php, method MDB2_BufferedResult_sqlite::numRows()
returns the number of rows in a result object
- numRows
- in file querysim.php, method MDB2_BufferedResult_querysim::numRows()
returns the number of rows in a result object
- numRows
- in file fbsql.php, method MDB2_BufferedResult_mysql::numRows()
returns the number of rows in a result object
- numRows
- in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::numRows()
returns the number of rows in a result object
- numRows
- in file mssql.php, method MDB2_BufferedResult_mssql::numRows()
returns the number of rows in a result object
- numRows
- in file ibase.php, method MDB2_BufferedResult_oci8::numRows()
returns the number of rows in a result object
- numRows
- in file pgsql.php, method MDB2_BufferedResult_pgsql::numRows()
returns the number of rows in a result object
top
top
top
q
- $query_parameters
- in file ibase.php, variable MDB2_Driver_ibase::$query_parameters
- $query_parameter_values
- in file ibase.php, variable MDB2_Driver_ibase::$query_parameter_values
- querysim.php
- procedural page querysim.php
- query
- in file sqlite.php, method MDB2_Driver_sqlite::query()
Send a query to the database and return any results
- query
- in file mssql.php, method MDB2_Driver_mssql::query()
Send a query to the database and return any results
- query
- in file mysql.php, method MDB2_Driver_mysql::query()
Send a query to the database and return any results
- query
- in file oci8.php, method MDB2_Driver_oci8::query()
Send a query to the database and return any results
- query
- in file Driver_skeleton.php, method MDB2_xxx::query()
Send a query to the database and return any results
- query
- in file querysim.php, method MDB2_Driver_querysim::query()
Get QuerySim text from appropriate source and return the parsed text.
- query
- in file ibase.php, method MDB2_Driver_ibase::query()
Send a query to the database and return any results
- query
- in file MDB2.php, method MDB2_Driver_Common::query()
Send a query to the database and return any results
- query
- in file pgsql.php, method MDB2_Driver_pgsql::query()
Send a query to the database and return any results
- query
- in file fbsql.php, method MDB2_Driver_fbsql::query()
Send a query to the database and return any results
- queryAll
- in file MDB2.php, method MDB2_Driver_Common::queryAll()
Execute the specified query, fetch all the rows of the result set into a two dimensional array and then frees the result set.
- queryCol
- in file MDB2.php, method MDB2_Driver_Common::queryCol()
Execute the specified query, fetch the value from the first column of each row of the result set into an array and then frees the result set.
- queryOne
- in file MDB2.php, method MDB2_Driver_Common::queryOne()
Execute the specified query, fetch the value from the first column of the first row of the result set and then frees the result set.
- queryRow
- in file MDB2.php, method MDB2_Driver_Common::queryRow()
Execute the specified query, fetch the values from the first row of the result set into an array and then frees the result set.
top
r
- $result
- in file MDB2.php, variable MDB2_Result_Common::$result
- $rownum
- in file MDB2.php, variable MDB2_Result_Common::$rownum
- reverse_engineer_xml_schema.php
- procedural page reverse_engineer_xml_schema.php
- raiseError
- in file Manager.php, method MDB2_Tools_Manager::raiseError()
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
- raiseError
- in file MDB2.php, method MDB2_Driver_Common::raiseError()
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
- readLOB
- in file Common.php, method MDB2_Driver_Datatype_Common::readLOB()
Read data from large object input stream.
- replace
- in file Driver_skeleton.php, method MDB2_xxx::replace()
Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
- replace
- in file sqlite.php, method MDB2_Driver_sqlite::replace()
Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
- replace
- in file MDB2.php, method MDB2_Driver_Common::replace()
Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
- replace
- in file mysql.php, method MDB2_Driver_mysql::replace()
Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
- resetWarnings
- in file MDB2.php, method MDB2_Driver_Common::resetWarnings()
reset the warning array
- resetWarnings
- in file Manager.php, method MDB2_Tools_Manager::resetWarnings()
reset the warning array
- resultIsNull
- in file Driver_skeleton.php, method MDB2_Result_xxx::resultIsNull()
Determine whether the value of a query result located in given row and field is a null.
- resultIsNull
- in file pgsql.php, method MDB2_Result_pgsql::resultIsNull()
Determine whether the value of a query result located in given row and field is a null.
- resultIsNull
- in file MDB2.php, method MDB2_Result_Common::resultIsNull()
Determine whether the value of a query result located in given row and field is a null.
- rewind
- in file Iterator.php, method MDB2_BufferedIterator::rewind()
seek to the first row in a result set
- rollback
- in file mysql.php, method MDB2_Driver_mysql::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file MDB2.php, method MDB2_Driver_Common::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file mssql.php, method MDB2_Driver_mssql::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file oci8.php, method MDB2_Driver_oci8::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file fbsql.php, method MDB2_Driver_fbsql::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file Driver_skeleton.php, method MDB2_xxx::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file pgsql.php, method MDB2_Driver_pgsql::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file ibase.php, method MDB2_Driver_ibase::rollback()
Cancel any database changes done during a transaction 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.
- rollback
- in file sqlite.php, method MDB2_Driver_sqlite::rollback()
Cancel any database changes done during a transaction 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
- $supported
- in file MDB2.php, variable MDB2_Driver_Common::$supported
- sqlite.php
- procedural page sqlite.php
- sqlite.php
- procedural page sqlite.php
- sqlite.php
- procedural page sqlite.php
- sqlite.php
- procedural page sqlite.php
- sqlite.php
- procedural page sqlite.php
- seek
- in file querysim.php, method MDB2_BufferedResult_querysim::seek()
seek to a specific row in a result set
- seek
- in file sqlite.php, method MDB2_BufferedResult_sqlite::seek()
seek to a specific row in a result set
- seek
- in file MDB2.php, method MDB2_Result_Common::seek()
seek to a specific row in a result set
- seek
- in file pgsql.php, method MDB2_BufferedResult_pgsql::seek()
seek to a specific row in a result set
- seek
- in file Driver_skeleton.php, method MDB2_BufferedResult_xxx::seek()
seek to a specific row in a result set
- seek
- in file fbsql.php, method MDB2_BufferedResult_mysql::seek()
seek to a specific row in a result set
- seek
- in file ibase.php, method MDB2_BufferedResult_oci8::seek()
seek to a specific row in a result set
- seek
- in file Iterator.php, method MDB2_BufferedIterator::seek()
seek to a specific row in a result set
- seek
- in file Iterator.php, method MDB2_Iterator::seek()
seek forward to a specific row in a result set
- setDatabase
- in file MDB2.php, method MDB2_Driver_Common::setDatabase()
Select a different database
- setDatabase
- in file Manager.php, method MDB2_Tools_Manager::setDatabase()
Select a different database
- setDSN
- in file MDB2.php, method MDB2_Driver_Common::setDSN()
set the DSN
- setFetchMode
- in file MDB2.php, method MDB2_Driver_Common::setFetchMode()
Sets which fetch mode should be used by default on queries on this connection.
- setLimit
- in file MDB2.php, method MDB2_Driver_Common::setLimit()
set the range of the next query
- setOption
- in file Manager.php, method MDB2_Tools_Manager::setOption()
set the option for the db class
- setOption
- in file MDB2.php, method MDB2_Driver_Common::setOption()
set the option for the db class
- setOptions
- in file MDB2.php, method MDB2::setOptions()
set option array in an exiting database object
- setParam
- in file MDB2.php, method MDB2_Driver_Common::setParam()
Set the value of a parameter of a prepared query.
- setParamArray
- in file MDB2.php, method MDB2_Driver_Common::setParamArray()
Set the values of multiple a parameter of a prepared query in bulk.
- setResultTypes
- in file MDB2.php, method MDB2_Result_Common::setResultTypes()
Define the list of types to be associated with the columns of a given result set.
- setResultTypes
- in file Common.php, method MDB2_Driver_Datatype_Common::setResultTypes()
Define the list of types to be associated with the columns of a given result set.
- setUp
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::setUp()
- setUp
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::setUp()
- setUp
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::setUp()
- setUp
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::setUp()
- singleton
- in file MDB2.php, method MDB2::singleton()
Returns a MDB2 connection with the requested DSN.
- size
- in file Iterator.php, method MDB2_BufferedIterator::size()
returns the number of rows in a result object
- standaloneQuery
- in file pgsql.php, method MDB2_Driver_pgsql::standaloneQuery()
execute a query as DBA
- standaloneQuery
- in file oci8.php, method MDB2_Driver_oci8::standaloneQuery()
execute a query as DBA
- standaloneQuery
- in file MDB2.php, method MDB2_Driver_Common::standaloneQuery()
execute a query as database administrator
- standaloneQuery
- in file mssql.php, method MDB2_Driver_mssql::standaloneQuery()
execute a query as DBA
- standardQuery
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::standardQuery()
- startTest
- in file HTML_TestListener.php, method HTML_TestListener::startTest()
- startTest
- in file Console_TestListener.php, method Console_TestListener::startTest()
- subSelect
- in file Driver_skeleton.php, method MDB2_xxx::subSelect()
simple subselect emulation for Mysql
- subSelect
- in file mysql.php, method MDB2_Driver_mysql::subSelect()
simple subselect emulation for Mysql
- subSelect
- in file MDB2.php, method MDB2_Driver_Common::subSelect()
simple subselect emulation: leaves the query untouched for all RDBMS that support subselects
- supported
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::supported()
- supports
- in file MDB2.php, method MDB2_Driver_Common::supports()
Tell whether a DB implementation or its backend extension supports a given feature.
top
t
- $transaction_id
- in file ibase.php, variable MDB2_Driver_ibase::$transaction_id
- $types
- in file MDB2_api_testcase.php, variable MDB2_Api_TestCase::$types
- $types
- in file MDB2_bugs_testcase.php, variable MDB2_Bugs_TestCase::$types
- $types
- in file MDB2.php, variable MDB2_Result_Common::$types
- $types
- in file MDB2_usage_testcase.php, variable MDB2_Usage_TestCase::$types
- testchoose.php
- procedural page testchoose.php
- testUtils.php
- procedural page testUtils.php
- test.php
- procedural page test.php
- tableInfo
- in file mssql.php, method MDB2_Driver_Reverse_mssql::tableInfo()
Returns information about a table or a result set
- tableInfo
- in file mysql.php, method MDB2_Driver_Reverse_mysql::tableInfo()
returns meta data about the result set
- tableInfo
- in file Common.php, method MDB2_Driver_Reverse_Common::tableInfo()
returns meta data about the result set
- tableInfo
- in file oci8.php, method MDB2_Driver_Reverse_oci8::tableInfo()
returns meta data about the result set
- tableInfo
- in file fbsql.php, method MDB2_Driver_Reverse_fbsql::tableInfo()
returns meta data about the result set
- tableInfo
- in file pgsql.php, method MDB2_Driver_Reverse_pgsql::tableInfo()
returns meta data about the result set
- tableInfo
- in file ibase.php, method MDB2_Driver_Reverse_ibase::tableInfo()
returns meta data about the result set
- tableInfo
- in file sqlite.php, method MDB2_Driver_Reverse_sqlite::tableInfo()
returns meta data about the result set
- tearDown
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::tearDown()
- tearDown
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::tearDown()
- tearDown
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::tearDown()
- tearDown
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::tearDown()
- testAffectedRows
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testAffectedRows()
Test affected rows methods
- testBug22328
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::testBug22328()
http://bugs.php.net/bug.php?id=22328
- testBulkFetch
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testBulkFetch()
Test bulk fetch
- testCheck
- in file testUtils.php, function testCheck()
Little helper function that outputs check for boxes with suitable names
- testConnect
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testConnect()
- testCreateDatabase
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::testCreateDatabase()
- testEscapeSequences
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testEscapeSequences()
Tests escaping of text values with special characters
- testFetchModeBug
- in file MDB2_bugs_testcase.php, method MDB2_Bugs_TestCase::testFetchModeBug()
- testFetchRow
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testFetchRow()
- testGetOption
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testGetOption()
- testLoadModule
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testLoadModule()
- testLOBFiles
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testLOBFiles()
Test for lob storage from and to files
- testLOBNulls
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testLOBNulls()
Test handling of lob nulls
- testLOBStorage
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testLOBStorage()
Testing LOB storage
- testMetadata
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testMetadata()
Test retrieval of result metadata
- testNulls
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testNulls()
Test storage and retrieval of nulls
- testNumCols
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testNumCols()
- testNumRows
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testNumRows()
- testPreparedQueries
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testPreparedQueries()
Test prepared queries
- testQuery
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testQuery()
- testRanges
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testRanges()
Test paged queries
- testReplace
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testReplace()
Test replace query
- testSequences
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testSequences()
Test the handling of sequences
- testSetOption
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testSetOption()
- testSingleton
- in file MDB2_api_testcase.php, method MDB2_Api_TestCase::testSingleton()
- testStorage
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testStorage()
Test typed data storage and retrieval
- testTransactions
- in file MDB2_usage_testcase.php, method MDB2_Usage_TestCase::testTransactions()
Testing transaction support
- testUpdateDatabase
- in file MDB2_manager_testcase.php, method MDB2_Manager_TestCase::testUpdateDatabase()
- toString
- in file MDB2.php, method MDB2_Driver_Common::toString()
String conversation
top
top
top
top
top
Documentation generated on Sat, 1 May 2004 01:36:35 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|