Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.tools.schemaframework
Class TypeTableDefinition

java.lang.Object
  extended by oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
      extended by oracle.toplink.tools.schemaframework.TableDefinition
          extended by oracle.toplink.tools.schemaframework.TypeTableDefinition
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TypeTableDefinition
extends TableDefinition

Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
name, qualifier
 
Constructor Summary
TypeTableDefinition()
           
 
Method Summary
 java.lang.String getAdditonal()
          The name of the type that this table is of.
 java.lang.String getTypeName()
          The name of the type that this table is of.
 void setAdditional(java.lang.String additional)
          The name of the type that this table is of.
 void setTypeName(java.lang.String typeName)
          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, addUniqueKeyConstraint, addUniqueKeyConstraint, addUniqueKeyConstraint, clone, getFields, getForeignKeys, getPrimaryKeyFieldNames, getUniqueKeys, setCreateSQLFiles, setFields, setForeignKeys, setUniqueKeys
 
Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
getName, getQualifier, setName, setQualifier, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeTableDefinition

public TypeTableDefinition()
Method Detail

getAdditonal

public java.lang.String getAdditonal()
The name of the type that this table is of.


getTypeName

public java.lang.String getTypeName()
The name of the type that this table is of.


setAdditional

public void setAdditional(java.lang.String additional)
The name of the type that this table is of.


setTypeName

public void setTypeName(java.lang.String typeName)
The name of the type that this table is of.


Copyright © 1998, 2012, Oracle. All Rights Reserved.