Package io.deephaven.jdbc.util
Class TypeMapper.SqlTypeInfo
java.lang.Object
io.deephaven.jdbc.util.TypeMapper.SqlTypeInfo
- Enclosing class:
- TypeMapper
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getScale()
int
boolean
boolean
isSigned()
static TypeMapper.SqlTypeInfo
static TypeMapper.SqlTypeInfo
static TypeMapper.SqlTypeInfo
-
Method Details
-
of
public static TypeMapper.SqlTypeInfo of(int sqlType, boolean signed, int precision, int scale, Class columnType, boolean nullable) -
of
-
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
-
getClassName
-
isNullable
public boolean isNullable()
-