com.bankframe.services.sequences
Class SequenceGeneratorFactoryImpl
java.lang.Object
|
+--com.bankframe.services.sequences.SequenceGeneratorFactory
|
+--com.bankframe.services.sequences.SequenceGeneratorFactoryImpl
- Direct Known Subclasses:
- DB2SequenceGeneratorFactoryImpl, OracleSequenceGeneratorFactoryImpl
- public abstract class SequenceGeneratorFactoryImpl
- extends SequenceGeneratorFactory
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceGeneratorFactoryImpl
public SequenceGeneratorFactoryImpl()
getSQLCommand
public abstract java.lang.String getSQLCommand(java.lang.String sequenceName)
throws ProcessingErrorException
ProcessingErrorException
getResultName
public abstract java.lang.String getResultName()
throws ProcessingErrorException
ProcessingErrorException
buildAndExecuteSQL
public long buildAndExecuteSQL(java.lang.String sequenceName)
throws ProcessingErrorException
ProcessingErrorException
getNextValue
public java.lang.String getNextValue(java.lang.String sequenceName,
int requiredLength)
throws ProcessingErrorException
- Specified by:
getNextValue
in class SequenceGeneratorFactory
ProcessingErrorException
getNextValue
public java.lang.Long getNextValue(java.lang.String sequenceName)
throws ProcessingErrorException
- Specified by:
getNextValue
in class SequenceGeneratorFactory
ProcessingErrorException
Copyright © 2005 Siebel Systems, Inc. All rights reserved.