| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.select | |
| net.sf.jsqlparser.util.deparser | |
| net.sf.jsqlparser.util.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
Fetch |
Fetch.addFetchParameter(String parameter) |
Fetch |
Fetch.addFetchParameter(String parameter) |
Fetch |
Select.getFetch() |
Fetch |
Select.getFetch() |
Fetch |
Fetch.withExpression(Expression expression) |
Fetch |
Fetch.withExpression(Expression expression) |
Fetch |
Fetch.withFetchJdbcParameter(JdbcParameter fetchJdbcParameter)
Deprecated.
|
Fetch |
Fetch.withFetchJdbcParameter(JdbcParameter fetchJdbcParameter)
Deprecated.
|
Fetch |
Fetch.withFetchParam(String fetchParam)
Deprecated.
|
Fetch |
Fetch.withFetchParam(String fetchParam)
Deprecated.
|
Fetch |
Fetch.withRowCount(long rowCount)
Deprecated.
|
Fetch |
Fetch.withRowCount(long rowCount)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Select.setFetch(Fetch fetch) |
void |
Select.setFetch(Fetch fetch) |
Select |
Select.withFetch(Fetch fetch) |
Select |
Select.withFetch(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectDeParser.visit(Fetch fetch) |
void |
SelectDeParser.visit(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectValidator.validateFetch(Fetch fetch) |
void |
SelectValidator.validateFetch(Fetch fetch) |
Copyright © 2004–2023 JSQLParser. All rights reserved.