Represents the result of performing BuildSQL command.
public class Korzh.EasyQuery.Db.FilterExpression
Type | Name | Description |
---|
void | AddCondition(String s) | Adds text of some condition to WHERE clause. |
void | AddToWhereClause(String s) | Adds some text to WHERE clause. |
void | ClearAll() | Clears all clauses. |
void | ClearWhereClause() | Clears the WHERE clause. |
String | GetFilterExpr() | Gets the filter expression. |
String | GetStatement() | Returns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type). |