TSqlTableInterface

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TSqlTable Abstract base class for tables that can be queried using SQL statements.
4TSqlTableInterface

Source

Sql.Table.pas (167)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTSqlTableTable

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTTextGetIdentifier()
InstancepublicCreate(Table: TSqlTable)
InstancepublicTSqlTableExpressionToExpression()
InstancepublicUpdate(Database: TSqlDatabase; Assignments: TList<TSqlAssign>; Restrictions: TList<TSqlExpression>)
InstancepublicDelete(Database: TSqlDatabase; Restrictions: TList<TSqlExpression>)