public class OracleDdlParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.oracle.antlr.OracleDdlParser |
parser |
private static String |
PDB_NAME |
private static String |
TABLE_NAME |
private Tables |
tables |
| Constructor and Description |
|---|
OracleDdlParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldParseCreateAndAlterTable() |
void |
shouldParseCreateTable()
this is original test by Gunnar Morling
|
private void |
testColumn(@NotNull Table table,
@NotNull String name,
boolean isOptional,
Integer jdbcType,
String typeName,
Integer length,
Integer scale,
Boolean hasDefault,
Object defaultValue) |
private static final String TABLE_NAME
private static final String PDB_NAME
private io.debezium.connector.oracle.antlr.OracleDdlParser parser
private Tables tables
Copyright © 2021 JBoss by Red Hat. All rights reserved.