org.jooq.util.cubrid.dba
Class Tables

java.lang.Object
  extended by org.jooq.util.cubrid.dba.Tables

@Generated(value={"http://www.jooq.org","2.2.0"},
           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 DBA


Field Summary
static DbAttribute DB_ATTRIBUTE
          The table DBA.db_attribute
static DbClass DB_CLASS
          The table DBA.db_class
static DbIndex DB_INDEX
          The table DBA.db_index
static DbIndexKey DB_INDEX_KEY
          The table DBA.db_index_key
static DbSerial DB_SERIAL
          The table DBA.db_serial
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB_ATTRIBUTE

public static DbAttribute DB_ATTRIBUTE
The table DBA.db_attribute


DB_CLASS

public static DbClass DB_CLASS
The table DBA.db_class


DB_INDEX

public static DbIndex DB_INDEX
The table DBA.db_index


DB_INDEX_KEY

public static DbIndexKey DB_INDEX_KEY
The table DBA.db_index_key


DB_SERIAL

public static DbSerial DB_SERIAL
The table DBA.db_serial



Copyright © 2012. All Rights Reserved.