com.arsdigita.db.oracle
Class OracleSequenceImpl

java.lang.Object
  extended bycom.arsdigita.db.SequenceImpl
      extended bycom.arsdigita.db.oracle.OracleSequenceImpl

public class OracleSequenceImpl
extends SequenceImpl

Implementation of the Sequence class for the Oracle RDBMS.

Author:
Kevin Scaldeferri

Field Summary
static String versionId
           
 
Method Summary
static OracleSequenceImpl createSequence(String sequenceName)
           
 BigDecimal getCurrentValue(Connection conn)
           
 BigDecimal getNextValue(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

createSequence

public static OracleSequenceImpl createSequence(String sequenceName)

getCurrentValue

public BigDecimal getCurrentValue(Connection conn)
                           throws SQLException
Specified by:
getCurrentValue in class SequenceImpl
Throws:
SQLException

getNextValue

public BigDecimal getNextValue(Connection conn)
                        throws SQLException
Specified by:
getNextValue in class SequenceImpl
Throws:
SQLException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC