Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.JsonScalarContext
-
Packages that use OracleStatementParser.JsonScalarContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.JsonScalarContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.JsonScalarContext Modifier and Type Method Description OracleStatementParser.JsonScalarContextOracleStatementParser.JsonComparisonContext. jsonScalar(int i)OracleStatementParser.JsonScalarContextOracleStatementParser. jsonScalar()OracleStatementParser.JsonScalarContextOracleStatementParser.ValueListContext. jsonScalar(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.JsonScalarContext Modifier and Type Method Description List<OracleStatementParser.JsonScalarContext>OracleStatementParser.JsonComparisonContext. jsonScalar()List<OracleStatementParser.JsonScalarContext>OracleStatementParser.ValueListContext. jsonScalar()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.JsonScalarContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitJsonScalar(OracleStatementParser.JsonScalarContext ctx)Visit a parse tree produced byOracleStatementParser.jsonScalar().TOracleStatementVisitor. visitJsonScalar(OracleStatementParser.JsonScalarContext ctx)Visit a parse tree produced byOracleStatementParser.jsonScalar().
-