Class TypeDefinition
- java.lang.Object
-
- net.risesoft.api.utils.jdbc.filedTypeMapping.TypeDefinition
-
public class TypeDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeDefinition(String typeName, int typeNum, int precision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPrecision()StringgetTypeName()intgetTypeNum()
-