Class Column

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Column
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Column.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Column.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String columnName()
      Gets the columnName.
      java.lang.String comment()
      Gets the comment.
      java.lang.String extra()
      Gets the extra.
      java.lang.String length()
      Gets the length.
      Column.Builder newBuilder()
      New builder.
      java.lang.String precision()
      Gets the precision.
      java.lang.String scale()
      Gets the scale.
      java.lang.String type()
      Gets the type.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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