_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 |
_prepare() | odbc::PreparedStatement | private |
_setNumericOption(SQLINTEGER optnum, SQLUINTEGER value) | odbc::Statement | protected |
_setStringOption(SQLINTEGER optnum, const ODBCXX_STRING &value) | odbc::Statement | protected |
_setupParams() | odbc::PreparedStatement | private |
_unbindParams() | odbc::PreparedStatement | protected |
cancel() | odbc::Statement | |
clearParameters() | odbc::PreparedStatement | |
clearWarnings() | odbc::ErrorHandler | |
Connection class | odbc::PreparedStatement | 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 |
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 |
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 |
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 |
~ErrorHandler() | odbc::ErrorHandler | virtual |
~PreparedStatement() | odbc::PreparedStatement | virtual |
~Statement() | odbc::Statement | virtual |