in file DB.php, constant DB_ERROR_TRUNCATED A literal submitted was too long so the end of it was removed
DB_ERROR_UNSUPPORTED
in file DB.php, constant DB_ERROR_UNSUPPORTED The current driver does not support the action you attempted
DB_ERROR_VALUE_COUNT_ON_ROW
in file DB.php, constant DB_ERROR_VALUE_COUNT_ON_ROW The number of columns doesn't match the number of values
DB_fbsql
in file fbsql.php, class DB_fbsql The methods PEAR DB uses to interact with PHP's fbsql extension for interacting with FrontBase databases
DB_FETCHMODE_ASSOC
in file DB.php, constant DB_FETCHMODE_ASSOC Column data indexed by column names
DB_FETCHMODE_DEFAULT
in file DB.php, constant DB_FETCHMODE_DEFAULT Indicates the current default fetch mode should be used
DB_FETCHMODE_FLIPPED
in file DB.php, constant DB_FETCHMODE_FLIPPED For multi-dimensional results, make the column name the first level of the array and put the row number in the second level of the array
DB_FETCHMODE_OBJECT
in file DB.php, constant DB_FETCHMODE_OBJECT Column data as object properties
DB_FETCHMODE_ORDERED
in file DB.php, constant DB_FETCHMODE_ORDERED Column data indexed by numbers, ordered from 0 and up
DB_GETMODE_ASSOC
in file DB.php, constant DB_GETMODE_ASSOC Old fetch modes. Left here for compatibility.
DB_GETMODE_FLIPPED
in file DB.php, constant DB_GETMODE_FLIPPED Old fetch modes. Left here for compatibility.
DB_GETMODE_ORDERED
in file DB.php, constant DB_GETMODE_ORDERED Old fetch modes. Left here for compatibility.
DB_ibase
in file ibase.php, class DB_ibase The methods PEAR DB uses to interact with PHP's interbase extension for interacting with Interbase and Firebird databases
DB_ifx
in file ifx.php, class DB_ifx The methods PEAR DB uses to interact with PHP's ifx extension for interacting with Informix databases
DB_msql
in file msql.php, class DB_msql The methods PEAR DB uses to interact with PHP's msql extension for interacting with Mini SQL databases
DB_mssql
in file mssql.php, class DB_mssql The methods PEAR DB uses to interact with PHP's mssql extension for interacting with Microsoft SQL Server databases
DB_mysql
in file mysql.php, class DB_mysql The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases
DB_mysqli
in file mysqli.php, class DB_mysqli The methods PEAR DB uses to interact with PHP's mysqli extension for interacting with MySQL databases
DB_oci8
in file oci8.php, class DB_oci8 The methods PEAR DB uses to interact with PHP's oci8 extension for interacting with Oracle databases
DB_odbc
in file odbc.php, class DB_odbc The methods PEAR DB uses to interact with PHP's odbc extension for interacting with databases via ODBC connections
DB_OK
in file DB.php, constant DB_OK The code returned by many methods upon success
DB_PARAM_MISC
in file DB.php, constant DB_PARAM_MISC Indicates a misc (!) placeholder was used
DB_PARAM_OPAQUE
in file DB.php, constant DB_PARAM_OPAQUE Indicates an opaque (&) placeholder was used
DB_PARAM_SCALAR
in file DB.php, constant DB_PARAM_SCALAR Indicates a scalar (?) placeholder was used
DB_pgsql
in file pgsql.php, class DB_pgsql The methods PEAR DB uses to interact with PHP's pgsql extension for interacting with PostgreSQL databases
DB_PORTABILITY_ALL
in file DB.php, constant DB_PORTABILITY_ALL Turn on all portability features
in file DB.php, variable DB_result::$fetchmode_object_class The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
$fetchmode_object_class
in file common.php, variable DB_common::$fetchmode_object_class The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
in file storage.php, method DB_storage::get() Fetch an attribute value.
getAll
in file common.php, method DB_common::getAll() Fetches all of the rows from a query result
getAssoc
in file common.php, method DB_common::getAssoc() Fetches an entire query result and returns it as an associative array using the first column as the key
getCol
in file common.php, method DB_common::getCol() Fetches a single column from a query result and returns it as an indexed array
in file mssql.php, method DB_mssql::nextId() Returns the next free id in a sequence
nextId
in file fbsql.php, method DB_fbsql::nextId() Returns the next free id in a sequence
nextId
in file odbc.php, method DB_odbc::nextId() Returns the next free id in a sequence
nextId
in file common.php, method DB_common::nextId() Returns the next free id in a sequence
nextId
in file oci8.php, method DB_oci8::nextId() Returns the next free id in a sequence
nextId
in file ibase.php, method DB_ibase::nextId() Returns the next free id in a sequence
nextId
in file pgsql.php, method DB_pgsql::nextId() Returns the next free id in a sequence
nextId
in file msql.php, method DB_msql::nextId() Returns the next free id in a sequence
nextId
in file sybase.php, method DB_sybase::nextId() Returns the next free id in a sequence
nextId
in file mysqli.php, method DB_mysqli::nextId() Returns the next free id in a sequence
nextId
in file mysql.php, method DB_mysql::nextId() Returns the next free id in a sequence
nextId
in file sqlite.php, method DB_sqlite::nextId() Returns the next free id in a sequence
nextQueryIsManip
in file common.php, method DB_common::nextQueryIsManip() Sets (or unsets) a flag indicating that the next query will be a manipulation query, regardless of the usual DB::isManip() heuristics.
nextResult
in file mssql.php, method DB_mssql::nextResult() Move the internal mssql result pointer to the next available result
nextResult
in file odbc.php, method DB_odbc::nextResult() Move the internal odbc result pointer to the next available result
nextResult
in file sybase.php, method DB_sybase::nextResult() Move the internal sybase result pointer to the next available result
nextResult
in file sqlite.php, method DB_sqlite::nextResult() Move the internal sqlite result pointer to the next available result
nextResult
in file pgsql.php, method DB_pgsql::nextResult() Move the internal pgsql result pointer to the next available result
nextResult
in file oci8.php, method DB_oci8::nextResult() Move the internal oracle result pointer to the next available result
nextResult
in file mysqli.php, method DB_mysqli::nextResult() Move the internal mysql result pointer to the next available result.
nextResult
in file mysql.php, method DB_mysql::nextResult() Move the internal mysql result pointer to the next available result
nextResult
in file ifx.php, method DB_ifx::nextResult() Move the internal ifx result pointer to the next available result
nextResult
in file ibase.php, method DB_ibase::nextResult() Move the internal ibase result pointer to the next available result
nextResult
in file DB.php, method DB_result::nextResult() Get the next result if a batch of queries was executed
nextResult
in file msql.php, method DB_msql::nextResult() Move the internal msql result pointer to the next available result
nextResult
in file fbsql.php, method DB_fbsql::nextResult() Move the internal fbsql result pointer to the next available result
numCols
in file odbc.php, method DB_odbc::numCols() Gets the number of columns in a result set
numCols
in file fbsql.php, method DB_fbsql::numCols() Gets the number of columns in a result set
numCols
in file oci8.php, method DB_oci8::numCols() Gets the number of columns in a result set
numCols
in file DB.php, method DB_result::numCols() Get the the number of columns in a result set
numCols
in file dbase.php, method DB_dbase::numCols() Gets the number of columns in a result set
numCols
in file ibase.php, method DB_ibase::numCols() Gets the number of columns in a result set
numCols
in file pgsql.php, method DB_pgsql::numCols() Gets the number of columns in a result set
numCols
in file mssql.php, method DB_mssql::numCols() Gets the number of columns in a result set
numCols
in file msql.php, method DB_msql::numCols() Gets the number of columns in a result set
numCols
in file ifx.php, method DB_ifx::numCols() Gets the number of columns in a result set
numCols
in file mysql.php, method DB_mysql::numCols() Gets the number of columns in a result set
numCols
in file sqlite.php, method DB_sqlite::numCols() Gets the number of columns in a result set
numCols
in file sybase.php, method DB_sybase::numCols() Gets the number of columns in a result set
numCols
in file mysqli.php, method DB_mysqli::numCols() Gets the number of columns in a result set
numRows
in file common.php, method DB_common::numRows() Determines the number of rows in a query result
numRows
in file sybase.php, method DB_sybase::numRows() Gets the number of rows in a result set
numRows
in file DB.php, method DB_result::numRows() Get the number of rows in a result set
numRows
in file sqlite.php, method DB_sqlite::numRows() Gets the number of rows in a result set
numRows
in file oci8.php, method DB_oci8::numRows() Gets the number of rows in a result set
numRows
in file mysqli.php, method DB_mysqli::numRows() Gets the number of rows in a result set
numRows
in file mysql.php, method DB_mysql::numRows() Gets the number of rows in a result set
numRows
in file mssql.php, method DB_mssql::numRows() Gets the number of rows in a result set
numRows
in file fbsql.php, method DB_fbsql::numRows() Gets the number of rows in a result set
numRows
in file msql.php, method DB_msql::numRows() Gets the number of rows in a result set
numRows
in file dbase.php, method DB_dbase::numRows() Gets the number of rows in a result set
numRows
in file odbc.php, method DB_odbc::numRows() Gets the number of rows in a result set
numRows
in file pgsql.php, method DB_pgsql::numRows() Gets the number of rows in a result set
in file common.php, method DB_common::query() Sends a query to the database server
quote
in file common.php, method DB_common::quote() DEPRECATED: Quotes a string so it can be safely used in a query
quoteBoolean
in file pgsql.php, method DB_pgsql::quoteBoolean() Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file dbase.php, method DB_dbase::quoteBoolean() Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file fbsql.php, method DB_fbsql::quoteBoolean() Formats a boolean value for use within a query in a locale-independent manner.
quoteBoolean
in file common.php, method DB_common::quoteBoolean() Formats a boolean value for use within a query in a locale-independent manner.
quoteFloat
in file msql.php, method DB_msql::quoteFloat() Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file oci8.php, method DB_oci8::quoteFloat() Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file fbsql.php, method DB_fbsql::quoteFloat() Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file common.php, method DB_common::quoteFloat() Formats a float value for use within a query in a locale-independent manner.
quoteFloat
in file sybase.php, method DB_sybase::quoteFloat() Formats a float value for use within a query in a locale-independent manner.
quoteIdentifier
in file odbc.php, method DB_odbc::quoteIdentifier() Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file mysqli.php, method DB_mysqli::quoteIdentifier() Quotes a string so it can be safely used as a table or column name (WARNING: using names that require this is a REALLY BAD IDEA)
in file common.php, method DB_common::quoteIdentifier() Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file mysql.php, method DB_mysql::quoteIdentifier() Quotes a string so it can be safely used as a table or column name (WARNING: using names that require this is a REALLY BAD IDEA)
quoteIdentifier
in file mssql.php, method DB_mssql::quoteIdentifier() Quotes a string so it can be safely used as a table or column name
quoteSmart
in file common.php, method DB_common::quoteSmart() Formats input so it can be safely used in a query
quoteString
in file common.php, method DB_common::quoteString() DEPRECATED: Quotes a string so it can be safely used within string delimiters in a query
in file common.php, variable DB_common::$_last_query_manip Flag indicating that the last query was a manipulation query.
$_next_query_manip
in file common.php, variable DB_common::$_next_query_manip Flag indicating that the next query <em>must</em> be a manipulation query.
_checkManip
in file common.php, method DB_common::_checkManip() Checks if the given query is a manipulation query. This also takes into account the _next_query_manip flag and sets the _last_query_manip flag (and resets _next_query_manip) according to the result.
_checkManip
in file pgsql.php, method DB_pgsql::_checkManip() Checks if the given query is a manipulation query. This also takes into account the _next_query_manip flag and sets the _last_query_manip flag (and resets _next_query_manip) according to the result.