odbc Namespace Reference


Detailed Description

The namespace where all libodbc++ classes reside.


Classes

class  Bytes
 A chunk of bytes. More...
class  CallableStatement
 A prepared statement suited for stored procedure calls. More...
class  CleanVector
class  Connection
 A database connection. More...
class  DatabaseMetaData
 Provides several tons of information about a data source. More...
class  DataSource
 A Data Source. More...
class  Date
 An SQL DATE. More...
class  Deleter
class  Driver
 An ODBC Driver with it's information. More...
class  DriverManager
 The DriverManager. More...
class  DriverMessage
 Used internally - represents the result of an SQLError call. More...
class  ErrorHandler
 Base class for everything that might contain warnings. More...
class  PreparedStatement
 A prepared statement. More...
class  ResultSet
 A result set. More...
class  ResultSetMetaData
 Provides meta data about a result set. More...
class  SQLException
 The exception thrown when errors occur inside the library. More...
class  SQLWarning
 Represents an SQL warning. More...
class  Statement
 A simple non-prepared statement. More...
class  Time
 An SQL TIME. More...
class  Timestamp
 An SQL TIMESTAMP. More...
struct  Types
 SQL type constants. More...

Typedefs

typedef CleanVector< DataSource * > DataSourceList
 A list of datasources.
typedef CleanVector< DataSource * > DataSourceList
 A list of datasources.
typedef CleanVector< Driver * > DriverList
 A list of Drivers.
typedef CleanVector< Driver * > DriverList
 A list of Drivers.
typedef CleanVector< SQLWarning * > WarningList
typedef CleanVector< SQLWarning * > WarningList

Variables

const int GETDATA_CHUNK_SIZE = 4*1024
const int GETDATA_CHUNK_SIZE = 4*1024
const int PUTDATA_CHUNK_SIZE = GETDATA_CHUNK_SIZE
const int PUTDATA_CHUNK_SIZE = GETDATA_CHUNK_SIZE
const int STREAM_TO_STRING_CHUNK_SIZE = STRING_TO_STREAM_CHUNK_SIZE
const int STREAM_TO_STRING_CHUNK_SIZE = STRING_TO_STREAM_CHUNK_SIZE
const int STRING_TO_STREAM_CHUNK_SIZE = 1024
const int STRING_TO_STREAM_CHUNK_SIZE = 1024


Typedef Documentation

typedef CleanVector<DataSource*> odbc::DataSourceList

A list of datasources.

Behaves like an std::vector

Definition at line 95 of file drivermanager.h.

typedef CleanVector<DataSource*> odbc::DataSourceList

A list of datasources.

Behaves like an std::vector

Definition at line 95 of file drivermanager.h.

typedef CleanVector<Driver*> odbc::DriverList

A list of Drivers.

Actually an STL vector

Definition at line 66 of file drivermanager.h.

typedef CleanVector<Driver*> odbc::DriverList

A list of Drivers.

Actually an STL vector

Definition at line 66 of file drivermanager.h.


GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy