|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableColumn
Represents a system column definition which is linked to its system Table definition by association.
Generated interface representing the domain model entity TableColumn. 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/oracle/11g/sys defined within the Configuration. Data Store Mapping: Corresponds to the physical data store entity ALL_TAB_COLUMNS.
Table| Nested Class Summary | |
|---|---|
static class |
TableColumn.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_TABLE_COLUMN
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 |
getCharacterSetName()
Returns the value of the characterSetName property. |
int |
getColumn_id()
Returns the value of the column_id property. |
java.lang.String |
getColumnName()
Returns the value of the columnName property. |
java.lang.String |
getDataDefault()
Returns the value of the dataDefault property. |
int |
getDataLength()
Returns the value of the dataLength property. |
int |
getDataPrecision()
Returns the value of the dataPrecision property. |
int |
getDataScale()
Returns the value of the dataScale property. |
java.lang.String |
getDataType()
Returns the value of the dataType property. |
java.lang.String |
getNullable()
Returns the value of the nullable property. |
java.lang.String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetCharacterSetName()
Returns true if the characterSetName property is set. |
boolean |
isSetColumn_id()
Returns true if the column_id property is set. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetDataDefault()
Returns true if the dataDefault property is set. |
boolean |
isSetDataLength()
Returns true if the dataLength property is set. |
boolean |
isSetDataPrecision()
Returns true if the dataPrecision property is set. |
boolean |
isSetDataScale()
Returns true if the dataScale property is set. |
boolean |
isSetDataType()
Returns true if the dataType property is set. |
boolean |
isSetNullable()
Returns true if the nullable property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
void |
setCharacterSetName(java.lang.String value)
Sets the value of the characterSetName property to the given value. |
void |
setColumn_id(int value)
Sets the value of the column_id property to the given value. |
void |
setColumnName(java.lang.String value)
Sets the value of the columnName property to the given value. |
void |
setDataDefault(java.lang.String value)
Sets the value of the dataDefault property to the given value. |
void |
setDataLength(int value)
Sets the value of the dataLength property to the given value. |
void |
setDataPrecision(int value)
Sets the value of the dataPrecision property to the given value. |
void |
setDataScale(int value)
Sets the value of the dataScale property to the given value. |
void |
setDataType(java.lang.String value)
Sets the value of the dataType property to the given value. |
void |
setNullable(java.lang.String value)
Sets the value of the nullable 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 |
unsetCharacterSetName()
Unsets the characterSetName property, the value of the property of the object being set to the property's default value. |
void |
unsetColumn_id()
Unsets the column_id property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnName()
Unsets the columnName property, the value of the property of the object being set to the property's default value. |
void |
unsetDataDefault()
Unsets the dataDefault property, the value of the property of the object being set to the property's default value. |
void |
unsetDataLength()
Unsets the dataLength property, the value of the property of the object being set to the property's default value. |
void |
unsetDataPrecision()
Unsets the dataPrecision property, the value of the property of the object being set to the property's default value. |
void |
unsetDataScale()
Unsets the dataScale property, the value of the property of the object being set to the property's default value. |
void |
unsetDataType()
Unsets the dataType property, the value of the property of the object being set to the property's default value. |
void |
unsetNullable()
Unsets the nullable 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. |
| 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_TABLE_COLUMN
| Method Detail |
|---|
boolean isSetColumnName()
getColumnName or setColumnName(...) for a definition of property columnName
void unsetColumnName()
getColumnName or setColumnName(...) for a definition of property columnName
java.lang.String getColumnName()
void setColumnName(java.lang.String value)
boolean isSetDataType()
getDataType or setDataType(...) for a definition of property dataType
void unsetDataType()
getDataType or setDataType(...) for a definition of property dataType
java.lang.String getDataType()
void setDataType(java.lang.String value)
name: SysDataType
URI:http://org.plasma/sdo/oracle/11g/sys
boolean isSetNullable()
getNullable or setNullable(...) for a definition of property nullable
void unsetNullable()
getNullable or setNullable(...) for a definition of property nullable
java.lang.String getNullable()
void setNullable(java.lang.String value)
boolean isSetColumn_id()
getColumn_id or setColumn_id(...) for a definition of property column_id
void unsetColumn_id()
getColumn_id or setColumn_id(...) for a definition of property column_id
int getColumn_id()
void setColumn_id(int value)
boolean isSetDataLength()
getDataLength or setDataLength(...) for a definition of property dataLength
void unsetDataLength()
getDataLength or setDataLength(...) for a definition of property dataLength
int getDataLength()
void setDataLength(int value)
boolean isSetDataPrecision()
getDataPrecision or setDataPrecision(...) for a definition of property dataPrecision
void unsetDataPrecision()
getDataPrecision or setDataPrecision(...) for a definition of property dataPrecision
int getDataPrecision()
void setDataPrecision(int value)
boolean isSetDataScale()
getDataScale or setDataScale(...) for a definition of property dataScale
void unsetDataScale()
getDataScale or setDataScale(...) for a definition of property dataScale
int getDataScale()
void setDataScale(int value)
boolean isSetDataDefault()
getDataDefault or setDataDefault(...) for a definition of property dataDefault
void unsetDataDefault()
getDataDefault or setDataDefault(...) for a definition of property dataDefault
java.lang.String getDataDefault()
void setDataDefault(java.lang.String value)
boolean isSetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
void unsetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
java.lang.String getCharacterSetName()
void setCharacterSetName(java.lang.String value)
boolean isSetOwner()
getOwner or setOwner(...) for a definition of property owner
void unsetOwner()
getOwner or setOwner(...) for a definition of property owner
java.lang.String getOwner()
void setOwner(java.lang.String value)
boolean isSetTable()
getTable or setTable(...) for a definition of property table
void unsetTable()
getTable or setTable(...) for a definition of property table
Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
Property Definition:
See getTable or setTable(...) for a definition of 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 | |||||||||