public class TableImpl extends CoreDataObject implements Serializable, Table
Table.PROPERTY| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class
|
EMPTY_EDGE_LIST, valueObjectTYPE_NAME_TABLE| Constructor and Description |
|---|
TableImpl()
Default No-arg constructor required for serialization operations.
|
TableImpl(Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableColumn(TableColumn value)
Adds the given value of Type TableColumn for the object's multi-valued property tableColumn.
|
void |
addTableColumnConstraint(TableColumnConstraint value)
Adds the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
void |
addTableColumnKeyUsage(TableColumnKeyUsage value)
Adds the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
|
void |
addTableConstraint(TableConstraint value)
Adds the given value of Type TableConstraint for the object's multi-valued property tableConstraint.
|
void |
addView(View value)
Adds the given value of Type View for the object's multi-valued property view.
|
TableColumn |
createTableColumn()
Creates and returns a new instance of Type
TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn. |
TableColumnConstraint |
createTableColumnConstraint()
Creates and returns a new instance of Type
TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint. |
TableColumnKeyUsage |
createTableColumnKeyUsage()
Creates and returns a new instance of Type
TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage. |
TableConstraint |
createTableConstraint()
Creates and returns a new instance of Type
TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint. |
View |
createView()
Creates and returns a new instance of Type
View automatically establishing a containment relationship through the object's reference property, view. |
boolean |
getAutoIncrement()
Returns the value of the autoIncrement property.
|
String |
getOwner()
Returns the value of the owner property.
|
TableColumn[] |
getTableColumn()
Returns an array of TableColumn set for the object's multi-valued property tableColumn.
|
TableColumn |
getTableColumn(int idx)
Returns the TableColumn set for the object's multi-valued property tableColumn based on the given index.
|
TableColumnConstraint[] |
getTableColumnConstraint()
Returns an array of TableColumnConstraint set for the object's multi-valued property tableColumnConstraint.
|
TableColumnConstraint |
getTableColumnConstraint(int idx)
Returns the TableColumnConstraint set for the object's multi-valued property tableColumnConstraint based on the given index.
|
int |
getTableColumnConstraintCount()
Returns a count for multi-valued property tableColumnConstraint.
|
int |
getTableColumnCount()
Returns a count for multi-valued property tableColumn.
|
TableColumnKeyUsage[] |
getTableColumnKeyUsage()
Returns an array of TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage.
|
TableColumnKeyUsage |
getTableColumnKeyUsage(int idx)
Returns the TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage based on the given index.
|
int |
getTableColumnKeyUsageCount()
Returns a count for multi-valued property tableColumnKeyUsage.
|
String |
getTableComment()
Returns the value of the tableComment property.
|
TableConstraint[] |
getTableConstraint()
Returns an array of TableConstraint set for the object's multi-valued property tableConstraint.
|
TableConstraint |
getTableConstraint(int idx)
Returns the TableConstraint set for the object's multi-valued property tableConstraint based on the given index.
|
int |
getTableConstraintCount()
Returns a count for multi-valued property tableConstraint.
|
String |
getTableName()
Returns the value of the tableName property.
|
String |
getTableType()
Returns the value of the tableType property.
|
View[] |
getView()
Returns an array of View set for the object's multi-valued property view.
|
View |
getView(int idx)
Returns the View set for the object's multi-valued property view based on the given index.
|
int |
getViewCount()
Returns a count for multi-valued property view.
|
boolean |
isSetAutoIncrement()
Returns true if the autoIncrement property is set.
|
boolean |
isSetOwner()
Returns true if the owner property is set.
|
boolean |
isSetTableColumn()
Returns true if the tableColumn property is set.
|
boolean |
isSetTableColumnConstraint()
Returns true if the tableColumnConstraint property is set.
|
boolean |
isSetTableColumnKeyUsage()
Returns true if the tableColumnKeyUsage property is set.
|
boolean |
isSetTableComment()
Returns true if the tableComment property is set.
|
boolean |
isSetTableConstraint()
Returns true if the tableConstraint property is set.
|
boolean |
isSetTableName()
Returns true if the tableName property is set.
|
boolean |
isSetTableType()
Returns true if the tableType property is set.
|
boolean |
isSetView()
Returns true if the view property is set.
|
void |
removeTableColumn(TableColumn value)
Removes the given value of Type TableColumn for the object's multi-valued property tableColumn.
|
void |
removeTableColumnConstraint(TableColumnConstraint value)
Removes the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
void |
removeTableColumnKeyUsage(TableColumnKeyUsage value)
Removes the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
|
void |
removeTableConstraint(TableConstraint value)
Removes the given value of Type TableConstraint for the object's multi-valued property tableConstraint.
|
void |
removeView(View value)
Removes the given value of Type View for the object's multi-valued property view.
|
void |
setAutoIncrement(boolean value)
Sets the value of the autoIncrement property to the given value.
|
void |
setOwner(String value)
Sets the value of the owner property to the given value.
|
void |
setTableColumn(TableColumn[] value)
Sets the given array of Type TableColumn for the object's multi-valued property tableColumn.
|
void |
setTableColumnConstraint(TableColumnConstraint[] value)
Sets the given array of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
void |
setTableColumnKeyUsage(TableColumnKeyUsage[] value)
Sets the given array of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage.
|
void |
setTableComment(String value)
Sets the value of the tableComment property to the given value.
|
void |
setTableConstraint(TableConstraint[] value)
Sets the given array of Type TableConstraint for the object's multi-valued property tableConstraint.
|
void |
setTableName(String value)
Sets the value of the tableName property to the given value.
|
void |
setTableType(String value)
Sets the value of the tableType property to the given value.
|
void |
setView(View[] value)
Sets the given array of Type View for the object's multi-valued property view.
|
void |
unsetAutoIncrement()
Unsets the autoIncrement 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 |
unsetTableColumn()
Unsets the tableColumn property, clearing the underlying collection.
|
void |
unsetTableColumnConstraint()
Unsets the tableColumnConstraint property, clearing the underlying collection.
|
void |
unsetTableColumnKeyUsage()
Unsets the tableColumnKeyUsage property, clearing the underlying collection.
|
void |
unsetTableComment()
Unsets the tableComment property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTableConstraint()
Unsets the tableConstraint property, clearing the underlying collection.
|
void |
unsetTableName()
Unsets the tableName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTableType()
Unsets the tableType property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetView()
Unsets the view property, clearing the underlying collection.
|
accept, accept, accept, acceptDepthFirst, add, contains, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, dump, dumpDepthFirst, equals, find, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, getUUID, getUUIDAsString, hashCode, isSet, isSet, isSet, remove, remove, reparent, reset, resetUUID, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setContainer, setContainmentProperty, setDataGraph, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, toString, unset, unset, unset, uuidFromBase64, uuidToBase64getEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, setContainer, setContainmentProperty, setDataGraphcreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetpublic static final String NAMESPACE_URI
public TableImpl()
public TableImpl(Type type)
public boolean isSetAutoIncrement()
isSetAutoIncrement in interface Tablepublic void unsetAutoIncrement()
unsetAutoIncrement in interface Tablepublic boolean getAutoIncrement()
getAutoIncrement in interface Tablepublic void setAutoIncrement(boolean value)
setAutoIncrement in interface Tablepublic boolean isSetOwner()
isSetOwner in interface Tablepublic void unsetOwner()
unsetOwner in interface Tablepublic String getOwner()
public void setOwner(String value)
public boolean isSetTableColumn()
isSetTableColumn in interface Tablepublic void unsetTableColumn()
unsetTableColumn in interface Tablepublic TableColumn createTableColumn()
TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.createTableColumn in interface TableTableColumn automatically establishing a containment relationship through the object's reference property tableColumn.public TableColumn[] getTableColumn()
TablegetTableColumn in interface Tablepublic TableColumn getTableColumn(int idx)
TablegetTableColumn in interface Tableidx - the indexpublic int getTableColumnCount()
TablegetTableColumnCount in interface Tablepublic void setTableColumn(TableColumn[] value)
TablesetTableColumn in interface Tablevalue - the array valuepublic void addTableColumn(TableColumn value)
TableaddTableColumn in interface Tablevalue - the value to addpublic void removeTableColumn(TableColumn value)
TableremoveTableColumn in interface Tablevalue - the value to removepublic boolean isSetTableColumnConstraint()
isSetTableColumnConstraint in interface Tablepublic void unsetTableColumnConstraint()
unsetTableColumnConstraint in interface Tablepublic TableColumnConstraint createTableColumnConstraint()
TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.createTableColumnConstraint in interface TableTableColumnConstraint automatically establishing a containment relationship through the object's reference property tableColumnConstraint.public TableColumnConstraint[] getTableColumnConstraint()
TablegetTableColumnConstraint in interface Tablepublic TableColumnConstraint getTableColumnConstraint(int idx)
TablegetTableColumnConstraint in interface Tableidx - the indexpublic int getTableColumnConstraintCount()
TablegetTableColumnConstraintCount in interface Tablepublic void setTableColumnConstraint(TableColumnConstraint[] value)
TablesetTableColumnConstraint in interface Tablevalue - the array valuepublic void addTableColumnConstraint(TableColumnConstraint value)
TableaddTableColumnConstraint in interface Tablevalue - the value to addpublic void removeTableColumnConstraint(TableColumnConstraint value)
TableremoveTableColumnConstraint in interface Tablevalue - the value to removepublic boolean isSetTableColumnKeyUsage()
isSetTableColumnKeyUsage in interface Tablepublic void unsetTableColumnKeyUsage()
unsetTableColumnKeyUsage in interface Tablepublic TableColumnKeyUsage createTableColumnKeyUsage()
TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage.createTableColumnKeyUsage in interface TableTableColumnKeyUsage automatically establishing a containment relationship through the object's reference property tableColumnKeyUsage.public TableColumnKeyUsage[] getTableColumnKeyUsage()
TablegetTableColumnKeyUsage in interface Tablepublic TableColumnKeyUsage getTableColumnKeyUsage(int idx)
TablegetTableColumnKeyUsage in interface Tableidx - the indexpublic int getTableColumnKeyUsageCount()
TablegetTableColumnKeyUsageCount in interface Tablepublic void setTableColumnKeyUsage(TableColumnKeyUsage[] value)
TablesetTableColumnKeyUsage in interface Tablevalue - the array valuepublic void addTableColumnKeyUsage(TableColumnKeyUsage value)
TableaddTableColumnKeyUsage in interface Tablevalue - the value to addpublic void removeTableColumnKeyUsage(TableColumnKeyUsage value)
TableremoveTableColumnKeyUsage in interface Tablevalue - the value to removepublic boolean isSetTableComment()
isSetTableComment in interface Tablepublic void unsetTableComment()
unsetTableComment in interface Tablepublic String getTableComment()
getTableComment in interface Tablepublic void setTableComment(String value)
setTableComment in interface Tablepublic boolean isSetTableConstraint()
isSetTableConstraint in interface Tablepublic void unsetTableConstraint()
unsetTableConstraint in interface Tablepublic TableConstraint createTableConstraint()
TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint.createTableConstraint in interface TableTableConstraint automatically establishing a containment relationship through the object's reference property tableConstraint.public TableConstraint[] getTableConstraint()
TablegetTableConstraint in interface Tablepublic TableConstraint getTableConstraint(int idx)
TablegetTableConstraint in interface Tableidx - the indexpublic int getTableConstraintCount()
TablegetTableConstraintCount in interface Tablepublic void setTableConstraint(TableConstraint[] value)
TablesetTableConstraint in interface Tablevalue - the array valuepublic void addTableConstraint(TableConstraint value)
TableaddTableConstraint in interface Tablevalue - the value to addpublic void removeTableConstraint(TableConstraint value)
TableremoveTableConstraint in interface Tablevalue - the value to removepublic boolean isSetTableName()
isSetTableName in interface Tablepublic void unsetTableName()
unsetTableName in interface Tablepublic String getTableName()
getTableName in interface Tablepublic void setTableName(String value)
setTableName in interface Tablepublic boolean isSetTableType()
isSetTableType in interface Tablepublic void unsetTableType()
unsetTableType in interface Tablepublic String getTableType()
getTableType in interface Tablepublic void setTableType(String value)
name: TableType
URI:http://org.plasma/sdo/mysql/5_5setTableType in interface Tablepublic boolean isSetView()
public void unsetView()
public View createView()
View automatically establishing a containment relationship through the object's reference property, view.createView in interface TableView automatically establishing a containment relationship through the object's reference property view.public View[] getView()
Tablepublic View getView(int idx)
Tablepublic int getViewCount()
TablegetViewCount in interface Tablepublic void setView(View[] value)
Tablepublic void addView(View value)
Tablepublic void removeView(View value)
TableremoveView in interface Tablevalue - the value to removeCopyright © 2017. All rights reserved.