|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbORAColumn | |
---|---|
org.modelsphere.sms.or.oracle.db |
Uses of DbORAColumn in org.modelsphere.sms.or.oracle.db |
---|
Methods in org.modelsphere.sms.or.oracle.db that return DbORAColumn | |
---|---|
DbORAColumn |
DbORANestedTableStorage.getNestedItem()
Gets the nested item object associated to a DbORANestedTableStorage's instance. |
Methods in org.modelsphere.sms.or.oracle.db with parameters of type DbORAColumn | |
---|---|
void |
DbORAIndex.addToPartitionKeyColumns(DbORAColumn value)
Adds an element to the list of partition key columns associated to a DbORAIndex's instance. |
void |
DbORAIndex.addToSubpartitionKeyColumns(DbORAColumn value)
Adds an element to the list of subpartition key columns associated to a DbORAIndex's instance. |
void |
DbORAIndex.removeFromPartitionKeyColumns(DbORAColumn value)
Removes an element from the list of partition key columns associated to a DbORAIndex's instance. |
void |
DbORAIndex.removeFromSubpartitionKeyColumns(DbORAColumn value)
Removes an element from the list of subpartition key columns associated to a DbORAIndex's instance. |
void |
DbORANestedTableStorage.setNestedItem(DbORAColumn value)
Sets the nested item object associated to a DbORANestedTableStorage's instance. |
void |
DbORAIndex.setPartitionKeyColumns(DbORAColumn value,
int op)
Adds an element to or removes an element from the list of partition key columns associated to a DbORAIndex's instance. |
void |
DbORAIndex.setSubpartitionKeyColumns(DbORAColumn value,
int op)
Adds an element to or removes an element from the list of subpartition key columns associated to a DbORAIndex's instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |