org.jooq.util.postgres.information_schema
Class Tables

java.lang.Object
  extended by org.jooq.util.postgres.information_schema.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 information_schema


Field Summary
static Attributes ATTRIBUTES
          The table information_schema.attributes
static Columns COLUMNS
          The table information_schema.columns
static ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
          The table information_schema.constraint_column_usage
static KeyColumnUsage KEY_COLUMN_USAGE
          The table information_schema.key_column_usage
static Parameters PARAMETERS
          The table information_schema.parameters
static ReferentialConstraints REFERENTIAL_CONSTRAINTS
          The table information_schema.referential_constraints
static Routines ROUTINES
          The table information_schema.routines
static Sequences SEQUENCES
          The table information_schema.sequences
static TableConstraints TABLE_CONSTRAINTS
          The table information_schema.table_constraints
static Tables TABLES
          The table information_schema.tables
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTES

public static Attributes ATTRIBUTES
The table information_schema.attributes


COLUMNS

public static Columns COLUMNS
The table information_schema.columns


CONSTRAINT_COLUMN_USAGE

public static ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
The table information_schema.constraint_column_usage


KEY_COLUMN_USAGE

public static KeyColumnUsage KEY_COLUMN_USAGE
The table information_schema.key_column_usage


PARAMETERS

public static Parameters PARAMETERS
The table information_schema.parameters


REFERENTIAL_CONSTRAINTS

public static ReferentialConstraints REFERENTIAL_CONSTRAINTS
The table information_schema.referential_constraints


ROUTINES

public static Routines ROUTINES
The table information_schema.routines


SEQUENCES

public static Sequences SEQUENCES
The table information_schema.sequences


TABLE_CONSTRAINTS

public static TableConstraints TABLE_CONSTRAINTS
The table information_schema.table_constraints


TABLES

public static Tables TABLES
The table information_schema.tables



Copyright © 2012. All Rights Reserved.