MDB2_Driver_Datatype_oci8 (Constructor) [line 64]
MDB2_Driver_Datatype_oci8 MDB2_Driver_Datatype_oci8(
mixed
$db_index)
|
|
Constructor
convertResult [line 80]
freeBLOBValue [line 506]
freeCLOBValue [line 469]
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:
getBLOBValue [line 487]
string getBLOBValue(
$blob
$blob)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getBLOBValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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:
getCLOBValue [line 450]
string getCLOBValue(
$clob
$clob)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getCLOBValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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:
getDateValue [line 524]
string getDateValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getDateValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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:
getDecimalValue [line 596]
string getDecimalValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getDecimalValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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:
getFloatValue [line 578]
string getFloatValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getFloatValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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:
getTimestampValue [line 542]
string getTimestampValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getTimestampValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
getTimeValue [line 560]
string getTimeValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getTimeValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
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: