| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.core.constant |
| Modifier and Type | Method and Description |
|---|---|
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<LogicalOperator> |
LogicalOperator.valueFrom(String text)
Get logical operator value from text.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.