ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/ibxscript.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/ibxscript.pas (file contents):
Revision 227 by tony, Mon Apr 9 10:31:10 2018 UTC vs.
Revision 228 by tony, Mon Apr 9 13:38:16 2018 UTC

# Line 293 | Line 293 | type
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);
# Line 305 | Line 304 | type
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines