Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumn()
      Gets the column.
      java.lang.Long getIndex()
      Gets the index.
      java.lang.Long getPrecision()
      Gets the precision.
      java.lang.Long getScale()
      Gets the scale.
      java.lang.String getType()
      Gets the type.
      java.lang.Boolean isNullable()
      Gets the nullable.
      java.lang.Boolean isSigned()
      Gets the signed.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.DynamicModel

        equals, get, getAdditionalPropertyTypeToken, getProperties, getPropertyNames, hashCode, put, removeProperties, removeProperty, setProperties, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TableColumDetailColumnsItems

        public TableColumDetailColumnsItems()
    • 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