|
|||||||||
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.SequenceDefinition
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
name, qualifier |
Constructor Summary |
SequenceDefinition(java.lang.String name)
|
Method Summary |
Type | Method |
---|---|
boolean |
checkIfExist(Session session)
INTERAL: Execute the SQL required to insert the sequence row into the sequence table. |
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 SequenceDefinition(java.lang.String name)
Method Detail |
public boolean checkIfExist(Session session) throws DatabaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |