public class SQLFragmentExpressionBuilder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLFragmentExpressionBuilder.ExpressionType |
| Constructor and Description |
|---|
SQLFragmentExpressionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SQLFragment |
getExpression(DBObjectProvider provider,
Relation relation,
SQLFragmentExpressionBuilder.ExpressionType type,
java.lang.String expression)
For the given relation in the given provider, creates a SQLFragment condition
representing the condition (such as a where clause predicate or check
constraint)
If the parser fails, return a SimpleSQLFragment for the expression string.
|
static SQLFragment |
getExpression(DBObjectProvider provider,
Relation relation,
SQLFragmentExpressionBuilder.ExpressionType type,
java.lang.String expression,
boolean ignorErrors)
Deprecated.
|
static SQLFragment |
getExpressionOrFail(DBObjectProvider provider,
Relation relation,
SQLFragmentExpressionBuilder.ExpressionType type,
java.lang.String expression)
For the given relation in the given provider, creates a SQLFragment condition
representing the condition (such as a where clause predicate or check
constraint)
|
public static SQLFragment getExpression(DBObjectProvider provider, Relation relation, SQLFragmentExpressionBuilder.ExpressionType type, java.lang.String expression)
@Deprecated public static SQLFragment getExpression(DBObjectProvider provider, Relation relation, SQLFragmentExpressionBuilder.ExpressionType type, java.lang.String expression, boolean ignorErrors) throws SQLQueryException
SQLQueryExceptionpublic static SQLFragment getExpressionOrFail(DBObjectProvider provider, Relation relation, SQLFragmentExpressionBuilder.ExpressionType type, java.lang.String expression) throws SQLQueryException
SQLQueryException - if the parser fails