Class TypeMapper.SqlTypeInfo

java.lang.Object
io.deephaven.jdbc.util.TypeMapper.SqlTypeInfo
Enclosing class:
TypeMapper

public static class TypeMapper.SqlTypeInfo extends Object
  • Method Details

    • of

      public static TypeMapper.SqlTypeInfo of(int sqlType, boolean signed, int precision, int scale, Class columnType, boolean nullable)
    • of

      public static TypeMapper.SqlTypeInfo of(int sqlType, Class columnType, boolean nullable)
    • of

      public static TypeMapper.SqlTypeInfo of(int sqlType, boolean signed, Class columnType, boolean nullable)
    • getSqlType

      public int getSqlType()
    • isSigned

      public boolean isSigned()
    • getPrecision

      public int getPrecision()
    • getScale

      public int getScale()
    • getTypeName

      public String getTypeName()
    • getClassName

      public String getClassName()
    • isNullable

      public boolean isNullable()