Class TSqlitePassSelectStmtFieldDef

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassSelectStmtFieldDef = class(TSqlitePassGenericFieldDef)

Description

no description available, TSqlitePassGenericFieldDef description follows

TSqlitePassGenericFieldDef is a generic class used to store information on fields presents in the database tables. This class is used by two descendants : TSqlitePassTableFieldDef and TSqlitePassSelectStmtFieldDef

Hierarchy

Overview

Methods

Public Constructor Create(Owner: TSqlitePassSelectStmtFieldDefs);
Public Destructor Destroy; override;
Public procedure Assign(Source: TSqlitePassTableFieldDef);

Properties

Public property FieldDefs: TSqlitePassSelectStmtFieldDefs Read FFieldDefs;
Public property FieldFullName: String Read GetFFieldFullName;

Description

Methods

Public Constructor Create(Owner: TSqlitePassSelectStmtFieldDefs);
 
Public Destructor Destroy; override;
 
Public procedure Assign(Source: TSqlitePassTableFieldDef);
 

Properties

Public property FieldDefs: TSqlitePassSelectStmtFieldDefs Read FFieldDefs;
 
Public property FieldFullName: String Read GetFFieldFullName;
 

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