public class LengthSupportDataType extends Object implements LengthSupport, DataType
| 构造器和说明 |
|---|
LengthSupportDataType() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
Class<?> |
getJavaType() |
int |
getLength() |
String |
getName() |
int |
getPrecision() |
int |
getScale() |
SQLType |
getSqlType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, custom, isLengthSupport, isNumber, isScaleSupport, jdbc, sqlTypeIsNumberpublic SQLType getSqlType()
getSqlType 在接口中 DataTypepublic Class<?> getJavaType()
getJavaType 在接口中 DataTypepublic int getLength()
getLength 在接口中 LengthSupportpublic int getScale()
getScale 在接口中 LengthSupportpublic int getPrecision()
getPrecision 在接口中 LengthSupportCopyright © 2025. All rights reserved.