org.jooq.util.db2.syscat
Class Tables

java.lang.Object
  extended by org.jooq.util.db2.syscat.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 SYSCAT


Field Summary
static Attributes ATTRIBUTES
          The table SYSCAT.ATTRIBUTES
static Columns COLUMNS
          The table SYSCAT.COLUMNS
static Datatypes DATATYPES
          The table SYSCAT.DATATYPES
static Funcparms FUNCPARMS
          The table SYSCAT.FUNCPARMS
static Functions FUNCTIONS
          The table SYSCAT.FUNCTIONS
static Keycoluse KEYCOLUSE
          The table SYSCAT.KEYCOLUSE
static Procedures PROCEDURES
          The table SYSCAT.PROCEDURES
static Procparms PROCPARMS
          The table SYSCAT.PROCPARMS
static References REFERENCES
          The table SYSCAT.REFERENCES
static Sequences SEQUENCES
          The table SYSCAT.SEQUENCES
static Tabconst TABCONST
          The table SYSCAT.TABCONST
static Tables TABLES
          The table SYSCAT.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 SYSCAT.ATTRIBUTES


COLUMNS

public static Columns COLUMNS
The table SYSCAT.COLUMNS


DATATYPES

public static Datatypes DATATYPES
The table SYSCAT.DATATYPES


FUNCPARMS

public static Funcparms FUNCPARMS
The table SYSCAT.FUNCPARMS


FUNCTIONS

public static Functions FUNCTIONS
The table SYSCAT.FUNCTIONS


KEYCOLUSE

public static Keycoluse KEYCOLUSE
The table SYSCAT.KEYCOLUSE


PROCEDURES

public static Procedures PROCEDURES
The table SYSCAT.PROCEDURES


PROCPARMS

public static Procparms PROCPARMS
The table SYSCAT.PROCPARMS


REFERENCES

public static References REFERENCES
The table SYSCAT.REFERENCES


SEQUENCES

public static Sequences SEQUENCES
The table SYSCAT.SEQUENCES


TABCONST

public static Tabconst TABCONST
The table SYSCAT.TABCONST


TABLES

public static Tables TABLES
The table SYSCAT.TABLES



Copyright © 2012. All Rights Reserved.