Package org.apache.cocoon.components.modules.database
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
AutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for key attribute columns.
Classes
AbstractAutoIncrementModule AbstractDatabaseModule gives you the infrastructure for easily deploying more AutoIncrementModules.
HsqlIdentityAutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
IfxSerialAutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
ManualAutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
McKoiSequenceModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
MysqlAutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
PgsqlAutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
SQLServerIdentityAutoIncrementModule Encapsulate MS SQLServer behaviour for autoincrement columns.

database

Database modules provide an abstraction layer for different interfaces used by database management systems for autoincrement columns. The value can be obtained from the DBMS or some other source before or after the statement is executed. Or some code can be inserted into the query to direct the DBMS to use the next value of a sequence.