Class PostgresDatabase

java.lang.Object
org.jooq.meta.AbstractDatabase
org.jooq.meta.postgres.PostgresDatabase
All Implemented Interfaces:
AutoCloseable, Database, ResultQueryDatabase
Direct Known Subclasses:
YugabyteDBDatabase

public class PostgresDatabase extends AbstractDatabase implements ResultQueryDatabase
Postgres uses the ANSI default INFORMATION_SCHEMA, but unfortunately ships with a non-capitalised version of it: information_schema. Hence the HSQLDBDatabase is not used here.
Author:
Lukas Eder