MDB2 |
![]() |
[ class tree: MDB2 ] [ index: MDB2 ] [ all elements ] |
![]() |
Packages: MDB2 apidoc Classes:
MDB2
Files:MDB2_BufferedIterator MDB2_Date MDB2_Driver_Common MDB2_Driver_Datatype_Common MDB2_Driver_Function_Common MDB2_Driver_Manager_Common MDB2_Driver_Native_Common MDB2_Driver_Reverse_Common MDB2_Error MDB2_Extended MDB2_Iterator MDB2_LOB MDB2_Module_Common MDB2_Result MDB2_Result_Common MDB2_Row MDB2_Statement_Common
Common.php
Common.php Common.php Common.php Common.php Date.php example.php Extended.php Iterator.php LOB.php MDB2.php |
[ Top ] Method DetailcheckResultTypes [line 140]
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 ]
compareDefinition [line 876]
Obtain an array of changes that may need to applied
Parameters:
[ Top ]
convertResult [line 230]
Convert a value to a RDBMS indipendent MDB2 type
Parameters:
[ Top ]
convertResultRow [line 261]
Convert a result row
Parameters:
[ Top ]
destroyLOB [line 1614]
Free any resources allocated during the lifetime of the large object handler object.
Parameters:
[ Top ]
getDeclaration [line 336]
Obtain DBMS specific SQL code portion needed to declare of the given type
Parameters:
[ Top ]
getTypeDeclaration [line 385]
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
getValidTypes [line 97]
Get the list of valid types This function returns an array of valid types as keys with the values being possible default values for all native datatypes and mapped types for custom datatypes.
[ Top ]
implodeArray [line 1655]
apply a type to all values of an array and return as a comma seperated string useful for generating IN statements
Parameters:
[ Top ]
mapNativeDatatype [line 1769]
Maps a native array description of a field to a MDB2 datatype and length
Parameters:
[ Top ]
mapPrepareDatatype [line 1819]
Maps an mdb2 datatype to mysqli prepare type
Parameters:
[ Top ]
matchPattern [line 1690]
build a pattern matching string EXPERIMENTAL WARNING: this function is experimental and may change signature at any time until labelled as non-experimental
Parameters:
[ Top ]
patternEscapeString [line 1754]
build string to define pattern escape character EXPERIMENTAL WARNING: this function is experimental and may change signature at any time until labelled as non-experimental
[ Top ]
quote [line 1118]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
writeLOBToFile [line 1521]
retrieve LOB from the database
Parameters:
[ Top ]
_baseConvertResult [line 170]
General type conversion method
Parameters:
[ Top ]
_compareBLOBDefinition [line 1002]
Obtain an array of changes that may need to applied to an BLOB field
Parameters:
[ Top ]
_compareBooleanDefinition [line 1066]
Obtain an array of changes that may need to applied to an boolean field
Parameters:
[ Top ]
_compareCLOBDefinition [line 986]
Obtain an array of changes that may need to applied to an CLOB field
Parameters:
[ Top ]
_compareDateDefinition [line 1018]
Obtain an array of changes that may need to applied to an date field
Parameters:
[ Top ]
_compareDecimalDefinition [line 1098]
Obtain an array of changes that may need to applied to an decimal field
Parameters:
[ Top ]
_compareFloatDefinition [line 1082]
Obtain an array of changes that may need to applied to an float field
Parameters:
[ Top ]
_compareIntegerDefinition [line 932]
Obtain an array of changes that may need to applied to an integer field
Parameters:
[ Top ]
_compareTextDefinition [line 959]
Obtain an array of changes that may need to applied to an text field
Parameters:
[ Top ]
_compareTimeDefinition [line 1034]
Obtain an array of changes that may need to applied to an time field
Parameters:
[ Top ]
_compareTimestampDefinition [line 1050]
Obtain an array of changes that may need to applied to an timestamp field
Parameters:
[ Top ]
_endOfLOB [line 1599]
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 691]
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 725]
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 655]
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 752]
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 860]
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getDeclaration [line 451]
Obtain DBMS specific SQL code portion needed to declare a generic type field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getDeclarationOptions [line 492]
Obtain DBMS specific SQL code portion needed to declare a generic type field to be used in statement like CREATE TABLE, without the field name and type values (ie. just the character set, default value, if the field is permitted to be NULL or not, and the collation options).
Parameters:
[ Top ]
_getFloatDeclaration [line 833]
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 586]
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 626]
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 806]
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_getTimestampDeclaration [line 779]
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
Parameters:
[ Top ]
_mapNativeDatatype [line 1798]
Maps a native array description of a field to a MDB2 datatype and length
Parameters:
[ Top ]
_quoteBLOB [line 1334]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteBoolean [line 1353]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteCLOB [line 1315]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteDate [line 1372]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteDecimal [line 1486]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteFloat [line 1459]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteInteger [line 1199]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteLOB [line 1292]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteText [line 1218]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteTime [line 1430]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_quoteTimestamp [line 1401]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_readFile [line 1248]
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Parameters:
[ Top ]
_readLOB [line 1583]
Read data from large object input stream.
Parameters:
[ Top ]
_retrieveLOB [line 1558]
retrieve LOB from the database
Parameters:
[ Top ]
_sortResultFieldTypes [line 289]
convert a result row
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 15:01:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |