Package org.apache.cocoon.components.modules.database

database
Database modules provide an abstraction layer for different interfaces used by database management systems for autoincrement columns.

See:
          Description

Interface Summary
AutoIncrementModule Abstraction layer to encapsulate different DBMS behaviour for key attribute columns.
 

Class Summary
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.
 

Package org.apache.cocoon.components.modules.database Description

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.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.