|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
org.eclipse.persistence.tools.schemaframework.TableDefinition
org.eclipse.persistence.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 org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition |
---|
name, qualifier |
Constructor Summary | |
---|---|
TypeTableDefinition()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition |
---|
createObject, getFullName, 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 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |