|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |