Package io.deephaven.jdbc.util
Class TypeMapper.SqlTypeInfo
java.lang.Object
io.deephaven.jdbc.util.TypeMapper.SqlTypeInfo
- Enclosing class:
 - TypeMapper
 
- 
Method Summary
Modifier and TypeMethodDescriptionintintgetScale()intbooleanbooleanisSigned()static TypeMapper.SqlTypeInfostatic TypeMapper.SqlTypeInfostatic 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() 
 -