, 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 | |
GetBigDecimal(Integer ParameterIndex) | IZCallableStatement | |
GetBoolean(Integer ParameterIndex) | IZCallableStatement | |
GetByte(Integer ParameterIndex) | IZCallableStatement | |
GetBytes(Integer ParameterIndex) | IZCallableStatement | |
GetConnection() | IZStatement | |
GetDate(Integer ParameterIndex) | IZCallableStatement | |
GetDouble(Integer ParameterIndex) | IZCallableStatement | |
GetFetchDirection() | IZStatement | |
GetFetchSize() | IZStatement | |
GetFloat(Integer ParameterIndex) | IZCallableStatement | |
GetInt(Integer ParameterIndex) | IZCallableStatement | |
GetLocateUpdates() | IZStatement | |
GetLong(Integer ParameterIndex) | IZCallableStatement | |
GetMaxFieldSize() | IZStatement | |
GetMaxRows() | IZStatement | |
GetMetadata() | IZPreparedStatement | |
GetMoreResults() | IZStatement | |
GetParameters() | IZStatement | |
GetPChar(Integer ParameterIndex) | IZCallableStatement | |
GetPostUpdates() | IZStatement | |
GetQueryTimeout() | IZStatement | |
GetResultSet() | IZStatement | |
GetResultSetConcurrency() | IZStatement | |
GetResultSetType() | IZStatement | |
GetShort(Integer ParameterIndex) | IZCallableStatement | |
GetString(Integer ParameterIndex) | IZCallableStatement | |
GetTime(Integer ParameterIndex) | IZCallableStatement | |
GetTimestamp(Integer ParameterIndex) | IZCallableStatement | |
GetUnicodeString(Integer ParameterIndex) | IZCallableStatement | |
GetUpdateCount() | IZStatement | |
GetValue(Integer ParameterIndex) | IZCallableStatement | |
GetWarnings() | IZStatement | |
IsNull(Integer ParameterIndex) | IZCallableStatement | |
RegisterOutParameter(Integer ParameterIndex, Integer SQLType) | IZCallableStatement | |
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 | |
WasNull() | IZCallableStatement | |