AbstractType, LobType, NoParamType, NotSupportedType, OptionalLengthType, OptionalPrecisionDecimalsType, OptionalPrecisionType, RequiredLengthType, RequiredPrecisionTypepublic interface TypeInfo
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getJdbcType() |
Get JDBC type.
|
java.lang.String |
getSqlType() |
Get SQL type.
|
void |
merge(TypeInfo type) |
Merge 2 TypeInfo's.
|
java.lang.String |
toDDL(Field field) |
Build DDL string with SQL type and parameters.
|
java.lang.String getJdbcType()
java.lang.String getSqlType()
void merge(TypeInfo type) throws GeneratorException
type - type inforGeneratorException - exceptionjava.lang.String toDDL(Field field) throws GeneratorException
field - The field to get specific parameters from.GeneratorException - If required parameters is not defined.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com