|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcTypeCategoryEnum | |
---|---|
org.apache.ddlutils.model | This package contains the classes making up the database model. |
Uses of JdbcTypeCategoryEnum in org.apache.ddlutils.model |
---|
Fields in org.apache.ddlutils.model declared as JdbcTypeCategoryEnum | |
---|---|
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.BINARY
The enum value for binary jdbc types. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.DATETIME
The enum value for date/time jdbc types. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.NUMERIC
The enum value for numeric jdbc types. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.OTHER
The enum value for other jdbc types. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.SPECIAL
The enum value for special jdbc types. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.TEXTUAL
The enum value for textual jdbc types. |
Methods in org.apache.ddlutils.model that return JdbcTypeCategoryEnum | |
---|---|
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.getEnum(int intValue)
Returns the enum value that corresponds to the given integer representation. |
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.getEnum(java.lang.String defaultTextRep)
Returns the enum value that corresponds to the given textual representation. |
Methods in org.apache.ddlutils.model with parameters of type JdbcTypeCategoryEnum | |
---|---|
protected static void |
TypeMap.registerJdbcType(int typeCode,
java.lang.String typeName,
JdbcTypeCategoryEnum category)
Registers a jdbc type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |