Package | Description |
---|---|
org.tinygroup.tinysqldsl.base | |
org.tinygroup.tinysqldsl.formitem | |
org.tinygroup.tinysqldsl.insert | |
org.tinygroup.tinysqldsl.select | |
org.tinygroup.tinysqldsl.update |
Modifier and Type | Method and Description |
---|---|
void |
InsertContext.setSelectBody(SelectBody selectBody) |
Modifier and Type | Method and Description |
---|---|
SelectBody |
SubSelect.getSelectBody() |
Modifier and Type | Method and Description |
---|---|
void |
SubSelect.setSelectBody(SelectBody body) |
static SubSelect |
SubSelect.subSelect(SelectBody selectBody) |
static SubSelect |
SubSelect.subSelect(SelectBody selectBody,
Alias alias,
boolean useBrackets) |
static SubSelect |
SubSelect.subSelect(SelectBody selectBody,
String aliasName,
boolean useBrackets) |
Constructor and Description |
---|
SubSelect(SelectBody selectBody,
Alias alias,
boolean useBrackets) |
Modifier and Type | Method and Description |
---|---|
SelectBody |
InsertBody.getSelectBody() |
Modifier and Type | Method and Description |
---|---|
void |
InsertBody.setSelectBody(SelectBody selectBody) |
Modifier and Type | Class and Description |
---|---|
class |
PlainSelect
普通的select对象
|
class |
SetOperationList
A database set operation.
|
Modifier and Type | Method and Description |
---|---|
SelectBody |
UpdateBody.getSelectBody() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateBody.setSelectBody(SelectBody selectBody) |
Copyright © 2006–2018 TinyGroup. All rights reserved.