| 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_Manager_Common MDB2_Driver_Manager_xxx MDB2_Driver_Reverse_Common MDB2_Error MDB2_Extended MDB2_Iterator MDB2_Native_xxx MDB2_Reverse_xxx MDB2_xxx
clitest.php
Common.php Common.php Common.php Console_TestListener.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 HTML_TestListener.php Iterator.php LOB.php MDB2.php MDB2_api_testcase.php MDB2_bugs_testcase.php MDB2_manager_testcase.php MDB2_native_testcase.php MDB2_reverse_testcase.php MDB2_usage_testcase.php peardb.php peardb_wrapper_example.php test.php testchoose.php testUtils.php |
[ Top ] Method DetailMDB2_Driver_Datatype_Common (Constructor) [line 95]compareDefinition [line 599]
Obtain an array of changes that may need to applied
Parameters:
[ Top ]
convertResult [line 200]
convert a value to a RDBMS indepdenant MDB2 type
Parameters:
[ Top ]
convertResultRow [line 220]
convert a result row
Parameters:
[ Top ]
destroyLOB [line 1201]
Free any resources allocated during the lifetime of the large object handler object.
Parameters:
[ Top ]
getDeclaration [line 254]
Obtain DBMS specific SQL code portion needed to declare of the given type
Parameters:
[ Top ]
implodeArray [line 1242]
apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
Parameters:
[ Top ]
quote [line 825]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
setResultTypes [line 123]
Define the list of types to be associated with the columns of a given result set. This function may be called before invoking fetchRow(), fetchOne() fetchCole() 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 ]
writeLOBToFile [line 1119]
retrieve LOB from the database
Parameters:
[ Top ]
_baseConvertResult [line 149]
general type conversion method
Parameters:
[ Top ]
_compareBLOBDefinition [line 711]
Obtain an array of changes that may need to applied to an BLOB field
Parameters:
[ Top ]
_compareBooleanDefinition [line 775]
Obtain an array of changes that may need to applied to an boolean field
Parameters:
[ Top ]
_compareCLOBDefinition [line 695]
Obtain an array of changes that may need to applied to an CLOB field
Parameters:
[ Top ]
_compareDateDefinition [line 727]
Obtain an array of changes that may need to applied to an date field
Parameters:
[ Top ]
_compareDecimalDefinition [line 807]
Obtain an array of changes that may need to applied to an decimal field
Parameters:
[ Top ]
_compareFloatDefinition [line 791]
Obtain an array of changes that may need to applied to an float field
Parameters:
[ Top ]
_compareIntegerDefinition [line 649]
Obtain an array of changes that may need to applied to an integer field
Parameters:
[ Top ]
_compareTextDefinition [line 672]
Obtain an array of changes that may need to applied to an text field
Parameters:
[ Top ]
_compareTimeDefinition [line 743]
Obtain an array of changes that may need to applied to an time field
Parameters:
[ Top ]
_compareTimestampDefinition [line 759]
Obtain an array of changes that may need to applied to an timestamp field
Parameters:
[ Top ]
_endOfLOB [line 1186]
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 ]
_getBLOBDeclaration [line 394]
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getBooleanDeclaration [line 424]
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getCLOBDeclaration [line 362]
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getDateDeclaration [line 455]
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getDecimalDeclaration [line 579]
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getFloatDeclaration [line 548]
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getIntegerDeclaration [line 289]
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getTextDeclaration [line 328]
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getTimeDeclaration [line 517]
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getTimestampDeclaration [line 486]
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_quoteBLOB [line 1001]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteBoolean [line 1018]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteCLOB [line 984]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteDate [line 1035]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteDecimal [line 1103]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteFloat [line 1086]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteInteger [line 893]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteLOB [line 966]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteText [line 910]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteTime [line 1069]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteTimestamp [line 1052]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_readFile [line 928]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_readLOB [line 1170]
Read data from large object input stream.
Parameters:
[ Top ]
_retrieveLOB [line 1146]
retrieve LOB from the database
Parameters:
[ Top ]
Documentation generated on Wed, 08 Jun 2005 09:30:23 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004. |