| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.core.visitor |
| Modifier and Type | Method and Description |
|---|---|
static SQLVisitorRule |
SQLVisitorRule.valueOf(Class<? extends org.antlr.v4.runtime.tree.ParseTree> parseTreeClass)
Value of visitor rule.
|
static SQLVisitorRule |
SQLVisitorRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLVisitorRule[] |
SQLVisitorRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> org.antlr.v4.runtime.tree.ParseTreeVisitor<T> |
SQLVisitorFactory.newInstance(String databaseType,
String visitorType,
SQLVisitorRule visitorRule,
Properties props)
New instance of SQL visitor.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.