Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.NamedChoiceListContext
-
Packages that use OracleStatementParser.NamedChoiceListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.NamedChoiceListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.NamedChoiceListContext Modifier and Type Method Description OracleStatementParser.NamedChoiceListContextOracleStatementParser.ExplicitChoiceListContext. namedChoiceList()OracleStatementParser.NamedChoiceListContextOracleStatementParser. namedChoiceList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.NamedChoiceListContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitNamedChoiceList(OracleStatementParser.NamedChoiceListContext ctx)Visit a parse tree produced byOracleStatementParser.namedChoiceList().TOracleStatementVisitor. visitNamedChoiceList(OracleStatementParser.NamedChoiceListContext ctx)Visit a parse tree produced byOracleStatementParser.namedChoiceList().
-