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, addIndex, addPrimaryKeyField, addPrimaryKeyField, addUniqueKeyConstraint, addUniqueKeyConstraint, addUniqueKeyConstraint, buildConstraintCreationWriter, buildConstraintDeletionWriter, buildDeletionWriter, buildIndex, buildIndexDeletionWriter, buildUniqueConstraintCreationWriter, buildUniqueConstraintDeletionWriter, buildVPDCreationFunctionWriter, buildVPDCreationPolicyWriter, buildVPDDeletionWriter, clone, createConstraints, createConstraintsOnDatabase, createIndexes, deletionStringFor, dropConstraints, dropConstraintsOnDatabase, dropIndexes, getCreationPrefix, getCreationSuffix, getFields, getForeignKeyMap, getForeignKeys, getIndexes, getPrimaryKeyFieldNames, getUniqueKeys, postCreateObject, preDropObject, setCreateSQLFiles, setCreateVPDCalls, setCreationPrefix, setCreationSuffix, setFields, setForeignKeyMap, setForeignKeys, setIndexes, setUniqueKeys, shouldCreateVPDCalls, writeLineSeperator
createObject, createOnDatabase, dropFromDatabase, dropObject, 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)
EclipseLink 2.3.2, "build v20111125-r10461" API Reference