|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.tools.schemaframework.DatabaseObjectDefinition
oracle.toplink.tools.schemaframework.TableDefinition
oracle.toplink.tools.schemaframework.TypeTableDefinition
public class TypeTableDefinition
Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.
| 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 |
|---|
public TypeTableDefinition()
| Method Detail |
|---|
public java.lang.String getAdditonal()
public java.lang.String getTypeName()
public void setAdditional(java.lang.String additional)
public void setTypeName(java.lang.String typeName)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||