Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.fromByte(byte b) |
static DataType |
DataType.fromSQLType(int sqlType) |
static DataType |
DataType.fromSQLType(int sqlType,
int lengthInUnits) |
static DataType |
DataType.fromSQLType(int sqlType,
int lengthInUnits,
Database.FileFormat fileFormat) |
DataType |
Column.getType() |
DataType |
ColumnBuilder.getType() |
DataType |
PropertyMap.Property.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.
|
Modifier and Type | Method and Description |
---|---|
static ColumnBuilder |
DatabaseBuilder.newColumn(String name,
DataType type)
Convenience method for constructing a TableBuilder.
|
PropertyMap.Property |
PropertyMap.put(String name,
DataType type,
Object value)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.put(String name,
DataType type,
Object value,
boolean isDdl)
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.
|
Constructor and Description |
---|
ColumnBuilder(String name,
DataType type) |
Modifier and Type | Method and Description |
---|---|
DataType |
ColumnImpl.getType() |
abstract DataType |
ColumnImpl.AutoNumberGenerator.getType()
Returns the type of values generated by this generator.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
Object value) |
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
Object value,
boolean isDdl) |
abstract boolean |
JetFormat.isSupportedCalculatedDataType(DataType type) |
abstract boolean |
JetFormat.isSupportedDataType(DataType type) |
com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl |
PropertyMapImpl.put(String name,
DataType type,
Object value) |
com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl |
PropertyMapImpl.put(String name,
DataType type,
Object value,
boolean isDdl)
Puts a property into this map with the given information.
|
static Object |
ColumnImpl.toInternalValue(DataType dataType,
Object value,
DatabaseImpl db)
Converts the given value to the "internal" representation for the given
data type.
|
static Value.Type |
BaseEvalContext.toValueType(DataType dType) |
Modifier and Type | Method and Description |
---|---|
PropertyMap.Property |
MultiValueColumnPropertyMap.put(String name,
DataType type,
Object value) |
PropertyMap.Property |
MultiValueColumnPropertyMap.put(String name,
DataType type,
Object value,
boolean isDdl) |
Copyright © 2005–2024 OpenHMS. All rights reserved.