public class NumericDataType extends MSSQLDataType
id, jdbcType, mappedJavaType| Constructor and Description |
|---|
NumericDataType(int id,
Class<?> mappedJavaType,
int precision,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
int |
precision() |
int |
scale() |
id, jdbcType, mappedJavaTypepublic NumericDataType(int id,
Class<?> mappedJavaType,
int precision,
int scale)
Copyright © 2021. All rights reserved.