|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface View
Generated interface representing the domain model entity View. This SDO interface directly reflects the class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://org.plasma/sdo/mysql/5_5 defined within the Configuration.
Data Store Mapping: Corresponds to the physical data store entity VIEWS.
Table| Nested Class Summary | |
|---|---|
static class |
View.PROPERTY
The declared logical property names for this Type. |
| Field Summary | |
|---|---|
static java.lang.String |
NAMESPACE_URI
The SDO namespace URI associated with the Type for this class. |
static java.lang.String |
TYPE_NAME_VIEW
The entity or Type logical name associated with this class. |
| Method Summary | |
|---|---|
Table |
createTable()
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table. |
java.lang.String |
getIsUpdatable()
Returns the value of the isUpdatable property. |
java.lang.String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
java.lang.String |
getTableComment()
Returns the value of the tableComment property. |
java.lang.String |
getViewDefinition()
Returns the value of the viewDefinition property. |
boolean |
isSetIsUpdatable()
Returns true if the isUpdatable property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
boolean |
isSetTableComment()
Returns true if the tableComment property is set. |
boolean |
isSetViewDefinition()
Returns true if the viewDefinition property is set. |
void |
setIsUpdatable(java.lang.String value)
Sets the value of the isUpdatable property to the given value. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property to the given value. |
void |
setTable(Table value)
Sets the value of the table property to the given value. |
void |
setTableComment(java.lang.String value)
Sets the value of the tableComment property to the given value. |
void |
setViewDefinition(java.lang.String value)
Sets the value of the viewDefinition property to the given value. |
void |
unsetIsUpdatable()
Unsets the isUpdatable property, the value of the property of the object being set to the property's default value. |
void |
unsetOwner()
Unsets the owner property, the value of the property of the object being set to the property's default value. |
void |
unsetTable()
Unsets the table property, the value of the property of the object being set to the property's default value. |
void |
unsetTableComment()
Unsets the tableComment property, the value of the property of the object being set to the property's default value. |
void |
unsetViewDefinition()
Unsets the viewDefinition property, the value of the property of the object being set to the property's default value. |
| Methods inherited from interface org.plasma.sdo.PlasmaDataObject |
|---|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph |
| Field Detail |
|---|
static final java.lang.String NAMESPACE_URI
static final java.lang.String TYPE_NAME_VIEW
| Method Detail |
|---|
boolean isSetOwner()
void unsetOwner()
java.lang.String getOwner()
void setOwner(java.lang.String value)
boolean isSetTableComment()
void unsetTableComment()
java.lang.String getTableComment()
void setTableComment(java.lang.String value)
boolean isSetIsUpdatable()
void unsetIsUpdatable()
java.lang.String getIsUpdatable()
void setIsUpdatable(java.lang.String value)
boolean isSetViewDefinition()
void unsetViewDefinition()
java.lang.String getViewDefinition()
void setViewDefinition(java.lang.String value)
boolean isSetTable()
void unsetTable()
Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
Table automatically establishing a containment relationship through the object's reference property table.Table getTable()
void setTable(Table value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||