com.bankframe.services.sequences
Class DB2SequenceGeneratorFactoryImpl

java.lang.Object
  extended bycom.bankframe.services.sequences.SequenceGeneratorFactory
      extended bycom.bankframe.services.sequences.SequenceGeneratorFactoryImpl
          extended bycom.bankframe.services.sequences.DB2SequenceGeneratorFactoryImpl

public class DB2SequenceGeneratorFactoryImpl
extends SequenceGeneratorFactoryImpl


Constructor Summary
DB2SequenceGeneratorFactoryImpl()
           
 
Method Summary
 java.lang.String getResultName()
           
 java.lang.String getSQLCommand(java.lang.String sequenceName)
           
 
Methods inherited from class com.bankframe.services.sequences.SequenceGeneratorFactoryImpl
buildAndExecuteSQL, getNextValue, getNextValue
 
Methods inherited from class com.bankframe.services.sequences.SequenceGeneratorFactory
createSequenceFactory, getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2SequenceGeneratorFactoryImpl

public DB2SequenceGeneratorFactoryImpl()
Method Detail

getSQLCommand

public java.lang.String getSQLCommand(java.lang.String sequenceName)
                               throws ProcessingErrorException
Specified by:
getSQLCommand in class SequenceGeneratorFactoryImpl
Throws:
ProcessingErrorException

getResultName

public java.lang.String getResultName()
                               throws ProcessingErrorException
Specified by:
getResultName in class SequenceGeneratorFactoryImpl
Throws:
ProcessingErrorException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.