Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
odbc::CallableStatement Member List

This is the complete list of members for odbc::CallableStatement, including all inherited members.

_afterExecute()odbc::Statementprotected
_beforeExecute()odbc::Statementprotected
_bindParams()odbc::PreparedStatementprotected
_checkConError(SQLHDBC hdbc, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_checkEnvError(SQLHENV henv, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_checkErrorODBC2(SQLHENV henv, SQLHDBC hdbc, SQLHSTMT hstmt, SQLRETURN r, const ODBCXX_STRING &what)odbc::ErrorHandlerprotected
_checkForResults()odbc::Statementprotected
_checkParam(int idx, int *allowed, int numAllowed, int defPrec, int defScale)odbc::PreparedStatementprotected
_checkStmtError(SQLHSTMT hstmt, SQLRETURN r, const char *what="")odbc::ErrorHandlerinlineprotected
_getDriverInfo() const odbc::Statementinlineprotected
_getNumericOption(SQLINTEGER optnum)odbc::Statementprotected
_getResultSet(bool hideMe=false)odbc::Statementprotected
_getStringOption(SQLINTEGER optnum)odbc::Statementprotected
_postWarning(SQLWarning *w)odbc::ErrorHandlerprotected
_setNumericOption(SQLINTEGER optnum, SQLUINTEGER value)odbc::Statementprotected
_setStringOption(SQLINTEGER optnum, const ODBCXX_STRING &value)odbc::Statementprotected
_unbindParams()odbc::PreparedStatementprotected
CallableStatement(Connection *con, SQLHSTMT hstmt, const ODBCXX_STRING &sql, int resultSetType, int resultSetConcurrency)odbc::CallableStatementprotected
cancel()odbc::Statement
clearParameters()odbc::PreparedStatement
clearWarnings()odbc::ErrorHandler
Connection classodbc::CallableStatementfriend
connection_odbc::Statementprotected
defaultDirection_odbc::PreparedStatementprotected
directions_odbc::PreparedStatementprotected
ErrorHandler(bool collectWarnings=true)odbc::ErrorHandlerprotected
execute()odbc::PreparedStatement
execute(const ODBCXX_STRING &)odbc::PreparedStatementinlinevirtual
executeQuery()odbc::PreparedStatement
executeQuery(const ODBCXX_STRING &)odbc::PreparedStatementinlinevirtual
executeUpdate()odbc::PreparedStatement
executeUpdate(const ODBCXX_STRING &)odbc::PreparedStatementinlinevirtual
getBoolean(int idx)odbc::CallableStatement
getByte(int idx)odbc::CallableStatement
getBytes(int idx)odbc::CallableStatement
getConnection()odbc::Statement
getDate(int idx)odbc::CallableStatement
getDouble(int idx)odbc::CallableStatement
getEscapeProcessing()odbc::Statement
getFetchSize()odbc::Statementinline
getFloat(int idx)odbc::CallableStatement
getInt(int idx)odbc::CallableStatement
getLong(int idx)odbc::CallableStatement
getMaxFieldSize()odbc::Statement
getMaxRows()odbc::Statement
getMoreResults()odbc::Statement
getQueryTimeout()odbc::Statement
getResultSet()odbc::Statement
getResultSetConcurrency()odbc::Statementinline
getResultSetType()odbc::Statementinline
getShort(int idx)odbc::CallableStatement
getString(int idx)odbc::CallableStatement
getTime(int idx)odbc::CallableStatement
getTimestamp(int idx)odbc::CallableStatement
getUpdateCount()odbc::Statement
getWarnings()odbc::ErrorHandler
hstmt_odbc::Statementprotected
lastExecute_odbc::Statementprotected
lastWasNull_odbc::CallableStatementprivate
numParams_odbc::PreparedStatementprotected
paramsBound_odbc::PreparedStatementprotected
PreparedStatement(Connection *con, SQLHSTMT hstmt, const ODBCXX_STRING &sql, int resultSetType, int resultSetConcurrency, int defaultDirection=SQL_PARAM_INPUT)odbc::PreparedStatementprotected
registerOutParameter(int idx, int sqlType)odbc::CallableStatementinline
registerOutParameter(int idx, int sqlType, int scale)odbc::CallableStatement
rowset_odbc::PreparedStatementprotected
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::PreparedStatementprotected
Statement(Connection *con, SQLHSTMT hstmt, int resultSetType, int resultSetConcurrency)odbc::Statementprotected
wasNull()odbc::CallableStatementinline
~CallableStatement()odbc::CallableStatementvirtual
~ErrorHandler()odbc::ErrorHandlervirtual
~PreparedStatement()odbc::PreparedStatementvirtual
~Statement()odbc::Statementvirtual