Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Packages that use PgAttrdef Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgAttrdef in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgAttrdef Modifier and Type Field Description PgAttrdefPgCatalog. PG_ATTRDEFThe tablepg_catalog.pg_attrdef.static PgAttrdefTables. PG_ATTRDEFThe tablepg_catalog.pg_attrdef. -
Uses of PgAttrdef in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgAttrdef Modifier and Type Field Description static PgAttrdefPgAttrdef. PG_ATTRDEFThe reference instance ofpg_catalog.pg_attrdefMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgAttrdef Modifier and Type Method Description PgAttrdefPgAttrdef. as(String alias)PgAttrdefPgAttrdef. as(Name alias)PgAttrdefPgAttrdef. rename(String name)Rename this tablePgAttrdefPgAttrdef. rename(Name name)Rename this table
-