Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassView = class(TObject)
Views
![]() |
Constructor Create(Owner: TSqlitePassViews); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassView; AttachedDatabase: TSqlitePassDatabaseAttached = nil); |
![]() |
procedure DeleteView; |
![]() |
property Attached: Boolean Read GetAttached; |
![]() |
property SqlCreateStmt: String Read FSqlCreateStmt; |
![]() |
property SqlSelectStmt: String Read FSqlSelectStmt; |
![]() |
property ViewFullName: String Read GetViewFullName; |
![]() |
property ViewName: String Read FViewName; |
![]() |
Constructor Create(Owner: TSqlitePassViews); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassView; AttachedDatabase: TSqlitePassDatabaseAttached = nil); |
![]() |
procedure DeleteView; |
![]() |
property Attached: Boolean Read GetAttached; |
![]() |
property SqlCreateStmt: String Read FSqlCreateStmt; |
![]() |
property SqlSelectStmt: String Read FSqlSelectStmt; |
![]() |
property ViewFullName: String Read GetViewFullName; |
![]() |
property ViewName: String Read FViewName; |