TSqlSubqueryView

A view that is represented by a TSqlResultSetStatement and is expanded to a subquery table expression before sending to a database.

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.
4TSqlViewBase class for views in a database.
5Old_TSqlSubqueryView
6TSqlSubqueryView

Source

Sql.View.Subquery.pas (66)

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTSqlExpressionFindValueForColumn(Column: TSqlTableColumn; Columns: TList<TSqlTableColumn>; Values: TList<TSqlExpression>)
InstancepublicCreate(Identifier: TText; Statement: TSqlResultSetStatement)