MDB2_Driver_Datatype_oci8 (Constructor) [line 64]
MDB2_Driver_Datatype_oci8 MDB2_Driver_Datatype_oci8(
$db_index)
|
|
Constructor
Parameters:
convertResult [line 80]
getBLOBDeclaration [line 277]
string getBLOBDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getBLOBDeclaration() (Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.)
Parameters:
getCLOBDeclaration [line 246]
string getCLOBDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getCLOBDeclaration() (Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.)
Parameters:
getDateDeclaration [line 306]
string getDateDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getDateDeclaration() (Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.)
Parameters:
getDecimalDeclaration [line 429]
string getDecimalDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getDecimalDeclaration() (Obtain DBMS specific SQL code portion needed to declare a decimal type field to be used in statements like CREATE TABLE.)
Parameters:
getFloatDeclaration [line 398]
string getFloatDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getFloatDeclaration() (Obtain DBMS specific SQL code portion needed to declare a float type field to be used in statements like CREATE TABLE.)
Parameters:
getIntegerDeclaration [line 173]
string getIntegerDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getIntegerDeclaration() (Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.)
Parameters:
getTextDeclaration [line 212]
string getTextDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getTextDeclaration() (Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.)
Parameters:
getTimeDeclaration [line 367]
string getTimeDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getTimeDeclaration() (Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.)
Parameters:
getTimestampDeclaration [line 337]
string getTimestampDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getTimestampDeclaration() (Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.)
Parameters:
getTypeDeclaration [line 119]
string getTypeDeclaration(
string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
Parameters:
quoteBLOB [line 471]
string quoteBLOB(
$blob
$blob)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteBLOB() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteCLOB [line 450]
string quoteCLOB(
$clob
$clob)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteCLOB() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteDate [line 492]
string quoteDate(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteDate() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteDecimal [line 564]
string quoteDecimal(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteDecimal() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteFloat [line 546]
string quoteFloat(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteFloat() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteTime [line 528]
string quoteTime(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteTime() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteTimestamp [line 510]
string quoteTimestamp(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteTimestamp() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters: