MDB2_Driver_Datatype_fbsql (Constructor) [line 66]
MDB2_Driver_Datatype_fbsql MDB2_Driver_Datatype_fbsql(
$db_index)
|
|
Constructor
Parameters:
convertResult [line 82]
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:
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:
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:
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:
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:
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:
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:
quoteBLOB [line 479]
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:
quoteBoolean [line 510]
string quoteBoolean(
string
$value)
|
|
Convert a text value into a DBMS specific format that is suitable to compose query statements.
Overrides
MDB2_Driver_Datatype_Common::quoteBoolean() (Convert a text value into a DBMS specific format that is suitable to compose query statements.)
Parameters:
quoteCLOB [line 448]
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 528]
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 600]
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 582]
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 564]
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 546]
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: