Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Packages that use PgDescription Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgDescription in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgDescription Modifier and Type Field Description PgDescriptionPgCatalog. PG_DESCRIPTIONThe tablepg_catalog.pg_description.static PgDescriptionTables. PG_DESCRIPTIONThe tablepg_catalog.pg_description. -
Uses of PgDescription in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgDescription Modifier and Type Field Description static PgDescriptionPgDescription. PG_DESCRIPTIONThe reference instance ofpg_catalog.pg_descriptionMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgDescription Modifier and Type Method Description PgDescriptionPgDescription. as(String alias)PgDescriptionPgDescription. as(Name alias)PgDescriptionPgDescription. rename(String name)Rename this tablePgDescriptionPgDescription. rename(Name name)Rename this table
-