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