See: Description
| Interface | Description |
|---|---|
| TypeInfo |
Interface associates JDBC to SQL type and its parameters.
|
| Class | Description |
|---|---|
| AbstractType |
Abstract TypeInfo with common properties of all implementations.
|
| LobType |
LobType is used for BLOB/CLOB type which require a sufix, for example
BLOB(10M), CLOB(1K).
|
| NoParamType |
Final TypeInfo for types having no parameters.
|
| NotSupportedType |
NotSupportedType is used for type not support by the database engine.
|
| OptionalLengthType |
Final TypeInfo for types having one optional length parameter.
|
| OptionalPrecisionDecimalsType |
Final TypeInfo for types having optional precision and decimals parameters.
|
| OptionalPrecisionType |
Final TypeInfo for types having an optional precision parameter.
|
| RequiredLengthType |
Final TypeInfo for types having a required length parameter.
|
| RequiredPrecisionType |
Final TypeInfo for types having a required length parameter.
|
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com