|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataType | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| 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 |
PropertyMap.Property.getType()
|
DataType |
Column.getType()
|
DataType |
ColumnBuilder.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 are declared. |
| Methods in com.healthmarketscience.jackcess with parameters of type DataType | |
|---|---|
PropertyMap.Property |
PropertyMap.put(String name,
DataType type,
Object value)
Creates a new (or updates an existing) property in the map. |
DatabaseBuilder |
DatabaseBuilder.putDatabaseProperty(String name,
DataType type,
Object value)
Sets the database property with the given name and type to the given value. |
TableBuilder |
TableBuilder.putProperty(String name,
DataType type,
Object value)
Sets the table property with the given name and type to the given value. |
ColumnBuilder |
ColumnBuilder.putProperty(String name,
DataType type,
Object value)
Sets the column property with the given name and type to the given value. |
DatabaseBuilder |
DatabaseBuilder.putSummaryProperty(String name,
DataType type,
Object value)
Sets the summary database property with the given name and type to the given value. |
DatabaseBuilder |
DatabaseBuilder.putUserDefinedProperty(String name,
DataType type,
Object value)
Sets the user-defined database property with the given name and type to the given value. |
ColumnBuilder |
ColumnBuilder.setType(DataType type)
Sets the type for the new column. |
| Constructors in com.healthmarketscience.jackcess with parameters of type DataType | |
|---|---|
ColumnBuilder(String name,
DataType type)
|
|
| Uses of DataType in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return DataType | |
|---|---|
DataType |
ColumnImpl.getType()
|
abstract DataType |
ColumnImpl.AutoNumberGenerator.getType()
Returns the type of values generated by this generator. |
| Methods in com.healthmarketscience.jackcess.impl with parameters of type DataType | |
|---|---|
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
byte flag,
Object value)
|
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
Object value)
|
abstract boolean |
JetFormat.isSupportedCalculatedDataType(DataType type)
|
abstract boolean |
JetFormat.isSupportedDataType(DataType type)
|
com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl |
PropertyMapImpl.put(String name,
DataType type,
byte flag,
Object value)
Puts a property into this map with the given information. |
com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl |
PropertyMapImpl.put(String name,
DataType type,
Object value)
|
static Object |
ColumnImpl.toInternalValue(DataType dataType,
Object value)
Converts the given value to the "internal" representation for the given data type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||