| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlMetaLogOperator.Type |
SqlMetaLogOperator.type
The type of the logical operator.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) SqlMetaLogOperator.Type |
SqlMetaLogOperator.getType()
Returns the type of the logical operator.
|
static SqlMetaLogOperator.Type |
SqlMetaLogOperator.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMetaLogOperator.Type[] |
SqlMetaLogOperator.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlMetaLogOperator(SqlMetaLogOperator.Type type)
Creates a new instance.
|
Copyright © 2016. All rights reserved.