org.jooq.util.postgres.pg_catalog
Class Tables

java.lang.Object
  extended by org.jooq.util.postgres.pg_catalog.Tables

@Generated(value={"http://www.jooq.org","2.0.6"},
           comments="This class is generated by jOOQ")
public final class Tables
extends Object

This class is generated by jOOQ. Convenience access to all tables in pg_catalog


Field Summary
static PgAttribute PG_ATTRIBUTE
          The table pg_catalog.pg_attribute
static PgClass PG_CLASS
          The table pg_catalog.pg_class
static PgEnum PG_ENUM
          The table pg_catalog.pg_enum
static PgNamespace PG_NAMESPACE
          The table pg_catalog.pg_namespace
static PgProc PG_PROC
          The table pg_catalog.pg_proc
static PgType PG_TYPE
          The table pg_catalog.pg_type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PG_ATTRIBUTE

public static PgAttribute PG_ATTRIBUTE
The table pg_catalog.pg_attribute


PG_CLASS

public static PgClass PG_CLASS
The table pg_catalog.pg_class


PG_ENUM

public static PgEnum PG_ENUM
The table pg_catalog.pg_enum


PG_NAMESPACE

public static PgNamespace PG_NAMESPACE
The table pg_catalog.pg_namespace


PG_PROC

public static PgProc PG_PROC
The table pg_catalog.pg_proc


PG_TYPE

public static PgType PG_TYPE
The table pg_catalog.pg_type



Copyright © 2012. All Rights Reserved.