Package com.databricks.sdk.service.sql
Class ColumnInfo
- java.lang.Object
-
- com.databricks.sdk.service.sql.ColumnInfo
-
@Generated public class ColumnInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Long
getPosition()
String
getTypeIntervalType()
ColumnInfoTypeName
getTypeName()
Long
getTypePrecision()
Long
getTypeScale()
String
getTypeText()
int
hashCode()
ColumnInfo
setName(String name)
ColumnInfo
setPosition(Long position)
ColumnInfo
setTypeIntervalType(String typeIntervalType)
ColumnInfo
setTypeName(ColumnInfoTypeName typeName)
ColumnInfo
setTypePrecision(Long typePrecision)
ColumnInfo
setTypeScale(Long typeScale)
ColumnInfo
setTypeText(String typeText)
String
toString()
-
-
-
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()
-
-