Klasse AbstractInterpretingDatabase

java.lang.Object
org.jooq.meta.AbstractDatabase
org.jooq.meta.h2.H2Database
org.jooq.meta.extensions.AbstractInterpretingDatabase
Alle implementierten Schnittstellen:
AutoCloseable, Database, ResultQueryDatabase
Bekannte direkte Unterklassen:
DDLDatabase

@Internal public abstract class AbstractInterpretingDatabase extends H2Database
A common base class for "interpreting" databases, which interpret a third party meta format, applying that to an in-memory H2 database, and reverse engineering that.

Future versions of this implementation might switch the H2 database dependency for jOOQ's native DDL interpreting "database", which allows for supporting more native SQL than what H2 supports currently.

This class is INTERNAL and should not be implemented directly by users.

Autor:
Lukas Eder