TZAdoStatement Member List

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

AddBatch(const string SQL)TZAbstractStatement
AddBatchPrepared()TZAbstractPreparedStatement
BatchQueriesTZAbstractStatement [protected]
Cancel()TZAbstractStatement
ClearBatch()TZAbstractStatement
ClearParameters()TZAbstractCallableStatement
ClearWarnings()TZAbstractStatement
Close()TZAdoStatement
ClosedTZAbstractStatement [protected]
ConnectionTZAbstractStatement [protected]
CursorNameTZAbstractStatement [protected]
EscapeProcessingTZAbstractStatement [protected]
Execute(const string SQL)TZAdoStatement
ExecuteBatch()TZAbstractStatement
ExecutePrepared()TZAbstractPreparedStatement
ExecuteQuery(const string SQL)TZAdoStatement
ExecuteQueryPrepared()TZAbstractPreparedStatement
ExecuteUpdate(const string SQL)TZAdoStatement
ExecuteUpdatePrepared()TZAbstractPreparedStatement
FetchDirectionTZAbstractStatement [protected]
FetchSizeTZAbstractStatement [protected]
FPlainDriverTZAdoStatement [protected]
GetBigDecimal(Integer ParameterIndex)TZAbstractCallableStatement
GetBoolean(Integer ParameterIndex)TZAbstractCallableStatement
GetByte(Integer ParameterIndex)TZAbstractCallableStatement
GetBytes(Integer ParameterIndex)TZAbstractCallableStatement
GetConnection()TZAbstractStatement
GetCurrentResult(Integer RC)TZAdoStatement [protected]
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()TZAdoStatement
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
IsSelect(const string SQL)TZAdoStatement [protected]
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)TZAbstractCallableStatement
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)TZAbstractPreparedStatement [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
TZAdoStatement(IZPlainDriver PlainDriver, IZConnection Connection, string SQL, TStrings Info)TZAdoStatement
WasNull()TZAbstractCallableStatement
~TZAbstractPreparedStatement()TZAbstractPreparedStatement
~TZAbstractStatement()TZAbstractStatement
~TZAdoStatement()TZAdoStatement


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