Header for RDM ODBC types. More...
Data Structures | |
struct | RDM_TIMETZ_STRUCT |
struct | RDM_TIMESTAMPTZ_STRUCT |
Macros | |
#define | SQL_EMPSTR ((SQLCHAR *) "") |
#define | SQL_EMPWSTR ((SQLWCHAR *) L"") |
#define | SQL_EMPTSTR ((SQLTCHAR *) "") |
#define | SQL_TCHAR SQL_CHAR |
#define | SQL_TVARCHAR SQL_VARCHAR |
#define | SQL_TLONGVARCHAR SQL_LONGVARCHAR |
#define | SQL_ROWID (SQL_DRIVER_SQL_TYPE_BASE + 0) |
#define | SQL_RDM_TIMETZ (SQL_DRIVER_SQL_TYPE_BASE + 1) |
#define | SQL_RDM_TIMESTAMPTZ (SQL_DRIVER_SQL_TYPE_BASE + 2) |
#define | SQL_C_ROWID SQL_ROWID |
#define | SQL_C_RDM_TIMETZ SQL_RDM_TIMETZ |
#define | SQL_C_RDM_TIMESTAMPTZ SQL_RDM_TIMESTAMPTZ |
Typedefs | |
typedef RDM_ROWID_T | SQLROWID |
typedef int32_t(* | ECALLBACK) (int16_t, SQLHANDLE, SQLRETURN, const void *) |
RDM specific error callback function definition. More... | |
Enumerations | |
enum | RDM_CONN_TYPE { CT_LOCAL = 0, CT_REMOTE, CT_UNKNOWN } |
RDM specific connection type values. More... | |
Header for RDM ODBC types.
Raima Database Manager
Raima Database Manager extended ODBC type definitions
Copyright (C) 2011 Raima Inc., All rights reserved.
Use of this software, whether in source code format, or in executable, binary object code form, is governed by the Raima LICENSE which is fully described in the LICENSE.TXT file, included within this distribution of files.
#define SQL_C_RDM_TIMESTAMPTZ SQL_RDM_TIMESTAMPTZ |
#define SQL_C_RDM_TIMETZ SQL_RDM_TIMETZ |
#define SQL_C_ROWID SQL_ROWID |
#define SQL_EMPSTR ((SQLCHAR *) "") |
#define SQL_EMPTSTR ((SQLTCHAR *) "") |
#define SQL_EMPWSTR ((SQLWCHAR *) L"") |
#define SQL_RDM_TIMESTAMPTZ (SQL_DRIVER_SQL_TYPE_BASE + 2) |
#define SQL_RDM_TIMETZ (SQL_DRIVER_SQL_TYPE_BASE + 1) |
#define SQL_ROWID (SQL_DRIVER_SQL_TYPE_BASE + 0) |
#define SQL_TCHAR SQL_CHAR |
#define SQL_TLONGVARCHAR SQL_LONGVARCHAR |
#define SQL_TVARCHAR SQL_VARCHAR |
RDM specific error callback function definition.
typedef RDM_ROWID_T SQLROWID |
enum RDM_CONN_TYPE |
RDM specific connection type values.
Enumerator | |
---|---|
CT_LOCAL | |
CT_REMOTE | |
CT_UNKNOWN |