org.jooq.util.hsqldb.information_schema
Class Tables

java.lang.Object
  extended by org.jooq.util.hsqldb.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 Columns COLUMNS
          The table INFORMATION_SCHEMA.COLUMNS
static ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
          The table INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE
static ElementTypes ELEMENT_TYPES
          The table INFORMATION_SCHEMA.ELEMENT_TYPES
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

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


ELEMENT_TYPES

public static ElementTypes ELEMENT_TYPES
The table INFORMATION_SCHEMA.ELEMENT_TYPES


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


TABLES

public static Tables TABLES
The table INFORMATION_SCHEMA.TABLES


TABLE_CONSTRAINTS

public static TableConstraints TABLE_CONSTRAINTS
The table INFORMATION_SCHEMA.TABLE_CONSTRAINTS



Copyright © 2012. All Rights Reserved.