Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Packages that use PgAttribute Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgAttribute in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgAttribute Modifier and Type Field Description PgAttributePgCatalog. PG_ATTRIBUTEThe tablepg_catalog.pg_attribute.static PgAttributeTables. PG_ATTRIBUTEThe tablepg_catalog.pg_attribute. -
Uses of PgAttribute in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgAttribute Modifier and Type Field Description static PgAttributePgAttribute. PG_ATTRIBUTEThe reference instance ofpg_catalog.pg_attributeMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgAttribute Modifier and Type Method Description PgAttributePgAttribute. as(String alias)PgAttributePgAttribute. as(Name alias)PgAttributePgAttribute. rename(String name)Rename this tablePgAttributePgAttribute. rename(Name name)Rename this table
-