TSQLTable Class
Describes a database table (or view) referenced in a SQL command, carrying the table name, optional schema, and the alias used in the generated SQL.
Remarks
Used throughout Aurelius when building SQL commands that reference a specific database table or view, carrying the name, optional schema, and alias needed to generate correct SQL across different database dialects.
Syntax
Unit: Aurelius.Sql.BaseTypes
TSQLTable = class(TSQLRelation);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(string, string) Create(string, string, string) |
Methods
| Name | Description |
|---|---|
| Clone | Returns a deep copy of this TSQLTable instance. |