AbstractSqlGenerator Class |
Namespace: CMS.DataEngine
public abstract class AbstractSqlGenerator : ISqlGenerator
The AbstractSqlGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractSqlGenerator |
Name | Description | |
---|---|---|
![]() ![]() | mExcludeColumns |
Excluded columns of the document which are not included into the queries.
|
Name | Description | |
---|---|---|
![]() ![]() | ExcludeColumns |
Gets or sets the excluded columns of the document which are not included into the queries.
|
![]() ![]() | GenerateWithExpand |
Gets or sets whether With (EXPAND) should be generated in views.
|
Name | Description | |
---|---|---|
![]() ![]() | GetColumnList |
Generates the column list for the SQL query.
|
![]() ![]() | GetCommunityMemberView |
Generates the code for the Community_Member view
|
![]() | 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.
|