public class TypeTableDefinition extends TableDefinition
Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.
name, qualifier
Constructor and Description |
---|
TypeTableDefinition() |
Modifier and Type | Method and Description |
---|---|
Writer |
buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session,
Writer writer)
INTERNAL:
Return the create table statement.
|
String |
getAdditonal()
PUBLIC:
The name of the type that this table is of.
|
String |
getTypeName()
PUBLIC:
The name of the type that this table is of.
|
void |
setAdditional(String additional)
PUBLIC:
The name of the type that this table is of.
|
void |
setTypeName(String typeName)
PUBLIC:
The name of the type that this table is of.
|
addField, addField, addField, addField, addField, addForeignKeyConstraint, addForeignKeyConstraint, addIdentityField, addIdentityField, addPrimaryKeyField, addPrimaryKeyField, addUniqueKeyConstraint, addUniqueKeyConstraint, addUniqueKeyConstraint, buildConstraintCreationWriter, buildConstraintDeletionWriter, buildDeletionWriter, buildIndexCreationWriter, buildIndexDeletionWriter, buildUniqueConstraintCreationWriter, buildUniqueConstraintDeletionWriter, clone, createConstraints, createConstraintsOnDatabase, createIndexOnPrimaryKey, createIndexOnPrimaryKeyOnDatabase, createIndicesOnUniqueKeys, createIndicesOnUniqueKeysOnDatabase, createOnDatabase, deletionStringFor, dropConstraints, dropConstraintsOnDatabase, dropFromDatabase, dropIndexOnPrimaryKey, dropIndexOnPrimaryKeyOnDatabase, dropIndicesOnUniqueKeys, dropIndicesOnUniqueKeysOnDatabase, dropObject, getCreationPrefix, getCreationSuffix, getFields, getForeignKeys, getPrimaryKeyFieldNames, getUniqueKeys, postCreateObject, setCreateSQLFiles, setCreationPrefix, setCreationSuffix, setFields, setForeignKeys, setUniqueKeys
createObject, getFullName, getName, getQualifier, setName, setQualifier, toString
public Writer buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, Writer writer)
buildCreationWriter
in class TableDefinition
public String getAdditonal()
public String getTypeName()
public void setAdditional(String additional)
public void setTypeName(String typeName)