addBatch(const char *sql, SQLDBC_Length sqlLength, SQLDBC_StringEncoding encoding) | SQLDBC::SQLDBC_Statement | |
addBatch(const char *sql, SQLDBC_StringEncoding encoding) | SQLDBC::SQLDBC_Statement | |
addBatch(const char *sql) | SQLDBC::SQLDBC_Statement | |
clearBatch() | SQLDBC::SQLDBC_Statement | |
clearError() | SQLDBC::SQLDBC_ConnectionItem | |
clearResultSet() | SQLDBC::SQLDBC_Statement | [protected] |
clearWarnings() | SQLDBC::SQLDBC_ConnectionItem | |
CONCUR_READ_ONLY enum value | SQLDBC::SQLDBC_Statement | |
CONCUR_UPDATABLE enum value | SQLDBC::SQLDBC_Statement | |
ConcurrencyType enum name | SQLDBC::SQLDBC_Statement | |
CURSOR_CLOSE_ON_COMMIT enum value | SQLDBC::SQLDBC_Statement | |
CURSOR_HOLD_OVER_COMMIT enum value | SQLDBC::SQLDBC_Statement | |
error() | SQLDBC::SQLDBC_ConnectionItem | |
execute(const char *sql, const SQLDBC_Length sqlLength, const SQLDBC_StringEncoding encoding) | SQLDBC::SQLDBC_Statement | |
execute(const char *sql, const SQLDBC_StringEncoding encoding) | SQLDBC::SQLDBC_Statement | |
execute(const char *sql) | SQLDBC::SQLDBC_Statement | |
executeBatch() | SQLDBC::SQLDBC_Statement | |
FORWARD_ONLY enum value | SQLDBC::SQLDBC_Statement | |
getBatchSize() const | SQLDBC::SQLDBC_Statement | |
getConnection() | SQLDBC::SQLDBC_Statement | |
getCursorName(char *buffer, const SQLDBC_StringEncoding encoding, const SQLDBC_Length bufferSize, SQLDBC_Length *bufferLength) const | SQLDBC::SQLDBC_Statement | |
getKernelVersion() const | SQLDBC::SQLDBC_Statement | |
getLastInsertedKey(SQLDBC_Int4 tag, SQLDBC_HostType type, void *paramAddr, SQLDBC_Length *lengthIndicator, SQLDBC_Length size, SQLDBC_Bool terminate=SQLDBC_TRUE) | SQLDBC::SQLDBC_Statement | |
getMaxRows() const | SQLDBC::SQLDBC_Statement | |
getResultSet() | SQLDBC::SQLDBC_Statement | |
getResultSetConcurrencyType() const | SQLDBC::SQLDBC_Statement | |
getResultSetType() const | SQLDBC::SQLDBC_Statement | |
getRowsAffected() const | SQLDBC::SQLDBC_Statement | |
getRowStatus() const | SQLDBC::SQLDBC_Statement | |
getTableName(char *buffer, const SQLDBC_StringEncoding encoding, const SQLDBC_Length bufferSize, SQLDBC_Length *bufferLength) const | SQLDBC::SQLDBC_Statement | |
HoldabilityType enum name | SQLDBC::SQLDBC_Statement | |
isQuery() const | SQLDBC::SQLDBC_Statement | |
ResultSetType enum name | SQLDBC::SQLDBC_Statement | |
SCROLL_INSENSITIVE enum value | SQLDBC::SQLDBC_Statement | |
SCROLL_SENSITIVE enum value | SQLDBC::SQLDBC_Statement | |
setCommandInfo(const char *buffer, SQLDBC_Length bufferLength, SQLDBC_Int4 lineNumber) | SQLDBC::SQLDBC_Statement | |
setCursorName(const char *buffer, SQLDBC_Length bufferLength, const SQLDBC_StringEncoding encoding) | SQLDBC::SQLDBC_Statement | |
setMaxRows(SQLDBC_UInt4 rows) | SQLDBC::SQLDBC_Statement | |
setResultSetConcurrencyType(ConcurrencyType type) | SQLDBC::SQLDBC_Statement | |
setResultSetFetchSize(SQLDBC_Int2 rows) | SQLDBC::SQLDBC_Statement | |
setResultSetType(ResultSetType type) | SQLDBC::SQLDBC_Statement | |
warning() | SQLDBC::SQLDBC_ConnectionItem | |