public class DdlChangesTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.relational.ddl.DdlChanges |
changes |
private io.debezium.relational.ddl.LegacyDdlParser |
parser |
private io.debezium.relational.Tables |
tables |
| Constructor and Description |
|---|
DdlChangesTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
shouldParseMultipleStatementsWithDefaultDatabase() |
void |
shouldParseMultipleStatementsWithFullyQualifiedDatabase() |
void |
shouldParseMultipleStatementsWithNoCurrentSchemaAndFullyQualifiedDatabase() |
private io.debezium.relational.ddl.DdlChanges changes
private io.debezium.relational.ddl.LegacyDdlParser parser
private io.debezium.relational.Tables tables
public void beforeEach()
public void shouldParseMultipleStatementsWithDefaultDatabase()
public void shouldParseMultipleStatementsWithFullyQualifiedDatabase()
public void shouldParseMultipleStatementsWithNoCurrentSchemaAndFullyQualifiedDatabase()
Copyright © 2020 JBoss by Red Hat. All rights reserved.