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