Class Column
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Column
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Column extends com.ibm.cloud.sdk.core.service.model.GenericModelColumn. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColumn.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcolumnName()Gets the columnName.java.lang.Stringcomment()Gets the comment.java.lang.Stringextra()Gets the extra.java.lang.Stringlength()Gets the length.Column.BuildernewBuilder()New builder.java.lang.Stringprecision()Gets the precision.java.lang.Stringscale()Gets the scale.java.lang.Stringtype()Gets the type. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public Column.Builder newBuilder()
New builder.- Returns:
 - a Column builder
 
 
- 
columnName
public java.lang.String columnName()
Gets the columnName. Column name.- Returns:
 - the columnName
 
 
- 
comment
public java.lang.String comment()
Gets the comment. Comment.- Returns:
 - the comment
 
 
- 
extra
public java.lang.String extra()
Gets the extra. Extra.- Returns:
 - the extra
 
 
- 
length
public java.lang.String length()
Gets the length. length.- Returns:
 - the length
 
 
- 
scale
public java.lang.String scale()
Gets the scale. scale.- Returns:
 - the scale
 
 
- 
precision
public java.lang.String precision()
Gets the precision. precision.- Returns:
 - the precision
 
 
- 
type
public java.lang.String type()
Gets the type. Data type.- Returns:
 - the type
 
 
 - 
 
 -