Package org.jooq.meta

Interface ResultQueryDatabase

All Superinterfaces:
AutoCloseable, Database
All Known Implementing Classes:
DerbyDatabase, FirebirdDatabase, H2Database, HSQLDBDatabase, MariaDBDatabase, MySQLDatabase, PostgresDatabase, YugabyteDBDatabase

@Internal public interface ResultQueryDatabase extends Database
An interface for all AbstractDatabase implementations that can produce ResultQuery objects to query meta data.

These queries will be used to generate some internal queries in the core library's Meta API. The return types of the various methods are subject to change and should not be relied upon.

Author:
Lukas Eder