|
@@ -278,6 +278,7 @@ type
|
|
procedure SetReadOnly(AValue : Boolean); override;
|
|
procedure SetReadOnly(AValue : Boolean); override;
|
|
Function LogEvent(EventType : TDBEventType) : Boolean;
|
|
Function LogEvent(EventType : TDBEventType) : Boolean;
|
|
Procedure Log(EventType : TDBEventType; Const Msg : String); virtual;
|
|
Procedure Log(EventType : TDBEventType; Const Msg : String); virtual;
|
|
|
|
+ procedure Notification(AComponent: TComponent; Operation: TOperation); override;
|
|
public
|
|
public
|
|
procedure Prepare; virtual;
|
|
procedure Prepare; virtual;
|
|
procedure UnPrepare; virtual;
|
|
procedure UnPrepare; virtual;
|
|
@@ -286,7 +287,6 @@ type
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
procedure SetSchemaInfo( ASchemaType : TSchemaType; ASchemaObjectName, ASchemaPattern : string); virtual;
|
|
procedure SetSchemaInfo( ASchemaType : TSchemaType; ASchemaObjectName, ASchemaPattern : string); virtual;
|
|
property Prepared : boolean read IsPrepared;
|
|
property Prepared : boolean read IsPrepared;
|
|
- procedure Notification(AComponent: TComponent; Operation: TOperation); override;
|
|
|
|
function RowsAffected: TRowsCount; virtual;
|
|
function RowsAffected: TRowsCount; virtual;
|
|
function ParamByName(Const AParamName : String) : TParam;
|
|
function ParamByName(Const AParamName : String) : TParam;
|
|
protected
|
|
protected
|