Uses of Class
org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorRule
-
Packages that use SQLVisitorRule Package Description org.apache.shardingsphere.sql.parser.core.database.visitor -
-
Uses of SQLVisitorRule in org.apache.shardingsphere.sql.parser.core.database.visitor
Methods in org.apache.shardingsphere.sql.parser.core.database.visitor that return SQLVisitorRule Modifier and Type Method Description static SQLVisitorRuleSQLVisitorRule. valueOf(Class<? extends org.antlr.v4.runtime.tree.ParseTree> parseTreeClass)Value of visitor rule.static SQLVisitorRuleSQLVisitorRule. 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.Methods in org.apache.shardingsphere.sql.parser.core.database.visitor with parameters of type SQLVisitorRule Modifier and Type Method Description static SQLStatementVisitorSQLStatementVisitorFactory. newInstance(String databaseType, SQLVisitorRule visitorRule)Create new instance of SQL visitor.
-