org.jooq.util.mysql.information_schema
Class Tables

java.lang.Object
  extended by org.jooq.util.mysql.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 KeyColumnUsage KEY_COLUMN_USAGE
          The table information_schema.KEY_COLUMN_USAGE
static ReferentialConstraints REFERENTIAL_CONSTRAINTS
          The table information_schema.REFERENTIAL_CONSTRAINTS
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


KEY_COLUMN_USAGE

public static KeyColumnUsage KEY_COLUMN_USAGE
The table information_schema.KEY_COLUMN_USAGE


REFERENTIAL_CONSTRAINTS

public static ReferentialConstraints REFERENTIAL_CONSTRAINTS
The table information_schema.REFERENTIAL_CONSTRAINTS


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.