Package | Description |
---|---|
org.tinygroup.tinysqldsl.base | |
org.tinygroup.tinysqldsl.delete | |
org.tinygroup.tinysqldsl.insert | |
org.tinygroup.tinysqldsl.select | |
org.tinygroup.tinysqldsl.update |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectBody
select对象的标识接口
|
Modifier and Type | Method and Description |
---|---|
void |
StatementSqlBuilder.build(StatementBody statementBody) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteBody
delete语句的对象结构
|
Modifier and Type | Class and Description |
---|---|
class |
InsertBody
Insert语句
|
Modifier and Type | Class and Description |
---|---|
class |
PlainSelect
普通的select对象
|
class |
SetOperationList
A database set operation.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateBody
The update statement.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.