oracle.toplink.tools.schemaframework
Class TypeTableDefinition
java.lang.Object
|
+--oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
|
+--oracle.toplink.tools.schemaframework.TableDefinition
|
+--oracle.toplink.tools.schemaframework.TypeTableDefinition
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class TypeTableDefinition
- extends TableDefinition
Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.
- See Also:
- Serialized Form
| Type | Method |
java.lang.String |
getAdditonal()
PUBLIC:
The name of the type that this table is of. |
java.lang.String |
getTypeName()
PUBLIC:
The name of the type that this table is of. |
void |
setAdditional(java.lang.String additional)
PUBLIC:
The name of the type that this table is of. |
void |
setTypeName(java.lang.String typeName)
PUBLIC:
The name of the type that this table is of. |
| Methods inherited from class oracle.toplink.tools.schemaframework.TableDefinition |
addField, addField, addField, addField, addField, addForeignKeyConstraint,
addForeignKeyConstraint, addIdentityField, addIdentityField, addPrimaryKeyField, addPrimaryKeyField, getFields,
getForeignKeys, getPrimaryKeyFieldNames, setFields,
setForeignKeys |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeTableDefinition
public TypeTableDefinition()
getAdditonal
public java.lang.String getAdditonal()
- PUBLIC:
The name of the type that this table is of.
getTypeName
public java.lang.String getTypeName()
- PUBLIC:
The name of the type that this table is of.
setAdditional
public void setAdditional(java.lang.String additional)
- PUBLIC:
The name of the type that this table is of.
setTypeName
public void setTypeName(java.lang.String typeName)
- PUBLIC:
The name of the type that this table is of.