Library Data/ODBC

Package ODBC

Overview

Classes: Binder, ConnectionHandle, Connector, DataTypes, EnvironmentHandle, Extractor, Handle, ODBCColumn, ODBCStatementImpl, Parameter, Preparation, SessionImpl, Utility

Classes

class Binder

Binds placeholders in the sql query to the provided values. more...

class ConnectionHandle

ODBC connection handle class more...

class Connector

Connector instantiates SqLite SessionImpl objects. more...

class DataTypes

C <==> SQL datatypes mapping utility class. more...

class EnvironmentHandle

ODBC environment handle class more...

class Extractor

Extracts and converts data values from the result row returned by ODBC. more...

class Handle

ODBC handle class template more...

class ODBCColumn

 more...

class ODBCStatementImpl

Implements statement functionality needed for ODBC more...

class Parameter

 more...

class Preparation

Class used for database preparation where we first have to register all data types with respective memory output locations before extracting data. more...

class SessionImpl

Implements SessionImpl interface more...

class Utility

Various utility functions more...