Uses of Class
com.arsdigita.db.SequenceImpl

Packages that use SequenceImpl
com.arsdigita.db Provides a database API that wraps JDBC. 
com.arsdigita.db.oracle This package provides an implementation of the database API; it is not a public API and should only be accessed through the classes in com.arsdigita.db. 
com.arsdigita.db.postgres This package provides an implementation of the database API for PostgreSQL; it is not a public API and should only be accessed through the classes in com.arsdigita.db. 
 

Uses of SequenceImpl in com.arsdigita.db
 

Subclasses of SequenceImpl in com.arsdigita.db
 class GenericSequenceImpl
          A generic Sequence implementation appropriate for use with databases that don't support Oracle style sequences.
 

Uses of SequenceImpl in com.arsdigita.db.oracle
 

Subclasses of SequenceImpl in com.arsdigita.db.oracle
 class OracleSequenceImpl
          Implementation of the Sequence class for the Oracle RDBMS.
 

Uses of SequenceImpl in com.arsdigita.db.postgres
 

Subclasses of SequenceImpl in com.arsdigita.db.postgres
 class PostgresSequenceImpl
          Implementation of the Sequence class for the Postgres RDBMS.
 



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