Package org.castor.ddlgen.engine.db2
Class Db2TypeMapper
java.lang.Object
org.castor.ddlgen.AbstractTypeMapper
org.castor.ddlgen.engine.db2.Db2TypeMapper
- All Implemented Interfaces:
TypeMapper
Final TypeMapper for DB2 database.
- Since:
- 1.1
- Version:
- $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Le Duc Bao, Ralf Joachim
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a TypeMapper for DB2 database using given configuration to get default parameters for parameterized types. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Initialize map of known types using given configuration to get default parameters for parameterized types.Methods inherited from class org.castor.ddlgen.AbstractTypeMapper
add, getType
-
Constructor Details
-
Db2TypeMapper
Construct a TypeMapper for DB2 database using given configuration to get default parameters for parameterized types.- Parameters:
conf
- The configuration to get default parameter values from.
-
-
Method Details
-
initialize
Initialize map of known types using given configuration to get default parameters for parameterized types.- Specified by:
initialize
in classAbstractTypeMapper
- Parameters:
conf
- The configuration to get default parameter values from.
-