|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sqlproc.engine.impl.SqlMetaLogOperator
class SqlMetaLogOperator
A META SQL sub-element. It represents a logical operator in SqlMetaLogExpr.
| Nested Class Summary | |
|---|---|
(package private) static class |
SqlMetaLogOperator.Type
The enumeration of the logical operator types. |
| Field Summary | |
|---|---|
private SqlMetaLogOperator.Type |
type
The type of the logical operator. |
| Constructor Summary | |
|---|---|
SqlMetaLogOperator(SqlMetaLogOperator.Type type)
Creates a new instance. |
|
| Method Summary | |
|---|---|
(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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private SqlMetaLogOperator.Type type
SqlMetaLogExpr.
| Constructor Detail |
|---|
SqlMetaLogOperator(SqlMetaLogOperator.Type type)
type - the type of the logical operator| Method Detail |
|---|
SqlMetaLogOperator.Type getType()
public boolean processExpression(SqlProcessContext ctx)
processExpression in interface SqlMetaLogOperandctx - the context for a dynamic ANSI SQL Query generation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||