com.bankframe.services.sequences
Class DB2SequenceGeneratorFactoryImpl

java.lang.Object
  extended by com.bankframe.services.sequences.SequenceGeneratorFactory
      extended by com.bankframe.services.sequences.SequenceGeneratorFactoryImpl
          extended by com.bankframe.services.sequences.DB2SequenceGeneratorFactoryImpl

public class DB2SequenceGeneratorFactoryImpl
extends SequenceGeneratorFactoryImpl


Constructor Summary
DB2SequenceGeneratorFactoryImpl()
           
 
Method Summary
 String getResultName()
           
 String getSQLCommand(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 String getSQLCommand(String sequenceName)
                     throws ProcessingErrorException
Specified by:
getSQLCommand in class SequenceGeneratorFactoryImpl
Throws:
ProcessingErrorException

getResultName

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


Copyright © 2005, 2007, Oracle. All rights reserved.