|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
TypeInfo | Interface associates JDBC to SQL type and its parameters. |
Class Summary | |
---|---|
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. |
This package contains various type definitions which implement the TypeInfo interface.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |