Package | Description |
---|---|
org.castor.ddlgen.typeinfo |
This package contains various type definitions which implement the TypeInfo
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
LobType
LobType is used for BLOB/CLOB type which require a sufix, for example
BLOB(10M), CLOB(1K).
|
class |
NoParamType
Final TypeInfo for types having no parameters.
|
class |
NotSupportedType
NotSupportedType is used for type not support by the database engine.
|
class |
OptionalLengthType
Final TypeInfo for types having one optional length parameter.
|
class |
OptionalPrecisionDecimalsType
Final TypeInfo for types having optional precision and decimals parameters.
|
class |
OptionalPrecisionType
Final TypeInfo for types having an optional precision parameter.
|
class |
RequiredLengthType
Final TypeInfo for types having a required length parameter.
|
class |
RequiredPrecisionType
Final TypeInfo for types having a required length parameter.
|
Copyright © 2014. All rights reserved.