DbQueryBuilder class
Lets you build SQL commands based on Korzh.EasyQuery.Db.DbQuery object
public abstract class Korzh.EasyQuery.Db.DbQueryBuilder : BaseQueryBuilder, IQueryBuilder
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | EscapeDef | contains escape symbol definition which will be added to the condition if necessary |
SqlExtras | Extras | Gets the Korzh.EasyQuery.Db.SqlExtras object which defines some extra clauses and options of the generated query. |
DbQueryFormats | Formats | Gets the Korzh.EasyQuery.Db.DbQueryFormats object in the parent query. |
DbQuery | Query | Gets the query object associated with the builder. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
String | AddWildSymbols(Operator op, String s) | |
QueryFormats | CreateFormats() | Creates Korzh.EasyQuery.Db.DbQueryFormats object. |