, including all inherited members.
AddBatch(const string SQL) | IZStatement | |
AddBatchPrepared() | IZPreparedStatement | |
Cancel() | IZStatement | |
ClearBatch() | IZStatement | |
ClearParameters() | IZPreparedStatement | |
ClearWarnings() | IZStatement | |
Close() | IZStatement | |
Execute(const string SQL) | IZStatement | |
ExecuteBatch() | IZStatement | |
ExecutePrepared() | IZPreparedStatement | |
ExecuteQuery(const string SQL) | IZStatement | |
ExecuteQueryPrepared() | IZPreparedStatement | |
ExecuteUpdate(const string SQL) | IZStatement | |
ExecuteUpdatePrepared() | IZPreparedStatement | |
GetConnection() | IZStatement | |
GetFetchDirection() | IZStatement | |
GetFetchSize() | IZStatement | |
GetLocateUpdates() | IZStatement | |
GetMaxFieldSize() | IZStatement | |
GetMaxRows() | IZStatement | |
GetMetadata() | IZPreparedStatement | |
GetMoreResults() | IZStatement | |
GetParameters() | IZStatement | |
GetPostUpdates() | IZStatement | |
GetQueryTimeout() | IZStatement | |
GetResultSet() | IZStatement | |
GetResultSetConcurrency() | IZStatement | |
GetResultSetType() | IZStatement | |
GetUpdateCount() | IZStatement | |
GetWarnings() | IZStatement | |
SetAsciiStream(Integer ParameterIndex, TStream Value) | IZPreparedStatement | |
SetBigDecimal(Integer ParameterIndex, Extended Value) | IZPreparedStatement | |
SetBinaryStream(Integer ParameterIndex, TStream Value) | IZPreparedStatement | |
SetBlob(Integer ParameterIndex, TZSQLType SQLType, IZBlob Value) | IZPreparedStatement | |
SetBoolean(Integer ParameterIndex, Boolean Value) | IZPreparedStatement | |
SetByte(Integer ParameterIndex, ShortInt Value) | IZPreparedStatement | |
SetBytes(Integer ParameterIndex, const TByteDynArray Value) | IZPreparedStatement | |
SetCursorName(const string Value) | IZStatement | |
SetDate(Integer ParameterIndex, TDateTime Value) | IZPreparedStatement | |
SetDefaultValue(Integer ParameterIndex, const string Value) | IZPreparedStatement | |
SetDouble(Integer ParameterIndex, Double Value) | IZPreparedStatement | |
SetEscapeProcessing(Boolean Value) | IZStatement | |
SetFetchDirection(TZFetchDirection Value) | IZStatement | |
SetFetchSize(Integer Value) | IZStatement | |
SetFloat(Integer ParameterIndex, Single Value) | IZPreparedStatement | |
SetInt(Integer ParameterIndex, Integer Value) | IZPreparedStatement | |
SetLocateUpdates(TZLocateUpdatesMode Value) | IZStatement | |
SetLong(Integer ParameterIndex, Int64 Value) | IZPreparedStatement | |
SetMaxFieldSize(Integer Value) | IZStatement | |
SetMaxRows(Integer Value) | IZStatement | |
SetNull(Integer ParameterIndex, TZSQLType SQLType) | IZPreparedStatement | |
SetPChar(Integer ParameterIndex, PChar Value) | IZPreparedStatement | |
SetPostUpdates(TZPostUpdatesMode Value) | IZStatement | |
SetQueryTimeout(Integer Value) | IZStatement | |
SetResultSetConcurrency(TZResultSetConcurrency Value) | IZStatement | |
SetResultSetType(TZResultSetType Value) | IZStatement | |
SetShort(Integer ParameterIndex, SmallInt Value) | IZPreparedStatement | |
SetString(Integer ParameterIndex, const string Value) | IZPreparedStatement | |
SetTime(Integer ParameterIndex, TDateTime Value) | IZPreparedStatement | |
SetTimestamp(Integer ParameterIndex, TDateTime Value) | IZPreparedStatement | |
SetUnicodeStream(Integer ParameterIndex, TStream Value) | IZPreparedStatement | |
SetUnicodeString(Integer ParameterIndex, const WideString Value) | IZPreparedStatement | |
SetValue(Integer ParameterIndex, const TZVariant Value) | IZPreparedStatement | |