AbstractSqlGenerator Methods |
The AbstractSqlGenerator type exposes the following members.
Name | Description | |
---|---|---|
GetColumnList |
Generates the column list for the SQL query.
| |
GetPKWhereCondition |
Returns the where condition for given primary key (single or list separated by semicolon).
| |
GetSqlQuery |
Generates the given type of query for table specified by its className.
| |
GetSystemViewSqlQuery |
View name.
| |
GetTreeJoinedView |
Generates the Tree_Joined indexed view query
| |
GetUserView |
Generates the code for the User view
| |
IsColumnExcluded |
Returns true if the column is excluded.
|