|
MIDAS
|


Public Member Functions | |
| SqlDebug () | |
| ~SqlDebug () | |
| int | SetDebug (int debug) |
| int | Connect (const char *filename=NULL) |
| int | Exec (const char *sql) |
| int | Disconnect () |
| bool | IsConnected () |
| int | GetNumRows () |
| int | GetNumColumns () |
| int | Fetch () |
| int | Done () |
| int | ListTables (std::vector< std::string > *plist) |
| int | ListColumns (const char *table, std::vector< std::string > *plist) |
| const char * | GetColumn (int icol) |
Public Member Functions inherited from SqlBase | |
| virtual | ~SqlBase () |
| SqlBase () | |
| virtual | ~SqlBase () |
| virtual int | Exec (const char *table_name, const char *sql)=0 |
| virtual int | ExecDisconnected (const char *table_name, const char *sql)=0 |
| virtual int | Prepare (const char *table_name, const char *sql)=0 |
| virtual int | Step ()=0 |
| virtual const char * | GetText (int column)=0 |
| virtual time_t | GetTime (int column)=0 |
| virtual double | GetDouble (int column)=0 |
| virtual int | Finalize ()=0 |
| virtual int | OpenTransaction (const char *table_name)=0 |
| virtual int | CommitTransaction (const char *table_name)=0 |
| virtual int | RollbackTransaction (const char *table_name)=0 |
| virtual const char * | ColumnType (int midas_tid)=0 |
| virtual bool | TypesCompatible (int midas_tid, const char *sql_type)=0 |
| virtual std::string | QuoteString (const char *s)=0 |
| virtual std::string | QuoteId (const char *s)=0 |
Public Attributes | |
| FILE * | fp |
| bool | fIsConnected |
| int | fDebug |
Public Attributes inherited from SqlBase | |
| int | fDebug = 0 |
| bool | fIsConnected = false |
| bool | fTransactionPerTable = true |
Definition at line 208 of file history_odbc.cxx.
|
inline |
Definition at line 217 of file history_odbc.cxx.
|
inline |
Definition at line 223 of file history_odbc.cxx.
|
inlinevirtual |
Implements SqlBase.
Definition at line 237 of file history_odbc.cxx.
|
inlinevirtual |
Implements SqlBase.
Definition at line 254 of file history_odbc.cxx.
|
inlinevirtual |
|
inlinevirtual |
Implements SqlBase.
Definition at line 248 of file history_odbc.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements SqlBase.
Definition at line 261 of file history_odbc.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements SqlBase.
Definition at line 230 of file history_odbc.cxx.
| int SqlDebug::fDebug |
Definition at line 213 of file history_odbc.cxx.
| bool SqlDebug::fIsConnected |
Definition at line 212 of file history_odbc.cxx.
| FILE* SqlDebug::fp |
Definition at line 211 of file history_odbc.cxx.