| 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 |
PlainSelect.getFetch() |
Fetch |
SetOperationList.getFetch() |
Fetch |
Fetch.withFetchJdbcParameter(JdbcParameter fetchJdbcParameter) |
Fetch |
Fetch.withFetchParam(String fetchParam) |
Fetch |
Fetch.withRowCount(long rowCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setFetch(Fetch fetch) |
void |
SetOperationList.setFetch(Fetch fetch) |
PlainSelect |
PlainSelect.withFetch(Fetch fetch) |
SetOperationList |
SetOperationList.withFetch(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectDeParser.deparseFetch(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectValidator.validateFetch(Fetch fetch) |
Copyright © 2004–2022 JSQLParser. All rights reserved.