_checkConError(SQLHDBC hdbc, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_checkConError(SQLHDBC hdbc, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_checkEnvError(SQLHENV henv, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_checkEnvError(SQLHENV henv, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_CHAR_TYPE *what=ODBCXX_STRING_CONST("")) | odbc::ErrorHandler | [inline, protected] |
_getDriverInfo() const | odbc::Statement | [inline, protected] |
_getDriverInfo() const | odbc::Statement | [inline, protected] |
cancel() | odbc::Statement | |
cancel() | odbc::Statement | |
clearParameters() | odbc::PreparedStatement | |
clearParameters() | odbc::PreparedStatement | |
clearWarnings() | odbc::ErrorHandler | |
clearWarnings() | odbc::ErrorHandler | |
close() | odbc::Statement | |
close() | odbc::Statement | |
connection_ | odbc::Statement | [protected] |
connection_ | odbc::Statement | [protected] |
defaultDirection_ | odbc::PreparedStatement | [protected] |
directions_ | odbc::PreparedStatement | [protected] |
directions_ | odbc::PreparedStatement | [protected] |
ErrorHandler(bool collectWarnings=true) | odbc::ErrorHandler | [protected] |
ErrorHandler(bool collectWarnings=true) | odbc::ErrorHandler | [protected] |
execute() | odbc::PreparedStatement | |
execute() | odbc::PreparedStatement | |
odbc::Statement::execute(const ODBCXX_STRING &sql) | odbc::Statement | [virtual] |
executeQuery() | odbc::PreparedStatement | |
executeQuery() | odbc::PreparedStatement | |
odbc::Statement::executeQuery(const ODBCXX_STRING &sql) | odbc::Statement | [virtual] |
executeUpdate() | odbc::PreparedStatement | |
executeUpdate() | odbc::PreparedStatement | |
odbc::Statement::executeUpdate(const ODBCXX_STRING &sql) | odbc::Statement | [virtual] |
getConnection() | odbc::Statement | |
getConnection() | odbc::Statement | |
getEscapeProcessing() | odbc::Statement | |
getEscapeProcessing() | odbc::Statement | |
getFetchSize() | odbc::Statement | [inline] |
getFetchSize() | odbc::Statement | [inline] |
getMaxFieldSize() | odbc::Statement | |
getMaxFieldSize() | odbc::Statement | |
getMaxRows() | odbc::Statement | |
getMaxRows() | odbc::Statement | |
getMoreResults() | odbc::Statement | |
getMoreResults() | odbc::Statement | |
getQueryTimeout() | odbc::Statement | |
getQueryTimeout() | odbc::Statement | |
getResultSet() | odbc::Statement | |
getResultSet() | odbc::Statement | |
getResultSetConcurrency() | odbc::Statement | [inline] |
getResultSetConcurrency() | odbc::Statement | [inline] |
getResultSetType() | odbc::Statement | [inline] |
getResultSetType() | odbc::Statement | [inline] |
getUpdateCount() | odbc::Statement | |
getUpdateCount() | odbc::Statement | |
getWarnings() | odbc::ErrorHandler | |
getWarnings() | odbc::ErrorHandler | |
hstmt_ | odbc::Statement | [protected] |
lastExecute_ | odbc::Statement | [protected] |
numParams_ | odbc::PreparedStatement | [protected] |
paramsBound_ | odbc::PreparedStatement | [protected] |
rowset_ | odbc::PreparedStatement | [protected] |
rowset_ | odbc::PreparedStatement | [protected] |
setAsciiStream(int idx, ODBCXX_STREAM *s, int len) | odbc::PreparedStatement | |
setAsciiStream(int idx, ODBCXX_STREAM *s, int len) | odbc::PreparedStatement | |
setBinaryStream(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 | |
setBoolean(int idx, bool val) | odbc::PreparedStatement | |
setByte(int idx, signed char val) | odbc::PreparedStatement | |
setByte(int idx, signed char val) | odbc::PreparedStatement | |
setBytes(int idx, const ODBCXX_BYTES &val) | odbc::PreparedStatement | |
setBytes(int idx, const ODBCXX_BYTES &val) | odbc::PreparedStatement | |
setCursorName(const ODBCXX_STRING &name) | odbc::Statement | |
setCursorName(const ODBCXX_STRING &name) | odbc::Statement | |
setDate(int idx, const Date &val) | odbc::PreparedStatement | |
setDate(int idx, const Date &val) | odbc::PreparedStatement | |
setDouble(int idx, double val) | odbc::PreparedStatement | |
setDouble(int idx, double val) | odbc::PreparedStatement | |
setEscapeProcessing(bool on) | odbc::Statement | |
setEscapeProcessing(bool on) | odbc::Statement | |
setFetchSize(int size) | odbc::Statement | |
setFetchSize(int size) | odbc::Statement | |
setFloat(int idx, float val) | odbc::PreparedStatement | |
setFloat(int idx, float val) | odbc::PreparedStatement | |
setInt(int idx, int val) | odbc::PreparedStatement | |
setInt(int idx, int val) | odbc::PreparedStatement | |
setLong(int idx, Long val) | odbc::PreparedStatement | |
setLong(int idx, Long val) | odbc::PreparedStatement | |
setMaxFieldSize(int maxFieldSize) | odbc::Statement | |
setMaxFieldSize(int maxFieldSize) | odbc::Statement | |
setMaxRows(int maxRows) | odbc::Statement | |
setMaxRows(int maxRows) | odbc::Statement | |
setNull(int idx, int sqlType) | odbc::PreparedStatement | |
setNull(int idx, int sqlType) | odbc::PreparedStatement | |
setQueryTimeout(int seconds) | odbc::Statement | |
setQueryTimeout(int seconds) | odbc::Statement | |
setShort(int idx, short val) | odbc::PreparedStatement | |
setShort(int idx, short val) | odbc::PreparedStatement | |
setString(int idx, const ODBCXX_STRING &val) | odbc::PreparedStatement | |
setString(int idx, const ODBCXX_STRING &val) | odbc::PreparedStatement | |
setTime(int idx, const Time &val) | odbc::PreparedStatement | |
setTime(int idx, const Time &val) | odbc::PreparedStatement | |
setTimestamp(int idx, const Timestamp &val) | odbc::PreparedStatement | |
setTimestamp(int idx, const Timestamp &val) | odbc::PreparedStatement | |
sql_ | odbc::PreparedStatement | [protected] |
~ErrorHandler() | odbc::ErrorHandler | [virtual] |
~ErrorHandler() | odbc::ErrorHandler | [virtual] |
~PreparedStatement() | odbc::PreparedStatement | [virtual] |
~PreparedStatement() | odbc::PreparedStatement | [virtual] |
~Statement() | odbc::Statement | [virtual] |
~Statement() | odbc::Statement | [virtual] |