Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
types.h File Reference
#include <RDBC/odbc++/setup.h>
#include <exception>
#include <string>
#include <ctime>
#include <vector>
+ Include dependency graph for types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  odbc::Types
 
class  odbc::Bytes
 
struct  odbc::Bytes::Rep
 
class  odbc::Date
 
class  odbc::Time
 
class  odbc::Timestamp
 
class  odbc::CleanVector< T >
 
class  odbc::DriverMessage
 
class  odbc::SQLException
 
class  odbc::SQLWarning
 
class  odbc::Deleter< T >
 

Namespaces

namespace  odbc
 

Macros

#define SQL_TRUE   1
 
#define SQL_FALSE   0
 
#define ODBC3_C(odbc3_value, old_value)   old_value
 
#define ODBC3_DC(odbc3_value, old_value)   old_value
 

Typedefs

typedef CleanVector< SQLWarning * > odbc::WarningList
 

Variables

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

Macro Definition Documentation

#define ODBC3_C (   odbc3_value,
  old_value 
)    old_value

Definition at line 73 of file types.h.

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

#define ODBC3_DC (   odbc3_value,
  old_value 
)    old_value

Definition at line 90 of file types.h.

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

#define SQL_FALSE   0

Definition at line 57 of file types.h.

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

#define SQL_TRUE   1

Definition at line 53 of file types.h.

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