Package | Description |
---|---|
org.fastnate.generator.statements |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedStatementsWriter
An implementation of a
StatementsWriter which writes the SQL statements directly to a database connection. |
class |
FileStatementsWriter
Implementation of
StatementsWriter which writes the statements into a Writer resp. |
class |
LiquibaseStatementsWriter
Generates statements for the Liquibase changelog file.
|
class |
ListStatementsWriter
A simple
StatementsWriter , which just stores all generated statements into a list. |
class |
PostgreSqlBulkWriter
Implementation of a
StatementsWriter that writes bulk text files for each table, and references them in "COPY
INTO". |
Copyright © 2022 fastnate.org. All rights reserved.