java.lang.Object
io.debezium.connector.oracle.olr.client.payloads.SchemaColumn

public class SchemaColumn extends Object
Represents a column within a table's schema block.
Author:
Chris Cranford
  • Field Details

    • name

      private String name
    • type

      private String type
    • precision

      private Integer precision
    • scale

      private Integer scale
    • length

      private Integer length
    • nullable

      private boolean nullable
  • Constructor Details

    • SchemaColumn

      public SchemaColumn()
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getPrecision

      public Integer getPrecision()
    • getScale

      public Integer getScale()
    • getLength

      public Integer getLength()
    • isNullable

      public boolean isNullable()
    • toString

      public String toString()
      Overrides:
      toString in class Object