Database independent query interface definition for PHP's ODBC extension.
Located in /maintenance/libraries/pear/DB/odbc.php (line 42)
PEAR | --DB_common | --DB_odbc
Inherited from DB_common
DB_common::$dbh
DB_common::$errorcode_map
DB_common::$features
DB_common::$fetchmode
DB_common::$fetchmode_object_class
DB_common::$last_query
DB_common::$options
DB_common::$prepared_queries
DB_common::$prepare_maxstmt
DB_common::$prepare_tokens
DB_common::$prepare_types
Returns the number of rows affected by a manipulative query
(INSERT, DELETE, UPDATE)
Connect to a database and log in as the specified user.
Creates a new sequence
Deletes a sequence
Get the native error code of the last error (if any) that occured on the current connection.
Fetch a row and insert the data into an existing array.
Formating of the array and the data therein are configurable. See DB_result::fetchInto() for more information.
Returns the next free id in a sequence
Move the internal odbc result pointer to the next available result
ODBC may or may not support counting rows in the result set of SELECTs.
Gather information about an error, then use that info to create a DB error object and finally return that object.
Quote a string so it can be safely used as a table / column name
Quoting style depends on which dbsyntax was passed in the DSN.
Use 'mssql' as the dbsyntax in the DB DSN only if you've unchecked "Use ANSI quoted identifiers" when setting up the ODBC data source.
Send a query to ODBC and return the results as a ODBC resource identifier.
Inherited From DB_common
DB_common::DB_common()
DB_common::affectedRows()
DB_common::autoCommit()
DB_common::autoExecute()
DB_common::autoPrepare()
DB_common::buildManipSQL()
DB_common::commit()
DB_common::createSequence()
DB_common::dropSequence()
DB_common::errorCode()
DB_common::errorMessage()
DB_common::errorNative()
DB_common::escapeSimple()
DB_common::execute()
DB_common::executeEmulateQuery()
DB_common::executeMultiple()
DB_common::freePrepared()
DB_common::getAll()
DB_common::getAssoc()
DB_common::getCol()
DB_common::getListOf()
DB_common::getOne()
DB_common::getOption()
DB_common::getRow()
DB_common::getSequenceName()
DB_common::getSpecialQuery()
DB_common::getTables()
DB_common::limitQuery()
DB_common::modifyLimitQuery()
DB_common::modifyQuery()
DB_common::nextId()
DB_common::numRows()
DB_common::prepare()
DB_common::provides()
DB_common::query()
DB_common::quote()
DB_common::quoteIdentifier()
DB_common::quoteSmart()
DB_common::quoteString()
DB_common::raiseError()
DB_common::rollback()
DB_common::setFetchMode()
DB_common::setOption()
DB_common::tableInfo()
DB_common::toString()
DB_common::_convertNullArrayValuesToEmpty()
DB_common::_rtrimArrayValues()
Documentation generated on Thu, 20 Jan 2005 17:10:24 +0000 by phpDocumentor 1.3.0RC3