Package com.databricks.jdbc.model.core
Class ColumnInfo
- java.lang.Object
-
- com.databricks.jdbc.model.core.ColumnInfo
-
public class ColumnInfo extends Object
Column info POJOTODO: Replace this class with the corresponding SDK implementation once it becomes available
-
-
Constructor Summary
Constructors Constructor Description ColumnInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()LonggetPosition()StringgetTypeIntervalType()ColumnInfoTypeNamegetTypeName()LonggetTypePrecision()LonggetTypeScale()StringgetTypeText()inthashCode()ColumnInfosetName(String name)ColumnInfosetPosition(Long position)ColumnInfosetTypeIntervalType(String typeIntervalType)ColumnInfosetTypeName(ColumnInfoTypeName typeName)ColumnInfosetTypePrecision(Long typePrecision)ColumnInfosetTypeScale(Long typeScale)ColumnInfosetTypeText(String typeText)StringtoString()
-
-
-
Method Detail
-
setName
public ColumnInfo setName(String name)
-
getName
public String getName()
-
setPosition
public ColumnInfo setPosition(Long position)
-
getPosition
public Long getPosition()
-
setTypeIntervalType
public ColumnInfo setTypeIntervalType(String typeIntervalType)
-
getTypeIntervalType
public String getTypeIntervalType()
-
setTypeName
public ColumnInfo setTypeName(ColumnInfoTypeName typeName)
-
getTypeName
public ColumnInfoTypeName getTypeName()
-
setTypePrecision
public ColumnInfo setTypePrecision(Long typePrecision)
-
getTypePrecision
public Long getTypePrecision()
-
setTypeScale
public ColumnInfo setTypeScale(Long typeScale)
-
getTypeScale
public Long getTypeScale()
-
setTypeText
public ColumnInfo setTypeText(String typeText)
-
getTypeText
public String getTypeText()
-
-