Klasse DDLDatabase

Alle implementierten Schnittstellen:
AutoCloseable, Database, ResultQueryDatabase

public class DDLDatabase extends AbstractInterpretingDatabase
The DDL database.

This meta data source parses a set of SQL scripts, translates them to the H2 dialect and runs them on an in-memory H2 database before reverse engineering the outcome.

The SQL scripts are located in the scripts scripts property available from AbstractDatabase.getProperties().

Autor:
Lukas Eder