Constant Field Values

Contents

io.debezium.*

  • io.debezium.ibmi.db2.journal.retrieve.BytesPerChar
    Modifier and Type
    Constant Field
    Value
    private static final String
    "select table_name, system_table_name, column_name, system_column_name, length, character_octet_length FROM qsys2.SYSCOLUMNS where table_schema=? and (system_table_name = ? or table_name = ?)"
  • io.debezium.ibmi.db2.journal.retrieve.CcsidCache
    Modifier and Type
    Constant Field
    Value
    private static final String
    "select table_name, system_table_name, column_name, system_column_name, ccsid FROM qsys2.SYSCOLUMNS where table_schema=? and (system_table_name = ? or table_name = ?)"
  • io.debezium.ibmi.db2.journal.retrieve.JdbcFileDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "values ( CURRENT_SERVER )"
    private static final String
    "select table_name from qsys2.systables where table_schema=? AND system_table_name=?"
    private static final String
    "SELECT c.column_name FROM qsys.QADBKATR k\n INNER JOIN qsys2.SYSCOLUMNS c on c.table_schema=k.dbklib and c.system_table_name=k.dbkfil AND c.system_column_name=k.DBKFLD\n WHERE k.dbklib=? AND k.dbkfil=? ORDER BY k.DBKPOS ASC\n"
  • io.debezium.ibmi.db2.journal.retrieve.JournalEntryDeocder<T>
    Modifier and Type
    Constant Field
    Value
    public static final int
    16
  • io.debezium.ibmi.db2.journal.retrieve.JournalInfoRetrieval
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/QSYS.LIB/QJOURNAL.SRVPGM"
    private static final int
    20
  • io.debezium.ibmi.db2.journal.retrieve.ParameterListBuilder
    Modifier and Type
    Constant Field
    Value
    public static final int
    131072
    public static final int
    0
    public static final String
    "RJNE0200"
  • io.debezium.ibmi.db2.journal.retrieve.RetrieveConfig
    Modifier and Type
    Constant Field
    Value
    public static final int
    1000000
  • io.debezium.ibmi.db2.journal.retrieve.RetrieveJournal.RetrieveJournalException
    Modifier and Type
    Constant Field
    Value
    private static final long
    1L