Database independent query interface
PHP versions 4 and 5
LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
Obtain the PEAR class so it can be extended from
The type of query to create with the automatic query building methods.
The type of query to create with the automatic query building methods.
Converts the data to hex format before returning it
The different ways of returning binary data from queries. For example the string "123" would become "313233".
Sends the fetched data straight through to output
The different ways of returning binary data from queries.
Lets you return data as usual
The different ways of returning binary data from queries.
Unkown error
One of PEAR DB's portable error codes.
The present user has inadequate permissions to perform the task requestd
One of PEAR DB's portable error codes.
Tried to create a duplicate object
One of PEAR DB's portable error codes.
Could not create the object requested
One of PEAR DB's portable error codes.
Could not drop the database requested because it does not exist
One of PEAR DB's portable error codes.
Could not connect to the database
One of PEAR DB's portable error codes.
Tried to insert a duplicate value into a primary or unique index
One of PEAR DB's portable error codes.
Tried to insert a null value into a column that doesn't allow nulls
One of PEAR DB's portable error codes.
Attempt to divide something by zero
One of PEAR DB's portable error codes.
The PHP extension needed for this DBMS could not be found
One of PEAR DB's portable error codes.
A literal submitted did not match the data type expected
One of PEAR DB's portable error codes.
A literal date submitted did not match the data type expected
One of PEAR DB's portable error codes.
The DSN submitted has problems
One of PEAR DB's portable error codes.
A literal number submitted did not match the data type expected
One of PEAR DB's portable error codes.
The number of parameters does not match the number of placeholders
One of PEAR DB's portable error codes.
The data submitted to the method was inappropriate
One of PEAR DB's portable error codes.
A database needs to be selected
One of PEAR DB's portable error codes.
The database requested does not exist
One of PEAR DB's portable error codes.
An identifier in the query refers to a non-existant column
One of PEAR DB's portable error codes.
An identifier in the query refers to a non-existant table
One of PEAR DB's portable error codes.
The current DBMS does not support the action you attempted
One of PEAR DB's portable error codes.
An identifier in the query refers to a non-existant object
One of PEAR DB's portable error codes.
The attempt to lock the table failed
One of PEAR DB's portable error codes.
Syntax error
One of PEAR DB's portable error codes.
A literal submitted was too long so the end of it was removed
One of PEAR DB's portable error codes.
The current driver does not support the action you attempted
One of PEAR DB's portable error codes.
The number of columns doesn't match the number of values
One of PEAR DB's portable error codes.
Column data indexed by column names
Fetch Modes.
Indicates the current default fetch mode should be used
Fetch Modes.
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
Fetch Modes. This is flipped from the normal behavior, which puts the row numbers in the first level of the array and the column names in the second level.
Column data as object properties
Fetch Modes.
Column data indexed by numbers, ordered from 0 and up
Fetch Modes.
Old fetch modes. Left here for compatibility.
Old fetch modes. Left here for compatibility.
Old fetch modes. Left here for compatibility.
The code returned by many methods upon success
One of PEAR DB's portable error codes.
Indicates a misc (!) placeholder was used
Identifiers for the placeholders used in prepared statements. The value should not be quoted or escaped.
Indicates an opaque (&) placeholder was used
Identifiers for the placeholders used in prepared statements. The value presented is a file name. Extract the contents of that file and place them in this column.
Indicates a scalar (?) placeholder was used
Identifiers for the placeholders used in prepared statements. Quote and escape the value as necessary.
Turn on all portability features
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
Force reporting the number of rows deleted
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
Makes certain error messages in certain drivers compatible with those from other DBMS's
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
Convert names of tables and fields to lower case
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
when using the get*(), fetch*() and tableInfo() methods
Turn off all portability features
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
Convert null values to empty strings in data output by
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
get*() and fetch*()
Enable hack that makes numRows() work in Oracle
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
Right trim the data output by get*() and fetch*()
Portability Modes.
Bitwised constants, so they can be combined using | and removed using ^.
The type of information to return from the tableInfo() method.
Bitwised constants, so they can be combined using | and removed using ^.
The type of information to return from the tableInfo() method.
Bitwised constants, so they can be combined using | and removed using ^.
The type of information to return from the tableInfo() method.
Bitwised constants, so they can be combined using | and removed using ^.
Documentation generated on Wed, 28 Mar 2007 09:54:10 -0600 by phpDocumentor 1.3.1