| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor.impl |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.LimitClauseContext |
PostgreSQLStatementParser.limitClause() |
PostgreSQLStatementParser.LimitClauseContext |
PostgreSQLStatementParser.SelectClauseContext.limitClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitLimitClause(PostgreSQLStatementParser.LimitClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.limitClause(). |
T |
PostgreSQLStatementVisitor.visitLimitClause(PostgreSQLStatementParser.LimitClauseContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.limitClause(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
PostgreSQLDMLVisitor.visitLimitClause(PostgreSQLStatementParser.LimitClauseContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.