| SqlHelper Fields |
The SqlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| COLUMNS_ALL |
Represents all columns within given query
| |
| CommentsRegEx |
Regex matching comments within a SQL query
| |
| DEFAULT_DB_SCHEMA |
Default db schema.
| |
| DefaultSQLInlineLimit |
Default inline limit for SQL lists. When the number of values is below this number, the lists on SQL, e.g. IN (x, y, z), are evaluated as inline lists.
| |
| GENERAL_DELETE |
General delete SQL statement
| |
| GENERAL_INSERT |
General insert SQL statement
| |
| GENERAL_SELECT |
General select SQL statement
| |
| GENERAL_UPDATE |
General update SQL statement
| |
| GENERAL_UPSERT |
General upsert (update/insert) SQL statement
| |
| MAX_PARAM_LENGTH |
Maximum parameter length to log.
| |
| MISSING_VALUE |
Unknown value.
| |
| NO_COLUMNS |
Constant for no columns.
| |
| NO_DATA_WHERE |
Where condition representing no data.
| |
| NO_TOTALRECORDS |
Value for total records input to not get the total amount of data.
| |
| ORDERBY_ASC |
Suffix for the ascending order
| |
| ORDERBY_DESC |
Suffix for the descending order
| |
| SELECT_NULL |
Empty select statement
|