Class TypeInfo


  • public class TypeInfo
    extends Object
    Author:
    Sergey Bushik
    • Constructor Detail

      • TypeInfo

        public TypeInfo​(int typeCode,
                        int scale)
      • TypeInfo

        public TypeInfo​(int typeCode,
                        String typeName,
                        int scale)
    • Method Detail

      • getTypeCode

        public int getTypeCode()
      • getTypeName

        public String getTypeName()
      • getScale

        public int getScale()