Firebird Database class
package | Query |
---|---|
subpackage | Drivers |
__construct(string $dbpath, string $user= 'SYSDBA'
, string $pass= 'masterkey'
, array $options= array()
)
string
string
string
array
beginTransaction() : boolean | null
boolean
null
commit() : bool
bool
errorCode() : array
array
errorInfo() : array
array
exec(string $sql) : int
string
int
getAttribute(int $attribute) : mixed
int
mixed
inTransaction() : bool
bool
insert_batch(string $table, array $data = array()
) : string
string
array
string
lastInsertId(string $name = NULL
) : mixed
string
mixed
prepare(string $query, array $options = array()
) : \Query\Driver\Firebird_Result
prepare_execute(string $sql, array $args) : \Query\Driver\Firebird_Result
prepare_query(string $sql, array $params) : NULL
string
array
NULL
quote(string $str, int $param_type = \PDO::PARAM_STR
) : string
string
int
string
rollBack() : bool
bool
setAttribute(int $attribute, mixed $value) : bool
int
mixed
bool
truncate(string $table)
string
$conn : resource
NULL
$statement : object
NULL
$statement_link : resource
NULL
$trans : resource
NULL