293 |
|
FAutoDDL: boolean; |
294 |
|
procedure DoCommit; |
295 |
|
procedure DoReconnect; |
296 |
– |
procedure ExecSQL(stmt: string); |
296 |
|
function GetOnProgressEvent: TOnProgressEvent; |
297 |
|
function GetTransaction: TIBTransaction; |
298 |
|
procedure SetDatabase(AValue: TIBDatabase); |
304 |
|
protected |
305 |
|
FSymbolStream: TSymbolStream; |
306 |
|
procedure Add2Log(const Msg: string; IsError: boolean=true); virtual; |
307 |
+ |
procedure ExecSQL(stmt: string); |
308 |
|
procedure EchoNextLine(Sender: TObject; Line: string); |
309 |
|
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
310 |
|
function ProcessStatement(stmt: string): boolean; virtual; |