| 程序包 | 说明 |
|---|---|
| com.fr.data.core.db.dialect | |
| com.fr.data.core.db.dialect.base.key.update.foreignkey | |
| com.fr.data.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Dialect.updateForeignKey(java.sql.Connection connection,
java.util.List<ForeignKey> foreignKeyList,
Table table,
boolean newTable)
更新外键的实现
|
void |
AbstractDialect.updateForeignKey(java.sql.Connection connection,
java.util.List<ForeignKey> foreignKeyList,
Table table,
boolean newTable) |
void |
DefaultDialect.updateForeignKey(java.sql.Connection connection,
java.util.List<ForeignKey> foreignKeyList,
Table table,
boolean newTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<ForeignKey> |
DialectUpdateForeignKeyParameter.getForeignKeyList() |
| 构造器和说明 |
|---|
DialectUpdateForeignKeyParameter(java.sql.Connection connection,
java.util.List<ForeignKey> foreignKeyList,
boolean newTable,
Table table) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.List<ForeignKey> |
ObjectMappingTable.foreignKeyList |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ObjectMappingTable.addForeignKey(ForeignKey key) |