| Package | Description |
|---|---|
| org.plasma.provisioning.rdb.oracle.g11.sys | |
| org.plasma.provisioning.rdb.oracle.g11.sys.impl |
| Modifier and Type | Method and Description |
|---|---|
TableComment |
Table.createTableComment()
Creates and returns a new instance of Type
TableComment automatically establishing a containment relationship through the object's reference property, tableComment. |
TableComment[] |
Table.getTableComment()
Returns an array of TableComment set for the object's multi-valued property tableComment.
|
TableComment |
Table.getTableComment(int idx)
Returns the TableComment set for the object's multi-valued property tableComment based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addTableComment(TableComment value)
Adds the given value of Type TableComment for the object's multi-valued property tableComment.
|
void |
Table.removeTableComment(TableComment value)
Removes the given value of Type TableComment for the object's multi-valued property tableComment.
|
void |
Table.setTableComment(TableComment[] value)
Sets the given array of Type TableComment for the object's multi-valued property tableComment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableCommentImpl
A comment on a table
|
| Modifier and Type | Method and Description |
|---|---|
TableComment |
TableImpl.createTableComment()
Creates and returns a new instance of Type
TableComment automatically establishing a containment relationship through the object's reference property, tableComment. |
TableComment[] |
TableImpl.getTableComment() |
TableComment |
TableImpl.getTableComment(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.addTableComment(TableComment value) |
void |
TableImpl.removeTableComment(TableComment value) |
void |
TableImpl.setTableComment(TableComment[] value) |
Copyright © 2017. All rights reserved.