|
||||||||||
| 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/mysql/5_5 defined within the Configuration. Data Store Mapping: Corresponds to the physical data store entity COLUMNS.
Table| Nested Class Summary | |
|---|---|
static class |
TableColumn.PROPERTY
The declared logical property names for this Type. |
| Field Summary | |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the Type for this class. |
static 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. |
String |
getCharacterSetName()
Returns the value of the characterSetName property. |
int |
getCharMaxLength()
Returns the value of the charMaxLength property. |
String |
getColumnComment()
Returns the value of the columnComment property. |
String |
getColumnKey()
Returns the value of the columnKey property. |
String |
getColumnName()
Returns the value of the columnName property. |
String |
getColumnType()
Returns the value of the columnType property. |
int |
getDataPrecision()
Returns the value of the dataPrecision property. |
int |
getDataScale()
Returns the value of the dataScale property. |
String |
getDataType()
Returns the value of the dataType property. |
String |
getNullable()
Returns the value of the nullable property. |
int |
getOctetMaxLength()
Returns the value of the octetMaxLength property. |
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 |
isSetCharMaxLength()
Returns true if the charMaxLength property is set. |
boolean |
isSetColumnComment()
Returns true if the columnComment property is set. |
boolean |
isSetColumnKey()
Returns true if the columnKey property is set. |
boolean |
isSetColumnName()
Returns true if the columnName property is set. |
boolean |
isSetColumnType()
Returns true if the columnType 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 |
isSetOctetMaxLength()
Returns true if the octetMaxLength 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(String value)
Sets the value of the characterSetName property to the given value. |
void |
setCharMaxLength(int value)
Sets the value of the charMaxLength property to the given value. |
void |
setColumnComment(String value)
Sets the value of the columnComment property to the given value. |
void |
setColumnKey(String value)
Sets the value of the columnKey property to the given value. |
void |
setColumnName(String value)
Sets the value of the columnName property to the given value. |
void |
setColumnType(String value)
Sets the value of the columnType 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(String value)
Sets the value of the dataType property to the given value. |
void |
setNullable(String value)
Sets the value of the nullable property to the given value. |
void |
setOctetMaxLength(int value)
Sets the value of the octetMaxLength property to the given value. |
void |
setOwner(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 |
unsetCharMaxLength()
Unsets the charMaxLength property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnComment()
Unsets the columnComment property, the value of the property of the object being set to the property's default value. |
void |
unsetColumnKey()
Unsets the columnKey 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 |
unsetColumnType()
Unsets the columnType 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 |
unsetOctetMaxLength()
Unsets the octetMaxLength 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 String NAMESPACE_URI
static final 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
String getColumnName()
void setColumnName(String value)
boolean isSetDataType()
getDataType or setDataType(...) for a definition of property dataType
void unsetDataType()
getDataType or setDataType(...) for a definition of property dataType
String getDataType()
void setDataType(String value)
name: SysDataType
URI:http://org.plasma/sdo/mysql/5_5
boolean isSetNullable()
getNullable or setNullable(...) for a definition of property nullable
void unsetNullable()
getNullable or setNullable(...) for a definition of property nullable
String getNullable()
void setNullable(String value)
boolean isSetCharMaxLength()
getCharMaxLength or setCharMaxLength(...) for a definition of property charMaxLength
void unsetCharMaxLength()
getCharMaxLength or setCharMaxLength(...) for a definition of property charMaxLength
int getCharMaxLength()
void setCharMaxLength(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 isSetColumnKey()
getColumnKey or setColumnKey(...) for a definition of property columnKey
void unsetColumnKey()
getColumnKey or setColumnKey(...) for a definition of property columnKey
String getColumnKey()
void setColumnKey(String value)
name: ColumnKeyType
URI:http://org.plasma/sdo/mysql/5_5
boolean isSetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
void unsetCharacterSetName()
getCharacterSetName or setCharacterSetName(...) for a definition of property characterSetName
String getCharacterSetName()
void setCharacterSetName(String value)
boolean isSetOwner()
getOwner or setOwner(...) for a definition of property owner
void unsetOwner()
getOwner or setOwner(...) for a definition of property owner
String getOwner()
void setOwner(String value)
boolean isSetColumnComment()
void unsetColumnComment()
String getColumnComment()
void setColumnComment(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)
boolean isSetColumnType()
void unsetColumnType()
String getColumnType()
void setColumnType(String value)
boolean isSetOctetMaxLength()
getOctetMaxLength or setOctetMaxLength(...) for a definition of property octetMaxLength
void unsetOctetMaxLength()
getOctetMaxLength or setOctetMaxLength(...) for a definition of property octetMaxLength
int getOctetMaxLength()
void setOctetMaxLength(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||