Uses of Enum
org.apache.shardingsphere.sql.parser.core.database.visitor.SQLVisitorRule
Packages that use SQLVisitorRule
-
Uses of SQLVisitorRule in org.apache.shardingsphere.sql.parser.core.database.visitor
Methods in org.apache.shardingsphere.sql.parser.core.database.visitor that return SQLVisitorRuleModifier and TypeMethodDescriptionstatic SQLVisitorRuleValue of visitor rule.static SQLVisitorRuleReturns 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 SQLVisitorRuleModifier and TypeMethodDescriptionstatic <T> org.antlr.v4.runtime.tree.ParseTreeVisitor<T>SQLVisitorFactory.newInstance(String databaseType, String visitorType, SQLVisitorRule visitorRule, Properties props) Create new instance of SQL visitor.