| Package | Description |
|---|---|
| org.apache.ddlutils.model |
This package contains the classes making up the database model.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.getEnum(int intValue)
Returns the enum value that corresponds to the given integer
representation.
|
static JdbcTypeCategoryEnum |
JdbcTypeCategoryEnum.getEnum(String defaultTextRep)
Returns the enum value that corresponds to the given textual
representation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeMap.registerJdbcType(int typeCode,
String typeName,
JdbcTypeCategoryEnum category)
Registers a jdbc type.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.