TZDBLibCallableStatement Member List

This is the complete list of members for TZDBLibCallableStatement, including all inherited members.

AddBatch(const string SQL)TZAbstractStatement
AddBatchPrepared()TZAbstractPreparedStatement
BatchQueriesTZAbstractStatement [protected]
Cancel()TZAbstractStatement
ClearBatch()TZAbstractStatement
ClearParameters()TZAbstractCallableStatement
ClearWarnings()TZAbstractStatement
Close()TZAbstractStatement
ClosedTZAbstractStatement [protected]
ConnectionTZAbstractStatement [protected]
CursorNameTZAbstractStatement [protected]
EscapeProcessingTZAbstractStatement [protected]
Execute(const string SQL)TZAbstractStatement
ExecuteBatch()TZAbstractStatement
ExecutePrepared()TZDBLibCallableStatement
ExecuteQuery(const string SQL)TZAbstractStatement
ExecuteQueryPrepared()TZDBLibCallableStatement
ExecuteUpdate(const string SQL)TZAbstractStatement
ExecuteUpdatePrepared()TZDBLibCallableStatement
FDBLibConnectionTZDBLibCallableStatement [private]
FetchDirectionTZAbstractStatement [protected]
FetchResults()TZDBLibCallableStatement [private]
FetchRowCount()TZDBLibCallableStatement [private]
FetchSizeTZAbstractStatement [protected]
FHandleTZDBLibCallableStatement [private]
FLastRowsAffectedTZDBLibCallableStatement [private]
FPlainDriverTZDBLibCallableStatement [private]
FResultsTZDBLibCallableStatement [private]
FRetrievedResultSetTZDBLibCallableStatement [private]
FRetrievedUpdateCountTZDBLibCallableStatement [private]
FSQLTZDBLibCallableStatement [private]
GetBigDecimal(Integer ParameterIndex)TZAbstractCallableStatement
GetBoolean(Integer ParameterIndex)TZAbstractCallableStatement
GetByte(Integer ParameterIndex)TZAbstractCallableStatement
GetBytes(Integer ParameterIndex)TZAbstractCallableStatement
GetConnection()TZAbstractStatement
GetDate(Integer ParameterIndex)TZAbstractCallableStatement
GetDouble(Integer ParameterIndex)TZAbstractCallableStatement
GetFetchDirection()TZAbstractStatement
GetFetchSize()TZAbstractStatement
GetFloat(Integer ParameterIndex)TZAbstractCallableStatement
GetInt(Integer ParameterIndex)TZAbstractCallableStatement
GetLocateUpdates()TZAbstractStatement
GetLong(Integer ParameterIndex)TZAbstractCallableStatement
GetMaxFieldSize()TZAbstractStatement
GetMaxRows()TZAbstractStatement
GetMetaData()TZAbstractPreparedStatement
GetMoreResults()TZDBLibCallableStatement
GetOutParam(Integer ParameterIndex)TZAbstractCallableStatement [protected]
GetParameters()TZAbstractStatement
GetPChar(Integer ParameterIndex)TZAbstractCallableStatement
GetPostUpdates()TZAbstractStatement
GetQueryTimeout()TZAbstractStatement
GetResultSet()TZAbstractStatement
GetResultSetConcurrency()TZAbstractStatement
GetResultSetType()TZAbstractStatement
GetShort(Integer ParameterIndex)TZAbstractCallableStatement
GetString(Integer ParameterIndex)TZAbstractCallableStatement
GetTime(Integer ParameterIndex)TZAbstractCallableStatement
GetTimestamp(Integer ParameterIndex)TZAbstractCallableStatement
GetUnicodeString(Integer ParameterIndex)TZAbstractCallableStatement
GetUpdateCount()TZAbstractStatement
GetValue(Integer ParameterIndex)TZAbstractCallableStatement
GetWarnings()TZAbstractStatement
InfoTZAbstractStatement [protected]
InParamCountTZAbstractPreparedStatement [protected]
InParamDefaultValuesTZAbstractPreparedStatement [protected]
InParamTypesTZAbstractPreparedStatement [protected]
InParamValuesTZAbstractPreparedStatement [protected]
IsNull(Integer ParameterIndex)TZAbstractCallableStatement
LastResultSetTZAbstractStatement [protected]
LastUpdateCountTZAbstractStatement [protected]
LastWasNullTZAbstractCallableStatement [protected]
MaxFieldSizeTZAbstractStatement [protected]
MaxRowsTZAbstractStatement [protected]
OutParamCountTZAbstractCallableStatement [protected]
OutParamTypesTZAbstractCallableStatement [protected]
OutParamValuesTZAbstractCallableStatement [protected]
QueryTimeoutTZAbstractStatement [protected]
RaiseUnsupportedException()TZAbstractStatement [protected]
RegisterOutParameter(Integer ParameterIndex, Integer SqlType)TZDBLibCallableStatement
ResultSetConcurrencyTZAbstractStatement [protected]
ResultSetTypeTZAbstractStatement [protected]
SetAsciiStream(Integer ParameterIndex, TStream Value)TZAbstractPreparedStatement
SetBigDecimal(Integer ParameterIndex, Extended Value)TZAbstractPreparedStatement
SetBinaryStream(Integer ParameterIndex, TStream Value)TZAbstractPreparedStatement
SetBlob(Integer ParameterIndex, TZSQLType SQLType, IZBlob Value)TZAbstractPreparedStatement
SetBoolean(Integer ParameterIndex, Boolean Value)TZAbstractPreparedStatement
SetByte(Integer ParameterIndex, ShortInt Value)TZAbstractPreparedStatement
SetBytes(Integer ParameterIndex, const TByteDynArray Value)TZAbstractPreparedStatement
SetCursorName(const string Value)TZAbstractStatement
SetDate(Integer ParameterIndex, TDateTime Value)TZAbstractPreparedStatement
SetDefaultValue(Integer ParameterIndex, const string Value)TZAbstractPreparedStatement
SetDouble(Integer ParameterIndex, Double Value)TZAbstractPreparedStatement
SetEscapeProcessing(Boolean Value)TZAbstractStatement
SetFetchDirection(TZFetchDirection Value)TZAbstractStatement
SetFetchSize(Integer Value)TZAbstractStatement
SetFloat(Integer ParameterIndex, Single Value)TZAbstractPreparedStatement
SetInParam(Integer ParameterIndex, TZSQLType SQLType, const TZVariant Value)TZAbstractPreparedStatement [protected]
SetInParamCount(Integer NewParamCount)TZDBLibCallableStatement [protected]
SetInt(Integer ParameterIndex, Integer Value)TZAbstractPreparedStatement
SetLocateUpdates(TZLocateUpdatesMode Value)TZAbstractStatement
SetLong(Integer ParameterIndex, Int64 Value)TZAbstractPreparedStatement
SetMaxFieldSize(Integer Value)TZAbstractStatement
SetMaxRows(Integer Value)TZAbstractStatement
SetNull(Integer ParameterIndex, TZSQLType SQLType)TZAbstractPreparedStatement
SetOutParamCount(Integer NewParamCount)TZAbstractCallableStatement [protected]
SetPChar(Integer ParameterIndex, PChar Value)TZAbstractPreparedStatement
SetPostUpdates(TZPostUpdatesMode Value)TZAbstractStatement
SetQueryTimeout(Integer Value)TZAbstractStatement
SetResultSetConcurrency(TZResultSetConcurrency Value)TZAbstractStatement
SetResultSetType(TZResultSetType Value)TZAbstractStatement
SetShort(Integer ParameterIndex, SmallInt Value)TZAbstractPreparedStatement
SetString(Integer ParameterIndex, const string Value)TZAbstractPreparedStatement
SetTime(Integer ParameterIndex, TDateTime Value)TZAbstractPreparedStatement
SetTimestamp(Integer ParameterIndex, TDateTime Value)TZAbstractPreparedStatement
SetUnicodeStream(Integer ParameterIndex, TStream Value)TZAbstractPreparedStatement
SetUnicodeString(Integer ParameterIndex, const WideString Value)TZAbstractPreparedStatement
SetValue(Integer ParameterIndex, const TZVariant Value)TZAbstractPreparedStatement
SQLTZAbstractPreparedStatement [protected]
TZAbstractCallableStatement(IZConnection Connection, string SQL, TStrings Info)TZAbstractCallableStatement
TZAbstractPreparedStatement(IZConnection Connection, const string SQL, TStrings Info)TZAbstractPreparedStatement
TZAbstractStatement(IZConnection Connection, TStrings Info)TZAbstractStatement
TZDBLibCallableStatement(IZConnection Connection, string ProcName, TStrings Info)TZDBLibCallableStatement
WasNull()TZAbstractCallableStatement
~TZAbstractPreparedStatement()TZAbstractPreparedStatement
~TZAbstractStatement()TZAbstractStatement


Generated on Wed Dec 30 08:42:50 2009 for zeoslib by  doxygen 1.5.7.1