Constant Field Values

Contents

io.debezium.*

  • io.debezium.connector.oracle.AbstractOracleDatatypesTest
    Modifier and Type
    Constant Field
    Value
    private static final String
    "create table debezium.type_clob ( id numeric(9,0) not null, val_clob_inline clob, val_nclob_inline nclob, val_clob_short clob, val_nclob_short nclob, val_clob_long clob, val_nclob_long nclob, primary key (id))"
    private static final String
    "create table debezium.type_fp ( id numeric(9,0) not null, val_bf binary_float, val_bd binary_double, val_f float, val_f_10 float (10), val_num number(10,6), val_dp double precision, val_r real, val_decimal decimal(10, 6), val_numeric numeric(10, 6), val_num_vs number, primary key (id))"
    private static final String
    "create table debezium.type_geometry ( id numeric(9,0) not null, location sdo_geometry, primary key (id))"
    private static final String
    "create table debezium.type_int ( id numeric(9,0) not null, val_int int, val_integer integer, val_smallint smallint, val_number_38_no_scale number(38), val_number_38_scale_0 number(38, 0), val_number_2 number(2), val_number_4 number(4), val_number_9 number(9), val_number_18 number(18), val_number_2_negative_scale number(1, -1), val_number_4_negative_scale number(2, -2), val_number_9_negative_scale number(8, -1), val_number_18_negative_scale number(16, -2), val_number_36_negative_scale number(36, -2), val_decimal decimal(10), val_numeric numeric(10), val_number_1 number(1), primary key (id))"
    private static final String
    "create table debezium.type_string ( id numeric(9,0) not null, val_varchar varchar(1000), val_varchar2 varchar2(1000), val_nvarchar2 nvarchar2(1000), val_char char(3), val_nchar nchar(3), primary key (id))"
    private static final String
    "create table debezium.type_time ( id numeric(9,0) not null, val_date date, val_ts timestamp, val_ts_precision2 timestamp(2), val_ts_precision4 timestamp(4), val_ts_precision9 timestamp(9), val_tstz timestamp with time zone, val_tsltz timestamp with local time zone, val_int_ytm interval year to month, val_int_dts interval day(3) to second(2), primary key (id))"
    static final String
    "connect.decimal.precision"
  • io.debezium.connector.oracle.OracleConnectorIT
    Modifier and Type
    Constant Field
    Value
    private static final String
    "Oracle LogMiner is unable to re-construct the SQL for \'"
    private static final String
    "cannot be parsed. This event will be ignored and skipped."
    private static final String
    "snapshot_completed"
  • io.debezium.connector.oracle.OracleDdlParserTest
    Modifier and Type
    Constant Field
    Value
    private static final String
    "ORCLPDB1"
    private static final String
    "TEST"
  • io.debezium.connector.oracle.OutboxEventRouterIT
    Modifier and Type
    Constant Field
    Value
    private static final String
    "CREATE TABLE debezium.outbox (id varchar2(64) not null primary key, aggregatetype varchar2(255) not null, aggregateid varchar2(255) not null, type varchar2(255) not null, payload varchar2(4000))"
  • io.debezium.connector.oracle.SnapshotSelectOverridesIT
    Modifier and Type
    Constant Field
    Value
    private static final String
    "CREATE TABLE %s (ID numeric(9,0) primary key, NAME varchar2(30), PRICE numeric(8,2), TS date, SOFT_DELETED number(1))"
    private static final String
    "INSERT INTO %s VALUES (%s, \'%s\', %s, TO_DATE(\'%s\',\'yyyy-mm-dd\'), %s)"
    private static final int
    10
  • io.debezium.connector.oracle.logminer.LogMinerEventRowTest
    Modifier and Type
    Constant Field
    Value
    private static final String
    "DEBEZIUM"
  • io.debezium.connector.oracle.logminer.LogMinerQueryBuilderTest
    Modifier and Type
    Constant Field
    Value
    private static final String
    "SELECT SCN, SQL_REDO, OPERATION_CODE, TIMESTAMP, XID, CSF, TABLE_NAME, SEG_OWNER, OPERATION, USERNAME, ROW_ID, ROLLBACK, RS_ID, STATUS, INFO, SSN, THREAD# FROM V$LOGMNR_CONTENTS WHERE SCN > ? AND SCN <= ? ${systemTablePredicate}AND ((OPERATION_CODE IN (6,7,34,36) OR (OPERATION_CODE = 5 AND USERNAME NOT IN (\'SYS\',\'SYSTEM\') AND INFO NOT LIKE \'INTERNAL DDL%\' AND ${pdbPredicate}(TABLE_NAME IS NULL OR TABLE_NAME NOT LIKE \'ORA_TEMP_%\')) ) OR (OPERATION_CODE IN ${operationCodes} AND ${pdbPredicate}TABLE_NAME != \'LOG_MINING_FLUSH\' ${schemaPredicate}${tablePredicate}))"
    private static final String
    "SELECT SCN, SQL_REDO, OPERATION_CODE, TIMESTAMP, XID, CSF, TABLE_NAME, SEG_OWNER, OPERATION, USERNAME, ROW_ID, ROLLBACK, RS_ID, STATUS, INFO, SSN, THREAD# FROM V$LOGMNR_CONTENTS WHERE SCN > ? AND SCN <= ? ${systemTablePredicate}AND ((OPERATION_CODE IN (6,7,34,36)) OR (AND ${pdbPredicate}(OPERATION_CODE IN ${operationCodes} OR (OPERATION_CODE = 5 AND USERNAME NOT IN (\'SYS\',\'SYSTEM\') AND INFO NOT LIKE \'INTERNAL DDL%\' AND (TABLE_NAME IS NULL OR TABLE_NAME NOT LIKE \'ORA_TEMP_%\'))) AND TABLE_NAME != \'LOG_MINING_FLUSH\' ${schemaPredicate}${tablePredicate}))"
    private static final String
    "(1,2,3)"
    private static final String
    "(1,2,3,9,10,11,29)"