|
Oracle Application Server TopLink API Reference 10g (9.0.4.3) B10491-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
oracle.toplink.tools.schemaframework.NestedTableDefinition
Purpose: Allow for creation of nested table types.
| Field Summary |
| Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
name, qualifier |
| Constructor Summary | |
NestedTableDefinition() | |
| Method Summary | |
void |
appendTypeString(java.io.Writer writer, oracle.toplink.publicinterface.Session session)INTERNAL: Append the type to the statement |
java.io.Writer |
buildCreationWriter(oracle.toplink.publicinterface.Session session, java.io.Writer writer)INTERNAL: Return the DDL to create the varray. |
java.io.Writer |
buildDeletionWriter(oracle.toplink.publicinterface.Session session, java.io.Writer writer)INTERNAL: Return the DDL to drop the varray. |
java.lang.Class |
getType()PUBLIC: Return the type of the field. |
java.lang.String |
getTypeName()PUBLIC: Return the type of the field. |
int |
getTypeSize()PUBLIC: Return the size of the element field, this is only required for some field types. |
void |
setType(java.lang.Class type)PUBLIC: Set the type of the field. |
void |
setTypeName(java.lang.String typeName)PUBLIC: Set the type of the field. |
void |
setTypeSize(int typeSize)PUBLIC: Set the size of the element field, this is only required for some field types. |
| Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
createObject, createOnDatabase, dropFromDatabase, dropObject, getFullName, getName, getQualifier, setName, setQualifier, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NestedTableDefinition()
| Method Detail |
public void appendTypeString(java.io.Writer writer,
oracle.toplink.publicinterface.Session session)
throws ValidationException
ValidationException
public java.io.Writer buildCreationWriter(oracle.toplink.publicinterface.Session session,
java.io.Writer writer)
throws ValidationException
buildCreationWriter in class DatabaseObjectDefinitionValidationException
public java.io.Writer buildDeletionWriter(oracle.toplink.publicinterface.Session session,
java.io.Writer writer)
throws ValidationException
buildDeletionWriter in class DatabaseObjectDefinitionValidationExceptionpublic java.lang.Class getType()
public java.lang.String getTypeName()
public int getTypeSize()
public void setType(java.lang.Class type)
public void setTypeName(java.lang.String typeName)
public void setTypeSize(int typeSize)
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||