MDB2_Driver_Datatype_fbsql (Constructor) [line 66]
MDB2_Driver_Datatype_fbsql MDB2_Driver_Datatype_fbsql(
mixed
$db_index)
|
|
Constructor
convertResult [line 82]
freeBLOBValue [line 522]
freeCLOBValue [line 476]
getBLOBDeclaration [line 236]
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 494]
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:
getBooleanDeclaration [line 263]
string getBooleanDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.
Overrides
MDB2_Driver_Datatype_Common::getBooleanDeclaration() (Obtain DBMS specific SQL code portion needed to declare a boolean type field to be used in statements like CREATE TABLE.)
Parameters:
getBooleanValue [line 540]
string getBooleanValue(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::getBooleanValue() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
getCLOBDeclaration [line 205]
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 448]
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 295]
string getDateDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an 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 558]
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 426]
string getDecimalDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an 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 630]
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 393]
string getFloatDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an 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 612]
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 129]
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 169]
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 360]
string getTimeDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an time type 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 328]
string getTimestampDeclaration(
string
$name, string
$field)
|
|
Obtain DBMS specific SQL code portion needed to declare an timestamp type 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 576]
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 594]
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: