瀏覽代碼

* Publish autocommit in TSQLScript, make Aborted and Line public. Bug ID #30559

git-svn-id: trunk@34464 -
michael 9 年之前
父節點
當前提交
8185da31e6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/fcl-db/src/sqldb/sqldb.pp

+ 3 - 0
packages/fcl-db/src/sqldb/sqldb.pp

@@ -699,10 +699,13 @@ type
     destructor Destroy; override;
     procedure Execute; override;
     procedure ExecuteScript;
+    Property Aborted;
+    Property Line;
   published
     Property DataBase : TDatabase Read FDatabase Write SetDatabase;
     Property Transaction : TDBTransaction Read FTransaction Write SetTransaction;
     property OnDirective: TSQLScriptDirectiveEvent read FOnDirective write FOnDirective;
+    Property AutoCommit;
     Property UseDollarString;
     Property DollarStrings;
     property Directives;