| Package | Description |
|---|---|
| org.tinygroup.tinysqldsl.base | |
| org.tinygroup.tinysqldsl.extend | |
| org.tinygroup.tinysqldsl.select |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementSqlBuilder.deparseFetch(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
DerbySelect |
DerbySelect.fetch(Fetch fetch) |
DerbyComplexSelect |
DerbyComplexSelect.fetch(Fetch fetch) |
SqlServerComplexSelect |
SqlServerComplexSelect.fetch(Fetch fetch) |
SqlServerSelect |
SqlServerSelect.fetch(Fetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
static Fetch |
Fetch.fetchWithFirstRow(long rowCount) |
static Fetch |
Fetch.fetchWithFirstRowParam(long rowCount) |
static Fetch |
Fetch.fetchWithFirstRows(long rowCount) |
static Fetch |
Fetch.fetchWithFirstRowsParam(long rowCount) |
static Fetch |
Fetch.fetchWithNextRow(long rowCount) |
static Fetch |
Fetch.fetchWithNextRowParam(long rowCount) |
static Fetch |
Fetch.fetchWithNextRows(long rowCount) |
static Fetch |
Fetch.fetchWithNextRowsParam(long rowCount) |
Fetch |
PlainSelect.getFetch() |
Fetch |
SetOperationList.getFetch() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setFetch(Fetch fetch) |
void |
SetOperationList.setFetch(Fetch fetch) |
Copyright © 2006–2018 TinyGroup. All rights reserved.