| Package | Description |
|---|---|
| org.plasma.provisioning.rdb | |
| org.plasma.provisioning.rdb.oracle.g11.sys | |
| org.plasma.provisioning.rdb.oracle.g11.sys.impl |
| Modifier and Type | Method and Description |
|---|---|
Property |
Oracle11GConverter.buildProperty(Package pkg,
Class clss,
ViewColumn column,
ViewColumnComment[] comments) |
| Modifier and Type | Method and Description |
|---|---|
ViewColumn |
View.createViewColumn()
Creates and returns a new instance of Type
ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn. |
ViewColumn[] |
View.getViewColumn()
Returns an array of ViewColumn set for the object's multi-valued property viewColumn.
|
ViewColumn |
View.getViewColumn(int idx)
Returns the ViewColumn set for the object's multi-valued property viewColumn based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.addViewColumn(ViewColumn value)
Adds the given value of Type ViewColumn for the object's multi-valued property viewColumn.
|
void |
View.removeViewColumn(ViewColumn value)
Removes the given value of Type ViewColumn for the object's multi-valued property viewColumn.
|
void |
View.setViewColumn(ViewColumn[] value)
Sets the given array of Type ViewColumn for the object's multi-valued property viewColumn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewColumnImpl
Represents a system column definition which is linked to its
system Table definition by association.
|
| Modifier and Type | Method and Description |
|---|---|
ViewColumn |
ViewImpl.createViewColumn()
Creates and returns a new instance of Type
ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn. |
ViewColumn[] |
ViewImpl.getViewColumn() |
ViewColumn |
ViewImpl.getViewColumn(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewImpl.addViewColumn(ViewColumn value) |
void |
ViewImpl.removeViewColumn(ViewColumn value) |
void |
ViewImpl.setViewColumn(ViewColumn[] value) |
Copyright © 2017. All rights reserved.