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