Qore OdbcFirebirdSqlUtil Module Reference
0.1
|
The OdbcFirebirdSqlUtil module provides a high level API for working with Firebird database objects through the odbc driver.
Usually this module is loaded on demand from the SqlUtil module, however to use this module directly, use "%requires OdbcFirebirdSqlUtil"
in your code.
All the public symbols in the module are defined in the OdbcFirebirdSqlUtil namespace
Column types are mapped from Qore types as follows:
OdbcFirebird Column Type Mappings
Qore Type Name | Firebird Type Used |
int | bigint |
float | double precision |
number | varchar |
string | varchar |
date | timestamp |
binary | varbinary |
bool | boolean |
SqlUtil::BLOB | blob |
SqlUtil::CHAR | char |
SqlUtil::CLOB | blob sub_type text |