| 程序包 | 说明 |
|---|---|
| db.sql.api.impl.cmd | |
| db.sql.api.impl.cmd.basic | |
| db.sql.api.impl.cmd.executor | |
| db.sql.api.impl.cmd.struct.insert | |
| db.sql.api.impl.cmd.struct.update |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,Table> |
CmdFactory.tableCache |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
CmdFactory.cacheTable(Class<?> entity,
int storey) |
Table |
CmdFactory.table(Class<?> entity,
int storey) |
Table |
CmdFactory.table(String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> TableField |
CmdFactory.field(Table table,
Getter<T> column) |
TableField |
CmdFactory.field(Table table,
String columnName,
boolean id) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Table.as(String alias) |
Table |
Table.forceIndex(String forceIndex) |
Table |
TableField.getTable() |
Table |
Table.setAlias(String alias) |
Table |
Table.setName(String name) |
Table |
Table.setPrefix(String prefix) |
| 构造器和说明 |
|---|
TableField(Table table,
String name) |
TableField(Table table,
String name,
boolean id) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
AbstractDelete.$(Class entityType) |
Table |
AbstractInsert.$(Class entityType) |
Table |
AbstractUpdate.$(Class entityType) |
Table |
AbstractQuery.$(Class entityType) |
Table |
AbstractDelete.$(Class entityType,
int storey) |
Table |
AbstractInsert.$(Class entityType,
int storey) |
Table |
AbstractUpdate.$(Class entityType,
int storey) |
Table |
AbstractQuery.$(Class entityType,
int storey) |
| 限定符和类型 | 方法和说明 |
|---|---|
InsertTable |
AbstractInsert.$insert(Table table) |
UpdateTable |
AbstractUpdate.$update(Table... tables) |
| 限定符和类型 | 方法和说明 |
|---|---|
SELF |
AbstractDelete.from(Class entity,
int storey,
Consumer<Table> consumer) |
SELF |
AbstractUpdate.from(Class entity,
int storey,
Consumer<Table> consumer) |
SELF |
AbstractQuery.from(Class entity,
int storey,
Consumer<Table> consumer) |
SELF |
AbstractInsert.insert(Class entity,
Consumer<Table> consumer) |
SELF |
AbstractUpdate.update(Class entity,
Consumer<Table> consumer) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Table |
InsertTable.table |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
InsertTable.getTable() |
| 构造器和说明 |
|---|
InsertTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table[] |
UpdateTable.getTables() |
| 构造器和说明 |
|---|
UpdateTable(Table[] tables) |
Copyright © 2025. All rights reserved.