Class SchemaCacheIF.Structure

java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.SchemaCacheIF.Structure
Enclosing interface:
SchemaCacheIF

public static class SchemaCacheIF.Structure extends Object
  • Field Details

    • name

      private final String name
    • type

      private final String type
    • jdcbType

      private final int jdcbType
    • length

      private final int length
    • precision

      private final int precision
    • optional

      private final boolean optional
    • position

      private final int position
    • autoinc

      private final boolean autoinc
    • ccsid

      private final int ccsid
  • Constructor Details

    • Structure

      public Structure(String name, String type, int jdcbType, int length, int precision, boolean optional, int position, boolean autoinc)
    • Structure

      public Structure(String name, String type, int jdcbType, int length, int precision, boolean optional, int position, boolean autoinc, int ccsid)
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getLength

      public int getLength()
    • getPrecision

      public int getPrecision()
    • getJdcbType

      public int getJdcbType()
    • isOptional

      public boolean isOptional()
    • getPosition

      public int getPosition()
    • isAutoinc

      public boolean isAutoinc()
    • toString

      public String toString()
      Overrides:
      toString in class Object