Class ColumnInfo
java.lang.Object
com.databricks.jdbc.model.core.ColumnInfo
Column info POJO
TODO: Replace this class with the corresponding SDK implementation once it becomes available
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()setPosition(Long position) setTypeIntervalType(String typeIntervalType) setTypeName(ColumnInfoTypeName typeName) setTypePrecision(Long typePrecision) setTypeScale(Long typeScale) setTypeText(String typeText) toString()
-
Constructor Details
-
ColumnInfo
public ColumnInfo()
-
-
Method Details
-
setName
-
getName
-
setPosition
-
getPosition
-
setTypeIntervalType
-
getTypeIntervalType
-
setTypeName
-
getTypeName
-
setTypePrecision
-
getTypePrecision
-
setTypeScale
-
getTypeScale
-
setTypeText
-
getTypeText
-
equals
-
hashCode
-
toString
-