Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassSQLStmtDef = class(TObject)
![]() |
constructor Create(SQLStmts: TSqlitePassSqlStmtDefs); |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassSQLStmtDef; AttachedDatabase: TSqlitePassDatabaseAttached = nil); |
![]() |
procedure DeleteSQLStmt; |
![]() |
property Attached: Boolean Read GetAttached; |
![]() |
property SQL: String Read FSQLText Write FSQLText; |
![]() |
property SQLStmtFullName: String Read GetSQLStmtFullName; |
![]() |
property SQLStmtName: String Read FSQLStmtName Write FSQLStmtName; |
![]() |
property SQLType: StmtType Read GetStmtType; |
![]() |
constructor Create(SQLStmts: TSqlitePassSqlStmtDefs); |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassSQLStmtDef; AttachedDatabase: TSqlitePassDatabaseAttached = nil); |
![]() |
procedure DeleteSQLStmt; |
![]() |
property Attached: Boolean Read GetAttached; |
Properties |
![]() |
property SQL: String Read FSQLText Write FSQLText; |
![]() |
property SQLStmtFullName: String Read GetSQLStmtFullName; |
![]() |
property SQLStmtName: String Read FSQLStmtName Write FSQLStmtName; |
![]() |
property SQLType: StmtType Read GetStmtType; |