| Package | Description |
|---|---|
| com.github.jferard.javamcsv | |
| com.github.jferard.javamcsv.description | |
| com.github.jferard.javamcsv.tool |
| Modifier and Type | Method and Description |
|---|---|
DataType |
MetaCSVMetaData.getDataType(int c) |
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 |
|---|---|
DataType |
FieldDescription.getDataType() |
DataType |
DecimalFieldDescription.getDataType() |
DataType |
CurrencyIntegerFieldDescription.getDataType() |
DataType |
CurrencyDecimalFieldDescription.getDataType() |
DataType |
PercentageDecimalFieldDescription.getDataType() |
DataType |
BooleanFieldDescription.getDataType() |
DataType |
TextFieldDescription.getDataType() |
DataType |
DatetimeFieldDescription.getDataType() |
DataType |
FloatFieldDescription.getDataType() |
DataType |
IntegerFieldDescription.getDataType() |
DataType |
ObjectFieldDescription.getDataType() |
DataType |
PercentageFloatFieldDescription.getDataType() |
DataType |
DateFieldDescription.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
SQLUtil.sqlTypeToDataType(int sqlType) |
| Modifier and Type | Method and Description |
|---|---|
static int |
SQLUtil.dataTypeToSQLType(DataType dataType) |
Copyright © 2020–2021. All rights reserved.