absolute(int row) | odbc::ResultSet | |
afterLast() | odbc::ResultSet | |
beforeFirst() | odbc::ResultSet | |
cancelRowUpdates() | odbc::ResultSet | |
clearWarnings() | odbc::ErrorHandler | |
CONCUR_READ_ONLY enum value | odbc::ResultSet | |
CONCUR_UPDATABLE enum value | odbc::ResultSet | |
deleteRow() | odbc::ResultSet | |
ErrorHandler(bool collectWarnings=true) | odbc::ErrorHandler | [protected] |
findColumn(const std::string &colName) | odbc::ResultSet | |
first() | odbc::ResultSet | |
getAsciiStream(int idx) | odbc::ResultSet | |
getAsciiStream(const std::string &colName) | odbc::ResultSet | |
getBinaryStream(int idx) | odbc::ResultSet | |
getBinaryStream(const std::string &colName) | odbc::ResultSet | |
getBoolean(int idx) | odbc::ResultSet | |
getBoolean(const std::string &colName) | odbc::ResultSet | |
getByte(int idx) | odbc::ResultSet | |
getByte(const std::string &colName) | odbc::ResultSet | |
getBytes(int idx) | odbc::ResultSet | |
getBytes(const std::string &colName) | odbc::ResultSet | |
getConcurrency() | odbc::ResultSet | |
getCursorName() | odbc::ResultSet | |
getDate(int idx) | odbc::ResultSet | |
getDate(const std::string &colName) | odbc::ResultSet | |
getDouble(int idx) | odbc::ResultSet | |
getDouble(const std::string &colName) | odbc::ResultSet | |
getFetchSize() | odbc::ResultSet | |
getFloat(int idx) | odbc::ResultSet | |
getFloat(const std::string &colName) | odbc::ResultSet | |
getInt(int idx) | odbc::ResultSet | |
getInt(const std::string &colName) | odbc::ResultSet | |
getLong(int idx) | odbc::ResultSet | |
getLong(const std::string &colName) | odbc::ResultSet | |
getMetaData() | odbc::ResultSet | |
getRow() | odbc::ResultSet | |
getShort(int idx) | odbc::ResultSet | |
getShort(const std::string &colName) | odbc::ResultSet | |
getStatement() | odbc::ResultSet | |
getString(int idx) | odbc::ResultSet | |
getString(const std::string &colName) | odbc::ResultSet | |
getTime(int idx) | odbc::ResultSet | |
getTime(const std::string &colName) | odbc::ResultSet | |
getTimestamp(int idx) | odbc::ResultSet | |
getTimestamp(const std::string &colName) | odbc::ResultSet | |
getType() | odbc::ResultSet | |
getWarnings() | odbc::ErrorHandler | |
insertRow() | odbc::ResultSet | |
isAfterLast() | odbc::ResultSet | |
isBeforeFirst() | odbc::ResultSet | |
isFirst() | odbc::ResultSet | |
isLast() | odbc::ResultSet | |
last() | odbc::ResultSet | |
moveToCurrentRow() | odbc::ResultSet | |
moveToInsertRow() | odbc::ResultSet | |
next() | odbc::ResultSet | |
previous() | odbc::ResultSet | |
refreshRow() | odbc::ResultSet | |
relative(int rows) | odbc::ResultSet | |
rowDeleted() | odbc::ResultSet | |
rowInserted() | odbc::ResultSet | |
rowUpdated() | odbc::ResultSet | |
setFetchSize(int fetchSize) | odbc::ResultSet | |
TYPE_FORWARD_ONLY enum value | odbc::ResultSet | |
TYPE_SCROLL_INSENSITIVE enum value | odbc::ResultSet | |
TYPE_SCROLL_SENSITIVE enum value | odbc::ResultSet | |
updateAsciiStream(int idx, std::istream *s, int len) | odbc::ResultSet | |
updateAsciiStream(const std::string &colName, std::istream *s, int len) | odbc::ResultSet | |
updateBinaryStream(int idx, std::istream *s, int len) | odbc::ResultSet | |
updateBinaryStream(const std::string &colName, std::istream *s, int len) | odbc::ResultSet | |
updateBoolean(int idx, bool val) | odbc::ResultSet | |
updateBoolean(const std::string &colName, bool val) | odbc::ResultSet | |
updateByte(int idx, signed char val) | odbc::ResultSet | |
updateByte(const std::string &colName, signed char val) | odbc::ResultSet | |
updateBytes(int idx, const Bytes &val) | odbc::ResultSet | |
updateBytes(const std::string &colName, const Bytes &val) | odbc::ResultSet | |
updateDate(int idx, const Date &val) | odbc::ResultSet | |
updateDate(const std::string &colName, const Date &val) | odbc::ResultSet | |
updateDouble(int idx, double val) | odbc::ResultSet | |
updateDouble(const std::string &colName, double val) | odbc::ResultSet | |
updateFloat(int idx, float val) | odbc::ResultSet | |
updateFloat(const std::string &colName, float val) | odbc::ResultSet | |
updateInt(int idx, int val) | odbc::ResultSet | |
updateInt(const std::string &colName, int val) | odbc::ResultSet | |
updateLong(int idx, Long val) | odbc::ResultSet | |
updateLong(const std::string &colName, Long val) | odbc::ResultSet | |
updateNull(int idx) | odbc::ResultSet | |
updateNull(const std::string &colName) | odbc::ResultSet | |
updateRow() | odbc::ResultSet | |
updateShort(int idx, short val) | odbc::ResultSet | |
updateShort(const std::string &colName, short val) | odbc::ResultSet | |
updateString(int idx, const std::string &val) | odbc::ResultSet | |
updateString(const std::string &colName, const std::string &val) | odbc::ResultSet | |
updateTime(int idx, const Time &val) | odbc::ResultSet | |
updateTime(const std::string &colName, const Time &val) | odbc::ResultSet | |
updateTimestamp(int idx, const Timestamp &val) | odbc::ResultSet | |
updateTimestamp(const std::string &colName, const Timestamp &val) | odbc::ResultSet | |
wasNull() | odbc::ResultSet | |
~ErrorHandler() | odbc::ErrorHandler | [virtual] |
~ResultSet() | odbc::ResultSet | [virtual] |