Package | Description |
---|---|
org.tinygroup.tinysqldsl.base | |
org.tinygroup.tinysqldsl.extend | |
org.tinygroup.tinysqldsl.select |
Modifier and Type | Method and Description |
---|---|
void |
StatementSqlBuilder.deparseOffset(Offset offset) |
Modifier and Type | Method and Description |
---|---|
DerbySelect |
DerbySelect.offset(Offset offset) |
DerbyComplexSelect |
DerbyComplexSelect.offset(Offset offset) |
SqlServerComplexSelect |
SqlServerComplexSelect.offset(Offset offset) |
SqlServerSelect |
SqlServerSelect.offset(Offset offset) |
Modifier and Type | Method and Description |
---|---|
Offset |
PlainSelect.getOffset() |
Offset |
SetOperationList.getOffset() |
static Offset |
Offset.offsetRow(long offset) |
Offset |
Offset.offsetRows(long offset) |
Offset |
Offset.offsetRowsWithParam(long offset) |
Offset |
Offset.offsetRowWithParam(long offset) |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.setOffset(Offset offset) |
void |
SetOperationList.setOffset(Offset offset) |
Copyright © 2006–2018 TinyGroup. All rights reserved.