Class TSqlitePassView

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassView = class(TObject)

Description

Views

Hierarchy

Overview

Methods

Public Constructor Create(Owner: TSqlitePassViews);
Public Destructor Destroy; override;
Public procedure Assign(Source: TSqlitePassView; AttachedDatabase: TSqlitePassDatabaseAttached = nil);
Public procedure DeleteView;

Properties

Public property Attached: Boolean Read GetAttached;
Public property SqlCreateStmt: String Read FSqlCreateStmt;
Public property SqlSelectStmt: String Read FSqlSelectStmt;
Public property ViewFullName: String Read GetViewFullName;
Public property ViewName: String Read FViewName;

Description

Methods

Public Constructor Create(Owner: TSqlitePassViews);
 
Public Destructor Destroy; override;
 
Public procedure Assign(Source: TSqlitePassView; AttachedDatabase: TSqlitePassDatabaseAttached = nil);
 
Public procedure DeleteView;
 

Properties

Public property Attached: Boolean Read GetAttached;
 
Public property SqlCreateStmt: String Read FSqlCreateStmt;
 
Public property SqlSelectStmt: String Read FSqlSelectStmt;
 
Public property ViewFullName: String Read GetViewFullName;
 
Public property ViewName: String Read FViewName;
 

Generated by PasDoc 0.11.0 on 2010-03-22 23:38:12