Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SQLDBC::SQLDBC_PreparedStatement Member List

This is the complete list of members for SQLDBC::SQLDBC_PreparedStatement, including all inherited members.

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
bindParameter(const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)SQLDBC::SQLDBC_PreparedStatement
bindParameterAddr(const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)SQLDBC::SQLDBC_PreparedStatement
clearBatch()SQLDBC::SQLDBC_Statement
clearError()SQLDBC::SQLDBC_ConnectionItem
clearParameters()SQLDBC::SQLDBC_PreparedStatement
clearResultSet()SQLDBC::SQLDBC_Statement [protected]
clearWarnings()SQLDBC::SQLDBC_ConnectionItem
CONCUR_READ_ONLY enum valueSQLDBC::SQLDBC_Statement
CONCUR_UPDATABLE enum valueSQLDBC::SQLDBC_Statement
ConcurrencyType enum nameSQLDBC::SQLDBC_Statement
CURSOR_CLOSE_ON_COMMIT enum valueSQLDBC::SQLDBC_Statement
CURSOR_HOLD_OVER_COMMIT enum valueSQLDBC::SQLDBC_Statement
error()SQLDBC::SQLDBC_ConnectionItem
execute()SQLDBC::SQLDBC_PreparedStatement
SQLDBC::SQLDBC_Statement::execute(const char *sql, const SQLDBC_Length sqlLength, const SQLDBC_StringEncoding encoding)SQLDBC::SQLDBC_Statement
SQLDBC::SQLDBC_Statement::execute(const char *sql, const SQLDBC_StringEncoding encoding)SQLDBC::SQLDBC_Statement
SQLDBC::SQLDBC_Statement::execute(const char *sql)SQLDBC::SQLDBC_Statement
executeBatch()SQLDBC::SQLDBC_Statement
FORWARD_ONLY enum valueSQLDBC::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
getObject(const SQLDBC_Int4 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)SQLDBC::SQLDBC_PreparedStatement
getObject(const SQLDBC_Int4 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, SQLDBC_Length StartPos, const SQLDBC_Bool Terminate=SQLDBC_TRUE)SQLDBC::SQLDBC_PreparedStatement
getParameterMetaData()SQLDBC::SQLDBC_PreparedStatement
getPreferredBatchSize()SQLDBC::SQLDBC_PreparedStatement
getResultSet()SQLDBC::SQLDBC_Statement
getResultSetConcurrencyType() const SQLDBC::SQLDBC_Statement
getResultSetMetaData()SQLDBC::SQLDBC_PreparedStatement
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 nameSQLDBC::SQLDBC_Statement
isQuery() const SQLDBC::SQLDBC_Statement
nextParameter(SQLDBC_Int2 &paramIndex, void *&paramAddr)SQLDBC::SQLDBC_PreparedStatement
nextParameterByIndex(SQLDBC_Int2 &paramIndex, void *&paramAddr)SQLDBC::SQLDBC_PreparedStatement
prepare(const char *sql, const SQLDBC_Length sqlLength, const SQLDBC_StringEncoding encoding)SQLDBC::SQLDBC_PreparedStatement
prepare(const char *sql, const SQLDBC_StringEncoding encoding)SQLDBC::SQLDBC_PreparedStatement
prepare(const char *sql)SQLDBC::SQLDBC_PreparedStatement
putData(void *paramAddr, SQLDBC_Length *paramLengthIndicator)SQLDBC::SQLDBC_PreparedStatement
ResultSetType enum nameSQLDBC::SQLDBC_Statement
SCROLL_INSENSITIVE enum valueSQLDBC::SQLDBC_Statement
SCROLL_SENSITIVE enum valueSQLDBC::SQLDBC_Statement
setBatchSize(SQLDBC_UInt4 rowarraysize)SQLDBC::SQLDBC_PreparedStatement
setBindingType(SQLDBC_size_t size)SQLDBC::SQLDBC_PreparedStatement
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