Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Packages that use PgInherits Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgInherits in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgInherits Modifier and Type Field Description PgInheritsPgCatalog. PG_INHERITSThe tablepg_catalog.pg_inherits.static PgInheritsTables. PG_INHERITSThe tablepg_catalog.pg_inherits. -
Uses of PgInherits in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgInherits Modifier and Type Field Description static PgInheritsPgInherits. PG_INHERITSThe reference instance ofpg_catalog.pg_inheritsMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgInherits Modifier and Type Method Description PgInheritsPgInherits. as(String alias)PgInheritsPgInherits. as(Name alias)PgInheritsPgInherits. rename(String name)Rename this tablePgInheritsPgInherits. rename(Name name)Rename this table
-