com.arsdigita.db.oracle
Class OracleSequenceImpl
java.lang.Object
com.arsdigita.db.SequenceImpl
com.arsdigita.db.oracle.OracleSequenceImpl
- public class OracleSequenceImpl
- extends SequenceImpl
Implementation of the Sequence class for the Oracle RDBMS.
- Author:
- Kevin Scaldeferri
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 21 2004:2337 UTC