Class TSqlitePassSelectStmtTableDefs

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassSelectStmtTableDefs = class(TSqlitePassObjectList)

Description

TSqlitePassSelectStmtTableDefs : represents a collection of TSqlitePassSelectStmtTableDef. This collection is used to insert, update or delete records from a SQL select returning fields from several tables.

Hierarchy

Overview

Methods

Public constructor Create(Owner: TSqlitePassSelectStmt);
Public destructor Destroy; override;
Public function FindTable(const Value: String): TSqlitePassSelectStmtTableDef;
Protected function GetItem(Index: Integer): TSqlitePassSelectStmtTableDef;
Protected procedure ClearAndFreeItems;
Protected procedure SetItem(Index: Integer; const Value: TSqlitePassSelectStmtTableDef);

Properties

Public property Count;
Public property Items[Index: Integer]: TSqlitePassSelectStmtTableDef read GetItem write SetItem;

Description

Methods

Public constructor Create(Owner: TSqlitePassSelectStmt);
 
Public destructor Destroy; override;
 
Public function FindTable(const Value: String): TSqlitePassSelectStmtTableDef;
 
Protected function GetItem(Index: Integer): TSqlitePassSelectStmtTableDef;
 
Protected procedure ClearAndFreeItems;
 
Protected procedure SetItem(Index: Integer; const Value: TSqlitePassSelectStmtTableDef);
 

Properties

Public property Count;
 
Public property Items[Index: Integer]: TSqlitePassSelectStmtTableDef read GetItem write SetItem;
 

Generated by PasDoc 0.11.0 on 2009-10-08 22:34:51