Uses of Class
com.blazebit.persistence.parser.SQLParser.Top_clauseContext
| Package | Description |
|---|---|
| com.blazebit.persistence.parser |
-
Uses of SQLParser.Top_clauseContext in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser that return SQLParser.Top_clauseContext Modifier and Type Method Description SQLParser.Top_clauseContextSQLParser.Query_specificationContext. top_clause()SQLParser.Top_clauseContextSQLParser. top_clause()Methods in com.blazebit.persistence.parser with parameters of type SQLParser.Top_clauseContext Modifier and Type Method Description voidSQLParserBaseListener. enterTop_clause(SQLParser.Top_clauseContext ctx)Enter a parse tree produced bySQLParser.top_clause().voidSQLParserListener. enterTop_clause(SQLParser.Top_clauseContext ctx)Enter a parse tree produced bySQLParser.top_clause().voidSQLParserBaseListener. exitTop_clause(SQLParser.Top_clauseContext ctx)Exit a parse tree produced bySQLParser.top_clause().voidSQLParserListener. exitTop_clause(SQLParser.Top_clauseContext ctx)Exit a parse tree produced bySQLParser.top_clause().TSQLParserBaseVisitor. visitTop_clause(SQLParser.Top_clauseContext ctx)Visit a parse tree produced bySQLParser.top_clause().TSQLParserVisitor. visitTop_clause(SQLParser.Top_clauseContext ctx)Visit a parse tree produced bySQLParser.top_clause().