RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SqliteSelectSqlGenerator Members

The SqliteSelectSqlGenerator type exposes the following members.

Methods


  Name Description
Public method 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.
Protected method FormatValueForSqlWhereItem
Formats a value for a SQL WHERE clause. Override if this method is not compatible with your database platform.
Protected method GenerateSelectQueryStatement
Generates the SELECT SQL statement.
Protected method GenerateTopRecordCountSqlText
Generates the top record count SQL text. Override if this method is not compatible with your database platform.
Protected method GenerateWhereEnumItemSqlText
Generates the where item enumerator SQL text.
Protected method 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.