|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbORATable | |
---|---|
org.modelsphere.sms.or.oracle.db |
Uses of DbORATable in org.modelsphere.sms.or.oracle.db |
---|
Methods in org.modelsphere.sms.or.oracle.db that return DbORATable | |
---|---|
DbORATable |
DbORACheck.getExceptionTable()
Gets the exception table object associated to a DbORACheck's instance. |
DbORATable |
DbORAForeign.getExceptionTable()
Gets the exception table object associated to a DbORAForeign's instance. |
DbORATable |
DbORAPrimaryUnique.getExceptionTable()
Gets the exception table object associated to a DbORAPrimaryUnique's instance. |
DbORATable |
DbORAColumn.getPartitionKeyTable()
Gets the partition key table object associated to a DbORAColumn's instance. |
DbORATable |
DbORAColumn.getSubpartitionKeyTable()
Gets the subpartition key table object associated to a DbORAColumn's instance. |
Methods in org.modelsphere.sms.or.oracle.db with parameters of type DbORATable | |
---|---|
void |
DbORATablespace.addToTables(DbORATable value)
Adds an element to the list of tables associated to a DbORATablespace's instance. |
void |
DbORATablespace.removeFromTables(DbORATable value)
Removes an element from the list of tables associated to a DbORATablespace's instance. |
void |
DbORACheck.setExceptionTable(DbORATable value)
Sets the exception table object associated to a DbORACheck's instance. |
void |
DbORAForeign.setExceptionTable(DbORATable value)
Sets the exception table object associated to a DbORAForeign's instance. |
void |
DbORAPrimaryUnique.setExceptionTable(DbORATable value)
Sets the exception table object associated to a DbORAPrimaryUnique's instance. |
void |
DbORAColumn.setPartitionKeyTable(DbORATable value)
Sets the partition key table object associated to a DbORAColumn's instance. |
void |
DbORAColumn.setSubpartitionKeyTable(DbORATable value)
Sets the subpartition key table object associated to a DbORAColumn's instance. |
void |
DbORATablespace.setTables(DbORATable value,
int op)
Adds an element to or removes an element from the list of tables associated to a DbORATablespace's instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |