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