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