Class TableColumDetailColumnsItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.TableColumDetailColumnsItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableColumDetailColumnsItems extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>TableColumDetailColumnsItems. This type supports additional properties of type Object.
-
-
Constructor Summary
Constructors Constructor Description TableColumDetailColumnsItems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumn()Gets the column.java.lang.LonggetIndex()Gets the index.java.lang.LonggetPrecision()Gets the precision.java.lang.LonggetScale()Gets the scale.java.lang.StringgetType()Gets the type.java.lang.BooleanisNullable()Gets the nullable.java.lang.BooleanisSigned()Gets the signed.
-
-
-
Method Detail
-
getColumn
public java.lang.String getColumn()
Gets the column. Name of the column.- Returns:
- the column
-
getIndex
public java.lang.Long getIndex()
Gets the index. column idx_integer.- Returns:
- the index
-
isNullable
public java.lang.Boolean isNullable()
Gets the nullable. nullable.- Returns:
- the nullable
-
getPrecision
public java.lang.Long getPrecision()
Gets the precision. precision.- Returns:
- the precision
-
getScale
public java.lang.Long getScale()
Gets the scale. scale.- Returns:
- the scale
-
isSigned
public java.lang.Boolean isSigned()
Gets the signed. signed.- Returns:
- the signed
-
getType
public java.lang.String getType()
Gets the type. data type for the column.- Returns:
- the type
-
-