|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DataType in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return DataType | |
|---|---|
static DataType |
DataType.fromByte(byte b)
|
static DataType |
DataType.fromSQLType(int sqlType)
|
static DataType |
DataType.fromSQLType(int sqlType,
int lengthInUnits)
|
DataType |
Column.getType()
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.healthmarketscience.jackcess with parameters of type DataType | |
|---|---|
ColumnBuilder |
ColumnBuilder.setType(DataType type)
Sets the type for the new column. |
void |
Column.setType(DataType type)
Also sets the length and the variable length flag, inferred from the type. |
| Constructors in com.healthmarketscience.jackcess with parameters of type DataType | |
|---|---|
ColumnBuilder(String name,
DataType type)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||