Analysis Software
Documentation for sPHENIX simulation software
|
This is the complete list of members for odbc::Statement, including all inherited members.
_afterExecute() | odbc::Statement | protected |
_applyResultSetType() | odbc::Statement | private |
_beforeExecute() | odbc::Statement | protected |
_checkConError(SQLHDBC hdbc, SQLRETURN r, const char *what="") | odbc::ErrorHandler | inlineprotected |
_checkEnvError(SQLHENV henv, SQLRETURN r, const char *what="") | odbc::ErrorHandler | inlineprotected |
_checkErrorODBC2(SQLHENV henv, SQLHDBC hdbc, SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_STRING &what) | odbc::ErrorHandler | protected |
_checkForResults() | odbc::Statement | protected |
_checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const char *what="") | odbc::ErrorHandler | inlineprotected |
_getColumnPrivileges(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &columnName) | odbc::Statement | private |
_getColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &columnName) | odbc::Statement | private |
_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::Statement | private |
_getDriverInfo() const | odbc::Statement | inlineprotected |
_getIndexInfo(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, bool unique, bool approximate) | odbc::Statement | private |
_getNumericOption(SQLINTEGER optnum) | odbc::Statement | protected |
_getPrimaryKeys(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName) | odbc::Statement | private |
_getProcedureColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &procName, const ODBCXX_STRING &colName) | odbc::Statement | private |
_getProcedures(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &procName) | odbc::Statement | private |
_getResultSet(bool hideMe=false) | odbc::Statement | protected |
_getSpecialColumns(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &table, int what, int scope, int nullable) | odbc::Statement | private |
_getStringOption(SQLINTEGER optnum) | odbc::Statement | protected |
_getTablePrivileges(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName) | odbc::Statement | private |
_getTables(const ODBCXX_STRING &catalog, const ODBCXX_STRING &schema, const ODBCXX_STRING &tableName, const ODBCXX_STRING &types) | odbc::Statement | private |
_getTypeInfo() | odbc::Statement | private |
_postWarning(SQLWarning *w) | odbc::ErrorHandler | protected |
_registerResultSet(ResultSet *rs) | odbc::Statement | private |
_setNumericOption(SQLINTEGER optnum, SQLUINTEGER value) | odbc::Statement | protected |
_setStringOption(SQLINTEGER optnum, const ODBCXX_STRING &value) | odbc::Statement | protected |
_unregisterResultSet(ResultSet *rs) | odbc::Statement | private |
batches_ | odbc::Statement | private |
cancel() | odbc::Statement | |
clearWarnings() | odbc::ErrorHandler | |
Connection class | odbc::Statement | friend |
connection_ | odbc::Statement | protected |
currentResultSet_ | odbc::Statement | private |
DatabaseMetaData class | odbc::Statement | friend |
ErrorHandler(bool collectWarnings=true) | odbc::ErrorHandler | protected |
execute(const ODBCXX_STRING &sql) | odbc::Statement | virtual |
executeQuery(const ODBCXX_STRING &sql) | odbc::Statement | virtual |
executeUpdate(const ODBCXX_STRING &sql) | odbc::Statement | virtual |
fetchSize_ | odbc::Statement | private |
getConnection() | odbc::Statement | |
getEscapeProcessing() | odbc::Statement | |
getFetchSize() | odbc::Statement | inline |
getMaxFieldSize() | odbc::Statement | |
getMaxRows() | odbc::Statement | |
getMoreResults() | odbc::Statement | |
getQueryTimeout() | odbc::Statement | |
getResultSet() | odbc::Statement | |
getResultSetConcurrency() | odbc::Statement | inline |
getResultSetType() | odbc::Statement | inline |
getUpdateCount() | odbc::Statement | |
getWarnings() | odbc::ErrorHandler | |
hstmt_ | odbc::Statement | protected |
lastExecute_ | odbc::Statement | protected |
ResultSet class | odbc::Statement | friend |
resultSetConcurrency_ | odbc::Statement | private |
resultSetType_ | odbc::Statement | private |
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::Statement | private |
STATE_CLOSED enum value | odbc::Statement | private |
STATE_OPEN enum value | odbc::Statement | private |
Statement(Connection *con, SQLHSTMT hstmt, int resultSetType, int resultSetConcurrency) | odbc::Statement | protected |
StatementState enum name | odbc::Statement | private |
~ErrorHandler() | odbc::ErrorHandler | virtual |
~Statement() | odbc::Statement | virtual |