Qore odbc Module  1.0.0
Qore::odbc Namespace Reference

odbc namespace More...

Functions

hash odbc_bind (softint type, auto value)
 Creates a hash data structure understood by the ODBC DBI driver when binding values in SQL queries that allows programmers to directly specify the ODBC data type for the bind. More...
 

Variables

const ODBCT_DATE = SQL_C_TYPE_DATE
 Defines a bind for the ODBC's SQL_C_TYPE_DATE type.
 
const ODBCT_FLOAT = SQL_C_FLOAT
 Defines a bind for the ODBC's SQL_C_FLOAT (SQL_REAL) type.
 
const ODBCT_INT_DAY = SQL_C_INTERVAL_DAY
 Defines a bind for the ODBC's SQL_C_INTERVAL_DAY type.
 
const ODBCT_INT_DAYHOUR = SQL_C_INTERVAL_DAY_TO_HOUR
 Defines a bind for the ODBC's SQL_C_INTERVAL_DAY_TO_HOUR type.
 
const ODBCT_INT_DAYMINUTE = SQL_C_INTERVAL_DAY_TO_MINUTE
 Defines a bind for the ODBC's SQL_C_INTERVAL_DAY_TO_MINUTE type.
 
const ODBCT_INT_DAYSECOND = SQL_C_INTERVAL_DAY_TO_SECOND
 Defines a bind for the ODBC's SQL_C_INTERVAL_DAY_TO_SECOND type.
 
const ODBCT_INT_HOUR = SQL_C_INTERVAL_HOUR
 Defines a bind for the ODBC's SQL_C_INTERVAL_HOUR type.
 
const ODBCT_INT_HOURMINUTE = SQL_C_INTERVAL_HOUR_TO_MINUTE
 Defines a bind for the ODBC's SQL_C_INTERVAL_HOUR_TO_MINUTE type.
 
const ODBCT_INT_HOURSECOND = SQL_C_INTERVAL_HOUR_TO_SECOND
 Defines a bind for the ODBC's SQL_C_INTERVAL_HOUR_TO_SECOND type.
 
const ODBCT_INT_MINUTE = SQL_C_INTERVAL_MINUTE
 Defines a bind for the ODBC's SQL_C_INTERVAL_ type.
 
const ODBCT_INT_MINUTESECOND = SQL_C_INTERVAL_MINUTE_TO_SECOND
 Defines a bind for the ODBC's SQL_C_INTERVAL_MINUTE_TO_SECOND type.
 
const ODBCT_INT_MONTH = SQL_C_INTERVAL_MONTH
 Defines a bind for the ODBC's SQL_C_INTERVAL_MONTH type.
 
const ODBCT_INT_SECOND = SQL_C_INTERVAL_SECOND
 Defines a bind for the ODBC's SQL_C_INTERVAL_SECOND type.
 
const ODBCT_INT_YEAR = SQL_C_INTERVAL_YEAR
 Defines a bind for the ODBC's SQL_C_INTERVAL_YEAR type.
 
const ODBCT_INT_YEARMONTH = SQL_C_INTERVAL_YEAR_TO_MONTH
 Defines a bind for the ODBC's SQL_C_INTERVAL_YEAR_TO_MONTH type.
 
const ODBCT_SLONG = SQL_C_SLONG
 Defines a bind for the ODBC's SQL_C_SLONG type.
 
const ODBCT_SSHORT = SQL_C_SSHORT
 Defines a bind for the ODBC's SQL_C_SSHORT type.
 
const ODBCT_STINYINT = SQL_C_STINYINT
 Defines a bind for the ODBC's SQL_C_STINYINT type.
 
const ODBCT_TIME = SQL_C_TYPE_TIME
 Defines a bind for the ODBC's SQL_C_TYPE_TIME type.
 
const ODBCT_TIMESTAMP = SQL_C_TYPE_TIMESTAMP
 Defines a bind for the ODBC's SQL_C_TYPE_TIMESTAMP type.
 
const ODBCT_ULONG = SQL_C_ULONG
 Defines a bind for the ODBC's SQL_C_ULONG type.
 
const ODBCT_USHORT = SQL_C_USHORT
 Defines a bind for the ODBC's SQL_C_USHORT type.
 
const ODBCT_UTINYINT = SQL_C_UTINYINT
 Defines a bind for the ODBC's SQL_C_UTINYINT type.
 

Detailed Description

odbc namespace