Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassSelectStmtTableDefs = class(TSqlitePassObjectList)
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.
![]() |
constructor Create(Owner: TSqlitePassSelectStmt); |
![]() |
destructor Destroy; override; |
![]() |
function FindTable(const Value: String): TSqlitePassSelectStmtTableDef; |
![]() |
function GetItem(Index: Integer): TSqlitePassSelectStmtTableDef; |
![]() |
procedure ClearAndFreeItems; |
![]() |
procedure SetItem(Index: Integer; const Value: TSqlitePassSelectStmtTableDef); |
![]() |
property Count; |
![]() |
property Items[Index: Integer]: TSqlitePassSelectStmtTableDef read GetItem write SetItem; |
![]() |
constructor Create(Owner: TSqlitePassSelectStmt); |
![]() |
destructor Destroy; override; |
![]() |
function FindTable(const Value: String): TSqlitePassSelectStmtTableDef; |
![]() |
function GetItem(Index: Integer): TSqlitePassSelectStmtTableDef; |
![]() |
procedure ClearAndFreeItems; |
![]() |
procedure SetItem(Index: Integer; const Value: TSqlitePassSelectStmtTableDef); |
![]() |
property Count; |
![]() |
property Items[Index: Integer]: TSqlitePassSelectStmtTableDef read GetItem write SetItem; |