public class DefaultDataTypeConverter extends Object implements DataTypeConverter
M_FACET_DOUBLE, M_FACET_INT16, M_FACET_INT32, M_FACET_INT64, M_FACET_INT8, M_FACET_SINGLE, M_TYPE_DATE, M_TYPE_DATETIME, M_TYPE_NUMBER, M_TYPE_TEXT| Constructor and Description |
|---|
DefaultDataTypeConverter() |
DefaultDataTypeConverter(List<DataTypeMapping> mappings) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
from(JDBCType jdbcType,
String typeName,
int precision,
int scale,
boolean signed) |
DataType |
from(Object javaObject) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, toMType, toPowerQueryTypepublic DefaultDataTypeConverter()
public DefaultDataTypeConverter(List<DataTypeMapping> mappings)
public DataType from(JDBCType jdbcType, String typeName, int precision, int scale, boolean signed)
from in interface DataTypeConverterpublic DataType from(Object javaObject)
from in interface DataTypeConverterCopyright © 2019–2021. All rights reserved.