|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbKeyActionRule | |
---|---|
org.riverock.dbrevision.annotation.schema.db | |
org.riverock.dbrevision.db |
Uses of DbKeyActionRule in org.riverock.dbrevision.annotation.schema.db |
---|
Fields in org.riverock.dbrevision.annotation.schema.db declared as DbKeyActionRule | |
---|---|
protected DbKeyActionRule |
DbForeignKey.deferrability
|
protected DbKeyActionRule |
DbForeignKey.deleteRule
|
protected DbKeyActionRule |
DbForeignKey.updateRule
|
Methods in org.riverock.dbrevision.annotation.schema.db that return DbKeyActionRule | |
---|---|
DbKeyActionRule |
ObjectFactory.createDbKeyActionRule()
Create an instance of DbKeyActionRule |
DbKeyActionRule |
DbForeignKey.getDeferrability()
Gets the value of the deferrability property. |
DbKeyActionRule |
DbForeignKey.getDeleteRule()
Gets the value of the deleteRule property. |
DbKeyActionRule |
DbForeignKey.getUpdateRule()
Gets the value of the updateRule property. |
Methods in org.riverock.dbrevision.annotation.schema.db with parameters of type DbKeyActionRule | |
---|---|
void |
DbForeignKey.setDeferrability(DbKeyActionRule value)
Sets the value of the deferrability property. |
void |
DbForeignKey.setDeleteRule(DbKeyActionRule value)
Sets the value of the deleteRule property. |
void |
DbForeignKey.setUpdateRule(DbKeyActionRule value)
Sets the value of the updateRule property. |
Uses of DbKeyActionRule in org.riverock.dbrevision.db |
---|
Methods in org.riverock.dbrevision.db that return DbKeyActionRule | |
---|---|
static DbKeyActionRule |
DatabaseStructureManager.decodeDeferrabilityRule(ResultSet rs)
|
static DbKeyActionRule |
DatabaseStructureManager.decodeDeleteRule(ResultSet rs)
|
static DbKeyActionRule |
DatabaseStructureManager.decodeUpdateRule(ResultSet rs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |