public abstract class MSSQLDataType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected JDBCType |
jdbcType |
protected Class<?> |
mappedJavaType |
| Constructor and Description |
|---|
MSSQLDataType(int id,
Class<?> mappedJavaType,
JDBCType jdbcType) |
Copyright © 2021. All rights reserved.