com.arsdigita.db.postgres
Class PostgresSequenceImpl
java.lang.Object
com.arsdigita.db.SequenceImpl
com.arsdigita.db.postgres.PostgresSequenceImpl
- public class PostgresSequenceImpl
- extends SequenceImpl
Implementation of the Sequence class for the Postgres RDBMS.
- Author:
- Patrick McNeill
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 PostgresSequenceImpl 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