MDB2 |
![]() |
[ class tree: MDB2 ] [ index: MDB2 ] [ all elements ] |
![]() |
Packages: MDB2 Classes:
DB
Files:DB_Error DB_result MDB2 MDB2_Datatype_xxx MDB2_Date MDB2_Driver_Common MDB2_Driver_Datatype_Common MDB2_Driver_Datatype_fbsql MDB2_Driver_Datatype_ibase MDB2_Driver_Datatype_mssql MDB2_Driver_Datatype_mysql MDB2_Driver_Datatype_oci8 MDB2_Driver_Datatype_pgsql MDB2_Driver_Datatype_sqlite MDB2_Driver_fbsql MDB2_Driver_ibase MDB2_Driver_Manager_Common MDB2_Driver_Manager_fbsql MDB2_Driver_Manager_ibase MDB2_Driver_Manager_mssql MDB2_Driver_Manager_mysql MDB2_Driver_Manager_oci8 MDB2_Driver_Manager_pgsql MDB2_Driver_Manager_sqlite MDB2_Driver_Manager_xxx MDB2_Driver_mssql MDB2_Driver_mysql MDB2_Driver_Native_fbsql MDB2_Driver_Native_ibase MDB2_Driver_Native_mssql MDB2_Driver_Native_mysql MDB2_Driver_Native_oci8 MDB2_Driver_Native_pgsql MDB2_Driver_Native_sqlite MDB2_Driver_oci8 MDB2_Driver_pgsql MDB2_Driver_querysim MDB2_Driver_Reverse_Common MDB2_Driver_Reverse_fbsql MDB2_Driver_Reverse_ibase MDB2_Driver_Reverse_mssql MDB2_Driver_Reverse_mysql MDB2_Driver_Reverse_oci8 MDB2_Driver_Reverse_pgsql MDB2_Driver_Reverse_sqlite MDB2_Driver_sqlite MDB2_Extended MDB2_Iterator MDB2_Native_xxx MDB2_Reverse_xxx MDB2_Tools_Manager MDB2_xxx
Common.php
Common.php Common.php Date.php Driver_Datatype_skeleton.php Driver_Manager_skeleton.php Driver_Native_skeleton.php Driver_Reverse_skeleton.php Driver_skeleton.php example.php Extended.php fbsql.php fbsql.php fbsql.php fbsql.php fbsql.php ibase.php ibase.php ibase.php ibase.php ibase.php Iterator.php LOB.php Manager.php MDB2.php mssql.php mssql.php mssql.php mssql.php mssql.php mysql.php mysql.php mysql.php mysql.php mysql.php oci8.php oci8.php oci8.php oci8.php oci8.php Parser.php peardb.php peardb_wrapper_example.php pgsql.php pgsql.php pgsql.php pgsql.php pgsql.php querysim.php reverse_engineer_xml_schema.php sqlite.php sqlite.php sqlite.php sqlite.php sqlite.php |
[ Top ] Method DetailMDB2_Driver_Datatype_Common (Constructor) [line 96]
Constructor Parameters:
[ Top ]
convertResult [line 204]
convert a value to a RDBMS indepdenant MDB2 type
Overridden in child classes as:
Parameters:
[ Top ]
convertResultRow [line 221]
convert a result row
Parameters:
[ Top ]
createLOB [line 937]
Create a handler object of a specified class with functions to retrieve data from a large object data stream.
Parameters:
[ Top ]
destroyLOB [line 1144]
Free any resources allocated during the lifetime of the large object handler object.
Parameters:
[ Top ]
endOfLOB [line 1109]
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.
Parameters:
[ Top ]
freeBLOBValue [line 680]
free a binary large object
Parameters:
[ Top ]
freeCLOBValue [line 644]
free a character large object
Parameters:
[ Top ]
getBLOBDeclaration [line 384]
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getBooleanDeclaration [line 414]
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getCLOBDeclaration [line 352]
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getDateDeclaration [line 445]
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getDecimalDeclaration [line 569]
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getFloatDeclaration [line 538]
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getIntegerDeclaration [line 279]
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getTextDeclaration [line 318]
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getTimeDeclaration [line 507]
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
getTimestampDeclaration [line 476]
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
Overridden in child classes as:
Parameters:
[ Top ]
implodeArray [line 1165]
apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
Parameters:
[ Top ]
quoteBLOB [line 664]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteBoolean [line 698]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteCLOB [line 628]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteDate [line 716]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteDecimal [line 788]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteFloat [line 770]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteInteger [line 590]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
quoteText [line 608]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
quoteTime [line 752]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
quoteTimestamp [line 734]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overridden in child classes as:
Parameters:
[ Top ]
readLOB [line 1070]
Read data from large object input stream.
Parameters:
[ Top ]
setResultTypes [line 124]
Define the list of types to be associated with the columns of a given result set. This function may be called before invoking fetch(), fetchRow(), fetchCol() and fetchAll() so that the necessary data type conversions are performed on the data to be retrieved by them. If this function is not called, the type of all result set columns is assumed to be text, thus leading to not perform any conversions.
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 10:15:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |