SqliteSelectSqlGenerator Methods
The SqliteSelectSqlGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
FormatOrderByTableFieldSql |
Formats the order by fragment. Used by derived classes to add case sensitivity and other SQL text to the order by Table.Field parameter.
|
|
FormatValueForSqlWhereItem |
Formats a value for a SQL WHERE clause. Override if this method is not compatible with your database platform.
|
|
GenerateSelectQueryStatement |
Generates the SELECT SQL statement.
|
|
GenerateTopRecordCountSqlText |
Generates the top record count SQL text. Override if this method is not compatible with your database platform.
|
|
GenerateWhereEnumItemSqlText |
Generates the where item enumerator SQL text.
|
|
GenerateWhereItemSqlFieldNameText |
Generates the where item SQL field name text for the inputted WhereItem object.
Override if this method is not compatible with your database platform.
|