Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
odbc::Statement Member List

This is the complete list of members for odbc::Statement, including all inherited members.

_afterExecute()odbc::Statementprotected
_applyResultSetType()odbc::Statementprivate
_beforeExecute()odbc::Statementprotected
_checkConError(SQLHDBC hdbc, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_checkEnvError(SQLHENV henv, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_checkErrorODBC2(SQLHENV henv, SQLHDBC hdbc, SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_STRING &what)odbc::ErrorHandlerprotected
_checkForResults()odbc::Statementprotected
_checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_getColumnPrivileges(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &columnName)odbc::Statementprivate
_getColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &columnName)odbc::Statementprivate
_getCrossReference(const ODBCXX_STRING &pc, const ODBCXX_STRING &ps, const ODBCXX_STRING &pt, const ODBCXX_STRING &fc, const ODBCXX_STRING &fs, const ODBCXX_STRING &ft)odbc::Statementprivate
_getDriverInfo() const odbc::Statementinlineprotected
_getIndexInfo(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, bool unique, bool approximate)odbc::Statementprivate
_getNumericOption(SQLINTEGER optnum)odbc::Statementprotected
_getPrimaryKeys(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName)odbc::Statementprivate
_getProcedureColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &procName, const ODBCXX_STRING &colName)odbc::Statementprivate
_getProcedures(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &procName)odbc::Statementprivate
_getResultSet(bool hideMe=false)odbc::Statementprotected
_getSpecialColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &table, int what, int scope, int nullable)odbc::Statementprivate
_getStringOption(SQLINTEGER optnum)odbc::Statementprotected
_getTablePrivileges(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName)odbc::Statementprivate
_getTables(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &types)odbc::Statementprivate
_getTypeInfo()odbc::Statementprivate
_postWarning(SQLWarning *w)odbc::ErrorHandlerprotected
_registerResultSet(ResultSet *rs)odbc::Statementprivate
_setNumericOption(SQLINTEGER optnum, SQLUINTEGER value)odbc::Statementprotected
_setStringOption(SQLINTEGER optnum, const ODBCXX_STRING &value)odbc::Statementprotected
_unregisterResultSet(ResultSet *rs)odbc::Statementprivate
batches_odbc::Statementprivate
cancel()odbc::Statement
clearWarnings()odbc::ErrorHandler
Connection classodbc::Statementfriend
connection_odbc::Statementprotected
currentResultSet_odbc::Statementprivate
DatabaseMetaData classodbc::Statementfriend
ErrorHandler(bool collectWarnings=true)odbc::ErrorHandlerprotected
execute(const ODBCXX_STRING &sql)odbc::Statementvirtual
executeQuery(const ODBCXX_STRING &sql)odbc::Statementvirtual
executeUpdate(const ODBCXX_STRING &sql)odbc::Statementvirtual
fetchSize_odbc::Statementprivate
getConnection()odbc::Statement
getEscapeProcessing()odbc::Statement
getFetchSize()odbc::Statementinline
getMaxFieldSize()odbc::Statement
getMaxRows()odbc::Statement
getMoreResults()odbc::Statement
getQueryTimeout()odbc::Statement
getResultSet()odbc::Statement
getResultSetConcurrency()odbc::Statementinline
getResultSetType()odbc::Statementinline
getUpdateCount()odbc::Statement
getWarnings()odbc::ErrorHandler
hstmt_odbc::Statementprotected
lastExecute_odbc::Statementprotected
ResultSet classodbc::Statementfriend
resultSetConcurrency_odbc::Statementprivate
resultSetType_odbc::Statementprivate
setCursorName(const ODBCXX_STRING &name)odbc::Statement
setEscapeProcessing(bool on)odbc::Statement
setFetchSize(int size)odbc::Statement
setMaxFieldSize(int maxFieldSize)odbc::Statement
setMaxRows(int maxRows)odbc::Statement
setQueryTimeout(int seconds)odbc::Statement
state_odbc::Statementprivate
STATE_CLOSED enum valueodbc::Statementprivate
STATE_OPEN enum valueodbc::Statementprivate
Statement(Connection *con, SQLHSTMT hstmt, int resultSetType, int resultSetConcurrency)odbc::Statementprotected
StatementState enum nameodbc::Statementprivate
~ErrorHandler()odbc::ErrorHandlervirtual
~Statement()odbc::Statementvirtual