org.castor.ddlgen.typeinfo
Class AbstractType
java.lang.Object
org.castor.ddlgen.typeinfo.AbstractType
- TypeInfo
public abstract class AbstractType
extends java.lang.Object
Abstract TypeInfo with common properties of all implementations.
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $protected static String | PARAM_POSTFIX_DECIMALS - Postfix of decimals parameters for types in ddl.properties file.
|
protected static String | PARAM_POSTFIX_LENGTH - Postfix of length parameters for types in ddl.properties file.
|
protected static String | PARAM_POSTFIX_PRECISION - Postfix of precision parameters for types in ddl.properties file.
|
protected static String | PARAM_PREFIX - Prefix of all parameters for types in ddl.properties file.
|
AbstractType(String jdbcType, String sqlType) - Construct a new TypeInfo instance with given Configuration, JDBC type and SQL type.
|
PARAM_POSTFIX_DECIMALS
protected static final String PARAM_POSTFIX_DECIMALS
Postfix of decimals parameters for types in ddl.properties file.
PARAM_POSTFIX_LENGTH
protected static final String PARAM_POSTFIX_LENGTH
Postfix of length parameters for types in ddl.properties file.
PARAM_POSTFIX_PRECISION
protected static final String PARAM_POSTFIX_PRECISION
Postfix of precision parameters for types in ddl.properties file.
PARAM_PREFIX
protected static final String PARAM_PREFIX
Prefix of all parameters for types in ddl.properties file.
AbstractType
public AbstractType(String jdbcType,
String sqlType)
Construct a new TypeInfo instance with given Configuration, JDBC type and SQL type.
jdbcType
- The JDBC type.sqlType
- The SQL type.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com