org.jooq.util.derby.sys
Class Tables

java.lang.Object
  extended by org.jooq.util.derby.sys.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 SYS


Field Summary
static Syscolumns SYSCOLUMNS
          The table SYS.SYSCOLUMNS
static Sysconglomerates SYSCONGLOMERATES
          The table SYS.SYSCONGLOMERATES
static Sysconstraints SYSCONSTRAINTS
          The table SYS.SYSCONSTRAINTS
static Syskeys SYSKEYS
          The table SYS.SYSKEYS
static Sysschemas SYSSCHEMAS
          The table SYS.SYSSCHEMAS
static Syssequences SYSSEQUENCES
          The table SYS.SYSSEQUENCES
static Systables SYSTABLES
          The table SYS.SYSTABLES
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSCOLUMNS

public static Syscolumns SYSCOLUMNS
The table SYS.SYSCOLUMNS


SYSCONGLOMERATES

public static Sysconglomerates SYSCONGLOMERATES
The table SYS.SYSCONGLOMERATES


SYSCONSTRAINTS

public static Sysconstraints SYSCONSTRAINTS
The table SYS.SYSCONSTRAINTS


SYSKEYS

public static Syskeys SYSKEYS
The table SYS.SYSKEYS


SYSSCHEMAS

public static Sysschemas SYSSCHEMAS
The table SYS.SYSSCHEMAS


SYSSEQUENCES

public static Syssequences SYSSEQUENCES
The table SYS.SYSSEQUENCES


SYSTABLES

public static Systables SYSTABLES
The table SYS.SYSTABLES



Copyright © 2012. All Rights Reserved.