Modifier and Type | Class and Description |
---|---|
class |
DatabaseModelVisitor |
class |
DdlVisitor
Creates the DDL representation for the set of visited SQL statements.
|
class |
PostgreSQLDdlVisitor
Creates the DDL representation for the set of visited SQL statements for a
PostgreSQL DB.
|
class |
ReplicationSchemaVisitor |
Modifier and Type | Interface and Description |
---|---|
interface |
NameNormalizer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNameNormalizer |
class |
LowerCaseNameNormalizer |
class |
OracleNameNormalizer |
class |
SQLServerNameNormalizer |
class |
UpperCaseNameNormalizer |
Modifier and Type | Method and Description |
---|---|
void |
Statement.accept(StatementVisitor visitor) |
void |
Insert.accept(StatementVisitor visitor) |
void |
CreateTable.accept(StatementVisitor visitor) |
void |
CreateIndex.accept(StatementVisitor visitor) |
void |
Comment.accept(StatementVisitor visitor) |
void |
Alter.accept(StatementVisitor visitor) |
Copyright © 2018. All rights reserved.