|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.tools.schemaframework.DatabaseObjectDefinition | +--oracle.toplink.tools.schemaframework.VarrayDefinition | +--oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
Purpose: Allow for creation of object varray type.
Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
name, qualifier |
Constructor Summary |
ObjectVarrayDefinition()
|
Method Summary |
Type | Method |
---|---|
boolean |
isNullAllowed()
PUBLIC: Return if the varray collection is allowed NULL or not |
void |
setIsNullAllowed(boolean isNullAllowed)
PUBLIC: Set if the varray collection is allowed NULL or not |
Methods inherited from class oracle.toplink.tools.schemaframework.VarrayDefinition |
getSize, getType, getTypeName,
getTypeSize, setSize, setType,
setTypeName, setTypeSize |
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 ObjectVarrayDefinition()
Method Detail |
public boolean isNullAllowed()
public void setIsNullAllowed(boolean isNullAllowed)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |