, including all inherited members.
AddBatch(const string SQL) | TZAbstractStatement | |
AddBatchPrepared() | TZAbstractPreparedStatement | |
BatchQueries | TZAbstractStatement | [protected] |
Cancel() | TZAbstractStatement | |
CheckInterbase6Error(const string Sql= '') | TZInterbase6CallableStatement | [protected] |
ClearBatch() | TZAbstractStatement | |
ClearParameters() | TZAbstractCallableStatement | |
ClearWarnings() | TZAbstractStatement | |
Close() | TZAbstractStatement | |
Closed | TZAbstractStatement | [protected] |
Connection | TZAbstractStatement | [protected] |
CursorName | TZAbstractStatement | [protected] |
EscapeProcessing | TZAbstractStatement | [protected] |
Execute(const string SQL) | TZInterbase6CallableStatement | |
ExecuteBatch() | TZAbstractStatement | |
ExecutePrepared() | TZInterbase6CallableStatement | |
ExecuteQuery(const string SQL) | TZInterbase6CallableStatement | |
ExecuteQueryPrepared() | TZInterbase6CallableStatement | |
ExecuteUpdate(const string SQL) | TZInterbase6CallableStatement | |
ExecuteUpdatePrepared() | TZInterbase6CallableStatement | |
FCachedBlob | TZInterbase6CallableStatement | [private] |
FetchDirection | TZAbstractStatement | [protected] |
FetchOutParams(IZResultSQLDA Value) | TZInterbase6CallableStatement | [protected] |
FetchSize | TZAbstractStatement | [protected] |
FIBConnection | TZInterbase6CallableStatement | [private] |
FParamSQLData | TZInterbase6CallableStatement | [private] |
FStatusVector | TZInterbase6CallableStatement | [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() | TZAbstractStatement | |
GetOutParam(Integer ParameterIndex) | TZAbstractCallableStatement | [protected] |
GetParameters() | TZAbstractStatement | |
GetPChar(Integer ParameterIndex) | TZAbstractCallableStatement | |
GetPostUpdates() | TZAbstractStatement | |
GetProcedureSql(boolean SelectProc) | TZInterbase6CallableStatement | [protected] |
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 | |
Info | TZAbstractStatement | [protected] |
InParamCount | TZAbstractPreparedStatement | [protected] |
InParamDefaultValues | TZAbstractPreparedStatement | [protected] |
InParamTypes | TZAbstractPreparedStatement | [protected] |
InParamValues | TZAbstractPreparedStatement | [protected] |
IsNull(Integer ParameterIndex) | TZAbstractCallableStatement | |
LastResultSet | TZAbstractStatement | [protected] |
LastUpdateCount | TZAbstractStatement | [protected] |
LastWasNull | TZAbstractCallableStatement | [protected] |
MaxFieldSize | TZAbstractStatement | [protected] |
MaxRows | TZAbstractStatement | [protected] |
OutParamCount | TZAbstractCallableStatement | [protected] |
OutParamTypes | TZAbstractCallableStatement | [protected] |
OutParamValues | TZAbstractCallableStatement | [protected] |
QueryTimeout | TZAbstractStatement | [protected] |
RaiseUnsupportedException() | TZAbstractStatement | [protected] |
RegisterOutParameter(Integer ParameterIndex, Integer SQLType) | TZAbstractCallableStatement | |
ResultSetConcurrency | TZAbstractStatement | [protected] |
ResultSetType | TZAbstractStatement | [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 | |
SQL | TZAbstractPreparedStatement | [protected] |
TrimInParameters() | TZInterbase6CallableStatement | [protected] |
TZAbstractCallableStatement(IZConnection Connection, string SQL, TStrings Info) | TZAbstractCallableStatement | |
TZAbstractPreparedStatement(IZConnection Connection, const string SQL, TStrings Info) | TZAbstractPreparedStatement | |
TZAbstractStatement(IZConnection Connection, TStrings Info) | TZAbstractStatement | |
TZInterbase6CallableStatement(IZConnection Connection, const string SQL, TStrings Info) | TZInterbase6CallableStatement | |
WasNull() | TZAbstractCallableStatement | |
~TZAbstractPreparedStatement() | TZAbstractPreparedStatement | |
~TZAbstractStatement() | TZAbstractStatement | |