|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbForeignKey | |
|---|---|
| org.riverock.dbrevision.annotation.schema.db | |
| org.riverock.dbrevision.db | |
| org.riverock.dbrevision.db.impl | |
| Uses of DbForeignKey in org.riverock.dbrevision.annotation.schema.db |
|---|
| Fields in org.riverock.dbrevision.annotation.schema.db with type parameters of type DbForeignKey | |
|---|---|
protected List<DbForeignKey> |
DbTable.foreignKeys
|
| Methods in org.riverock.dbrevision.annotation.schema.db that return DbForeignKey | |
|---|---|
DbForeignKey |
ObjectFactory.createDbForeignKey()
Create an instance of DbForeignKey |
| Methods in org.riverock.dbrevision.annotation.schema.db that return types with arguments of type DbForeignKey | |
|---|---|
List<DbForeignKey> |
DbTable.getForeignKeys()
Gets the value of the foreignKeys property. |
| Uses of DbForeignKey in org.riverock.dbrevision.db |
|---|
| Methods in org.riverock.dbrevision.db that return DbForeignKey | |
|---|---|
static DbForeignKey |
DatabaseStructureManager.cloneDescriptionFK(DbForeignKey srcFk)
|
| Methods in org.riverock.dbrevision.db that return types with arguments of type DbForeignKey | |
|---|---|
static List<DbForeignKey> |
DatabaseStructureManager.getForeignKeys(Database adapter,
String schemaName,
String tableName)
Return info about all PK for tables, which referenced from current table(tableName) |
| Methods in org.riverock.dbrevision.db with parameters of type DbForeignKey | |
|---|---|
static DbForeignKey |
DatabaseStructureManager.cloneDescriptionFK(DbForeignKey srcFk)
|
static void |
DatabaseStructureManager.createForeignKey(Database adapter,
DbForeignKey fk)
create foreign key |
abstract void |
Database.dropConstraint(DbForeignKey impPk)
|
| Uses of DbForeignKey in org.riverock.dbrevision.db.impl |
|---|
| Methods in org.riverock.dbrevision.db.impl with parameters of type DbForeignKey | |
|---|---|
void |
SqlServerDatabase.dropConstraint(DbForeignKey impPk)
|
void |
PostgreeSqlDatabase.dropConstraint(DbForeignKey impPk)
|
void |
OracleDatabase.dropConstraint(DbForeignKey impPk)
|
void |
MySqlDatabase.dropConstraint(DbForeignKey impPk)
|
void |
MaxDBDatabase.dropConstraint(DbForeignKey impPk)
|
void |
InterbaseDatabase.dropConstraint(DbForeignKey impPk)
|
void |
HyperSonicDatabase.dropConstraint(DbForeignKey impPk)
|
void |
DB2Database.dropConstraint(DbForeignKey impPk)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||