Class tmsesqlscript

Unit

Declaration

type tmsesqlscript = class(tcustomsqlstatement)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure execute; overload; override;
Public constructor create(aowner: tcomponent); override;
Public procedure execute(adatabase: tcustomsqlconnection = nil; atransaction: tsqltransaction = nil); overload;

Properties

Public property statementnr: integer read fstatementnr;
Public property statementcount: integer read fstatementcount;
Published property term: msechar read fterm write fterm default ';';
Published property charescapement: boolean read fcharescapement write fcharescapement default false;
Published property onbeforestatement: msesqlscripteventty read fonbeforestatement write fonbeforestatement;
Published property onafterstatement: msesqlscripteventty read fonafterstatement write fonafterstatement;
Published property params;
Published property sql;
Published property database;
Published property transaction;
Published property options;
Published property onbeforeexecute;
Published property onafterexecute;
Published property onerror;

Description

Methods

Protected procedure execute; overload; override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public procedure execute(adatabase: tcustomsqlconnection = nil; atransaction: tsqltransaction = nil); overload;

This item has no description.

Properties

Public property statementnr: integer read fstatementnr;

This item has no description.

Public property statementcount: integer read fstatementcount;

This item has no description.

Published property term: msechar read fterm write fterm default ';';

This item has no description.

Published property charescapement: boolean read fcharescapement write fcharescapement default false;

This item has no description.

Published property onbeforestatement: msesqlscripteventty read fonbeforestatement write fonbeforestatement;

This item has no description.

Published property onafterstatement: msesqlscripteventty read fonafterstatement write fonafterstatement;

This item has no description.

Published property params;

This item has no description.

Published property sql;

This item has no description.

Published property database;

This item has no description.

Published property transaction;

This item has no description.

Published property options;

This item has no description.

Published property onbeforeexecute;

This item has no description.

Published property onafterexecute;

This item has no description.

Published property onerror;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.