org.jooq.util.h2.information_schema
Class Tables

java.lang.Object
  extended by org.jooq.util.h2.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 Constraints CONSTRAINTS
          The table INFORMATION_SCHEMA.CONSTRAINTS
static CrossReferences CROSS_REFERENCES
          The table INFORMATION_SCHEMA.CROSS_REFERENCES
static FunctionAliases FUNCTION_ALIASES
          The table INFORMATION_SCHEMA.FUNCTION_ALIASES
static FunctionColumns FUNCTION_COLUMNS
          The table INFORMATION_SCHEMA.FUNCTION_COLUMNS
static Sequences SEQUENCES
          The table INFORMATION_SCHEMA.SEQUENCES
static Tables TABLES
          The table INFORMATION_SCHEMA.TABLES
static TypeInfo TYPE_INFO
          The table INFORMATION_SCHEMA.TYPE_INFO
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTION_COLUMNS

public static FunctionColumns FUNCTION_COLUMNS
The table INFORMATION_SCHEMA.FUNCTION_COLUMNS


CONSTRAINTS

public static Constraints CONSTRAINTS
The table INFORMATION_SCHEMA.CONSTRAINTS


CROSS_REFERENCES

public static CrossReferences CROSS_REFERENCES
The table INFORMATION_SCHEMA.CROSS_REFERENCES


FUNCTION_ALIASES

public static FunctionAliases FUNCTION_ALIASES
The table INFORMATION_SCHEMA.FUNCTION_ALIASES


SEQUENCES

public static Sequences SEQUENCES
The table INFORMATION_SCHEMA.SEQUENCES


TYPE_INFO

public static TypeInfo TYPE_INFO
The table INFORMATION_SCHEMA.TYPE_INFO


COLUMNS

public static Columns COLUMNS
The table INFORMATION_SCHEMA.COLUMNS


TABLES

public static Tables TABLES
The table INFORMATION_SCHEMA.TABLES



Copyright © 2012. All Rights Reserved.