org.jooq.util.ase.sys
Class Tables

java.lang.Object
  extended by org.jooq.util.ase.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 dbo


Field Summary
static Sysindexes SYSINDEXES
          The table dbo.sysindexes
static Sysobjects SYSOBJECTS
          The table dbo.sysobjects
static Sysreferences SYSREFERENCES
          The table dbo.sysreferences
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSINDEXES

public static Sysindexes SYSINDEXES
The table dbo.sysindexes


SYSOBJECTS

public static Sysobjects SYSOBJECTS
The table dbo.sysobjects


SYSREFERENCES

public static Sysreferences SYSREFERENCES
The table dbo.sysreferences



Copyright © 2012. All Rights Reserved.