Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
odbc Namespace Reference

Classes

class  CallableStatement
 
class  Connection
 
class  DatabaseMetaData
 
class  Driver
 
class  DataSource
 
class  DriverManager
 
class  ErrorHandler
 
class  PreparedStatement
 
class  ResultSet
 
class  ResultSetMetaData
 
class  Statement
 
struct  Types
 
class  Bytes
 
class  Date
 
class  Time
 
class  Timestamp
 
class  CleanVector
 
class  DriverMessage
 
class  SQLException
 
class  SQLWarning
 
class  Deleter
 

Typedefs

typedef CleanVector< Driver * > DriverList
 
typedef CleanVector< DataSource * > DataSourceList
 
typedef CleanVector< SQLWarning * > WarningList
 

Variables

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

Detailed Description

The namespace where all libodbc++ classes reside

Typedef Documentation

A list of datasources. Behaves like an std::vector

Definition at line 94 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 94 of file drivermanager.h

A list of Drivers. Actually an STL vector

Definition at line 65 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 65 of file drivermanager.h

Definition at line 742 of file types.h.

View newest version in sPHENIX GitHub at line 742 of file types.h

Variable Documentation

const int odbc::GETDATA_CHUNK_SIZE =4*1024

Definition at line 138 of file types.h.

View newest version in sPHENIX GitHub at line 138 of file types.h

const int odbc::PUTDATA_CHUNK_SIZE =GETDATA_CHUNK_SIZE

Definition at line 140 of file types.h.

View newest version in sPHENIX GitHub at line 140 of file types.h

const int odbc::STREAM_TO_STRING_CHUNK_SIZE =STRING_TO_STREAM_CHUNK_SIZE

Definition at line 145 of file types.h.

View newest version in sPHENIX GitHub at line 145 of file types.h

const int odbc::STRING_TO_STREAM_CHUNK_SIZE =1024

Definition at line 144 of file types.h.

View newest version in sPHENIX GitHub at line 144 of file types.h