| _afterExecute() | odbc::Statement | protected |
| _beforeExecute() | odbc::Statement | protected |
| _bindParams() | odbc::PreparedStatement | 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 |
| _checkParam(int idx, int *allowed, int numAllowed, int defPrec, int defScale) | odbc::PreparedStatement | protected |
| _checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const char *what="") | odbc::ErrorHandler | inlineprotected |
| _getDriverInfo() const | odbc::Statement | inlineprotected |
| _getNumericOption(SQLINTEGER optnum) | odbc::Statement | protected |
| _getResultSet(bool hideMe=false) | odbc::Statement | protected |
| _getStringOption(SQLINTEGER optnum) | odbc::Statement | protected |
| _postWarning(SQLWarning *w) | odbc::ErrorHandler | protected |
| _setNumericOption(SQLINTEGER optnum, SQLUINTEGER value) | odbc::Statement | protected |
| _setStringOption(SQLINTEGER optnum, const ODBCXX_STRING &value) | odbc::Statement | protected |
| _unbindParams() | odbc::PreparedStatement | protected |
| CallableStatement(Connection *con, SQLHSTMT hstmt, const ODBCXX_STRING &sql, int resultSetType, int resultSetConcurrency) | odbc::CallableStatement | protected |
| cancel() | odbc::Statement | |
| clearParameters() | odbc::PreparedStatement | |
| clearWarnings() | odbc::ErrorHandler | |
| Connection class | odbc::CallableStatement | friend |
| connection_ | odbc::Statement | protected |
| defaultDirection_ | odbc::PreparedStatement | protected |
| directions_ | odbc::PreparedStatement | protected |
| ErrorHandler(bool collectWarnings=true) | odbc::ErrorHandler | protected |
| execute() | odbc::PreparedStatement | |
| execute(const ODBCXX_STRING &) | odbc::PreparedStatement | inlinevirtual |
| executeQuery() | odbc::PreparedStatement | |
| executeQuery(const ODBCXX_STRING &) | odbc::PreparedStatement | inlinevirtual |
| executeUpdate() | odbc::PreparedStatement | |
| executeUpdate(const ODBCXX_STRING &) | odbc::PreparedStatement | inlinevirtual |
| getBoolean(int idx) | odbc::CallableStatement | |
| getByte(int idx) | odbc::CallableStatement | |
| getBytes(int idx) | odbc::CallableStatement | |
| getConnection() | odbc::Statement | |
| getDate(int idx) | odbc::CallableStatement | |
| getDouble(int idx) | odbc::CallableStatement | |
| getEscapeProcessing() | odbc::Statement | |
| getFetchSize() | odbc::Statement | inline |
| getFloat(int idx) | odbc::CallableStatement | |
| getInt(int idx) | odbc::CallableStatement | |
| getLong(int idx) | odbc::CallableStatement | |
| getMaxFieldSize() | odbc::Statement | |
| getMaxRows() | odbc::Statement | |
| getMoreResults() | odbc::Statement | |
| getQueryTimeout() | odbc::Statement | |
| getResultSet() | odbc::Statement | |
| getResultSetConcurrency() | odbc::Statement | inline |
| getResultSetType() | odbc::Statement | inline |
| getShort(int idx) | odbc::CallableStatement | |
| getString(int idx) | odbc::CallableStatement | |
| getTime(int idx) | odbc::CallableStatement | |
| getTimestamp(int idx) | odbc::CallableStatement | |
| getUpdateCount() | odbc::Statement | |
| getWarnings() | odbc::ErrorHandler | |
| hstmt_ | odbc::Statement | protected |
| lastExecute_ | odbc::Statement | protected |
| lastWasNull_ | odbc::CallableStatement | private |
| numParams_ | odbc::PreparedStatement | protected |
| paramsBound_ | odbc::PreparedStatement | protected |
| PreparedStatement(Connection *con, SQLHSTMT hstmt, const ODBCXX_STRING &sql, int resultSetType, int resultSetConcurrency, int defaultDirection=SQL_PARAM_INPUT) | odbc::PreparedStatement | protected |
| registerOutParameter(int idx, int sqlType) | odbc::CallableStatement | inline |
| registerOutParameter(int idx, int sqlType, int scale) | odbc::CallableStatement | |
| rowset_ | odbc::PreparedStatement | protected |
| setAsciiStream(int idx, ODBCXX_STREAM *s, int len) | odbc::PreparedStatement | |
| setBinaryStream(int idx, ODBCXX_STREAM *s, int len) | odbc::PreparedStatement | |
| setBoolean(int idx, bool val) | odbc::PreparedStatement | |
| setByte(int idx, signed char val) | odbc::PreparedStatement | |
| setBytes(int idx, const ODBCXX_BYTES &val) | odbc::PreparedStatement | |
| setCursorName(const ODBCXX_STRING &name) | odbc::Statement | |
| setDate(int idx, const Date &val) | odbc::PreparedStatement | |
| setDouble(int idx, double val) | odbc::PreparedStatement | |
| setEscapeProcessing(bool on) | odbc::Statement | |
| setFetchSize(int size) | odbc::Statement | |
| setFloat(int idx, float val) | odbc::PreparedStatement | |
| setInt(int idx, int val) | odbc::PreparedStatement | |
| setLong(int idx, Long val) | odbc::PreparedStatement | |
| setMaxFieldSize(int maxFieldSize) | odbc::Statement | |
| setMaxRows(int maxRows) | odbc::Statement | |
| setNull(int idx, int sqlType) | odbc::PreparedStatement | |
| setQueryTimeout(int seconds) | odbc::Statement | |
| setShort(int idx, short val) | odbc::PreparedStatement | |
| setString(int idx, const ODBCXX_STRING &val) | odbc::PreparedStatement | |
| setTime(int idx, const Time &val) | odbc::PreparedStatement | |
| setTimestamp(int idx, const Timestamp &val) | odbc::PreparedStatement | |
| sql_ | odbc::PreparedStatement | protected |
| Statement(Connection *con, SQLHSTMT hstmt, int resultSetType, int resultSetConcurrency) | odbc::Statement | protected |
| wasNull() | odbc::CallableStatement | inline |
| ~CallableStatement() | odbc::CallableStatement | virtual |
| ~ErrorHandler() | odbc::ErrorHandler | virtual |
| ~PreparedStatement() | odbc::PreparedStatement | virtual |
| ~Statement() | odbc::Statement | virtual |