Modifier and Type | Method and Description |
---|---|
static Delete |
Delete.delete(Table table) |
static Insert |
Insert.insertInto(Table table) |
static Select |
Select.selectFrom(Table... tables) |
static Update |
Update.update(Table table) |
Modifier and Type | Method and Description |
---|---|
<T extends Table> |
Table.as(String aliasName) |
<T extends Table> |
Table.as(String aliasName,
boolean withAs) |
Modifier and Type | Method and Description |
---|---|
Table |
InsertContext.getTable() |
Table |
Column.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
InsertContext.setTable(Table table) |
void |
Column.setTable(Table table) |
Constructor and Description |
---|
Column(Table table,
String columnName) |
Column(Table table,
String columnName,
String alias) |
Modifier and Type | Method and Description |
---|---|
Table |
DeleteBody.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteBody.setTable(Table name) |
Modifier and Type | Method and Description |
---|---|
InformixSelect |
InformixSelect.into(Table... tables) |
DB2Select |
DB2Select.into(Table... tables) |
OracleSelect |
OracleSelect.into(Table... tables) |
DerbySelect |
DerbySelect.into(Table... tables) |
SqlServerSelect |
SqlServerSelect.into(Table... tables) |
static MysqlSelect |
MysqlSelect.selectFrom(Table... tables) |
static InformixSelect |
InformixSelect.selectFrom(Table... tables) |
static DB2Select |
DB2Select.selectFrom(Table... tables) |
static OracleSelect |
OracleSelect.selectFrom(Table... tables) |
static DerbySelect |
DerbySelect.selectFrom(Table... tables) |
static H2Select |
H2Select.selectFrom(Table... tables) |
static SqlServerSelect |
SqlServerSelect.selectFrom(Table... tables) |
Modifier and Type | Method and Description |
---|---|
Table |
InsertBody.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
InsertBody.setTable(Table name) |
Modifier and Type | Method and Description |
---|---|
List<Table> |
PlainSelect.getIntoTables() |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.addIntoTables(Table... tables) |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.setIntoTables(List<Table> intoTables) |
Modifier and Type | Method and Description |
---|---|
Table |
AllTableColumns.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
AllTableColumns.setTable(Table table) |
Constructor and Description |
---|
AllTableColumns(Table tableName) |
Modifier and Type | Method and Description |
---|---|
List<Table> |
UpdateBody.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateBody.setTables(List<Table> list) |
Copyright © 2006–2018 TinyGroup. All rights reserved.