Overview
Classes: Binder, ConnectionHandle, Connector, DataTruncatedException, DiagnosticFields, Diagnostics, EnvironmentHandle, Error, Extractor, Handle, HandleException, InsufficientStorageException, ODBCException, ODBCMetaColumn, ODBCStatementImpl, Parameter, Preparator, SessionImpl, TypeInfo, UnknownDataLengthException, Utility
Functions: SQLBrowseConnect, SQLColAttribute, SQLColAttributes, SQLColumnPrivileges, SQLColumns, SQLConnect, SQLDataSources, SQLDescribeCol, SQLDriverConnect, SQLDrivers, SQLError, SQLExecDirect, SQLForeignKeys, SQLGetConnectAttr, SQLGetConnectOption, SQLGetCursorName, SQLGetDescField, SQLGetDescRec, SQLGetDiagField, SQLGetDiagRec, SQLGetInfo, SQLGetStmtAttr, SQLGetTypeInfo, SQLNativeSql, SQLPrepare, SQLPrimaryKeys, SQLProcedureColumns, SQLProcedures, SQLSetConnectAttr, SQLSetConnectOption, SQLSetCursorName, SQLSetDescField, SQLSetStmtAttr, SQLSpecialColumns, SQLStatistics, SQLTablePrivileges, SQLTables, isString, operator [], stringLength
Classes
class Binder
Binds placeholders in the sql query to the provided values.
class ConnectionHandle
class Connector
Connector instantiates SqLite SessionImpl objects.
class DataTruncatedException
struct DiagnosticFields
class Diagnostics
Utility class providing functionality for retrieving ODBC diagnostic records.
class EnvironmentHandle
class Error
Class encapsulating ODBC diagnostic record collection.
class Extractor
Extracts and converts data values from the result row returned by ODBC.
class Handle
class HandleException
class InsufficientStorageException
class ODBCException
class ODBCMetaColumn
class ODBCStatementImpl
Implements statement functionality needed for ODBC
class Parameter
class Preparator
Class used for database preparation where we first have to register all data types with respective memory output locations before extracting data.
class SessionImpl
Implements SessionImpl interface
class TypeInfo
Datatypes mapping utility class.