Uses of Interface
org.apache.cocoon.components.modules.database.AutoIncrementModule

Packages that use AutoIncrementModule
org.apache.cocoon.components.modules.database database
 
 

Uses of AutoIncrementModule in org.apache.cocoon.components.modules.database
 

Classes in org.apache.cocoon.components.modules.database that implement AutoIncrementModule
 class AbstractAutoIncrementModule
          AbstractDatabaseModule gives you the infrastructure for easily deploying more AutoIncrementModules.
 class HsqlIdentityAutoIncrementModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class IfxSerialAutoIncrementModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class ManualAutoIncrementModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class McKoiSequenceModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class MysqlAutoIncrementModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class PgsqlAutoIncrementModule
          Abstraction layer to encapsulate different DBMS behaviour for autoincrement columns.
 class SQLServerIdentityAutoIncrementModule
          Encapsulate MS SQLServer behaviour for autoincrement columns.
 



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