Uses of Class
org.jooq.util.postgres.pg_catalog.tables.PgAttribute

Packages that use PgAttribute
org.jooq.util.postgres.pg_catalog   
org.jooq.util.postgres.pg_catalog.tables   
 

Uses of PgAttribute in org.jooq.util.postgres.pg_catalog
 

Fields in org.jooq.util.postgres.pg_catalog declared as PgAttribute
static PgAttribute Tables.PG_ATTRIBUTE
          The table pg_catalog.pg_attribute
 

Uses of PgAttribute in org.jooq.util.postgres.pg_catalog.tables
 

Fields in org.jooq.util.postgres.pg_catalog.tables declared as PgAttribute
static PgAttribute PgAttribute.PG_ATTRIBUTE
          The singleton instance of pg_catalog.pg_attribute
 

Methods in org.jooq.util.postgres.pg_catalog.tables that return PgAttribute
 PgAttribute PgAttribute.as(String alias)
           
 



Copyright © 2012. All Rights Reserved.