public class FloatNDataType extends MSSQLDataType
| Modifier and Type | Field and Description |
|---|---|
static FloatNDataType |
FLT_4_DATA_TYPE |
static FloatNDataType |
FLT_8_DATA_TYPE |
id, jdbcType, mappedJavaType| Constructor and Description |
|---|
FloatNDataType(int id,
Class<?> mappedJavaType,
int length,
JDBCType jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
int |
length() |
static FloatNDataType |
valueOf(int length) |
id, jdbcType, mappedJavaTypepublic static final FloatNDataType FLT_4_DATA_TYPE
public static final FloatNDataType FLT_8_DATA_TYPE
public int length()
public static FloatNDataType valueOf(int length)
Copyright © 2021. All rights reserved.