class SqlMetaLogOperator extends Object implements SqlMetaLogOperand
SqlMetaLogExpr
.Modifier and Type | Class and Description |
---|---|
(package private) static class |
SqlMetaLogOperator.Type
The enumeration of the logical operator types.
|
Modifier and Type | Field and Description |
---|---|
private SqlMetaLogOperator.Type |
type
The type of the logical operator.
|
Constructor and Description |
---|
SqlMetaLogOperator(SqlMetaLogOperator.Type type)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
(package private) SqlMetaLogOperator.Type |
getType()
Returns the type of the logical operator.
|
boolean |
processExpression(SqlProcessContext ctx)
The main contract to evaluate a logical value of META SQL sub-elements.
|
private SqlMetaLogOperator.Type type
SqlMetaLogExpr
.SqlMetaLogOperator(SqlMetaLogOperator.Type type)
type
- the type of the logical operatorSqlMetaLogOperator.Type getType()
public boolean processExpression(SqlProcessContext ctx)
processExpression
in interface SqlMetaLogOperand
ctx
- the context for a dynamic ANSI SQL Query generationCopyright © 2015. All rights reserved.