Unit 'SQLScript' Package
[Overview][Constants][Types][Classes][Index] [#fcl-db]

TEventSQLScript

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sqlscript.pp line 111

type TEventSQLScript = class(TCustomSQLScript)

protected

  procedure ExecuteStatement(); override;

  procedure ExecuteDirective(); override;

  procedure ExecuteCommit(); override;

public

  procedure Execute; override;

  property Aborted: Boolean;

  property Line: Integer;

published

  property UseDollarString: Boolean;

  property DollarStrings: TStrings;

  property Directives: TStrings;

  property Defines: TStrings;

  property Script: TStrings;

  property Terminator: AnsiString;

  property CommentsinSQL: Boolean;

  property UseSetTerm: Boolean;

  property UseCommit: Boolean;

  property UseDefines: Boolean;

  property OnException: TSQLScriptExceptionEvent;

  property OnSQLStatement: TSQLScriptStatementEvent; [rw]

  property OnDirective: TSQLScriptDirectiveEvent; [rw]

  property OnCommit: TNotifyEvent; [rw]

  property BeforeExecute: TNotifyEvent; [rw]

  property AfterExecute: TNotifyEvent; [rw]

end;

Inheritance

TEventSQLScript

|

TCustomSQLScript

|

TObject


Documentation generated on: 2023-03-18