- java.lang.Object
-
- org.jooq.meta.cubrid.dba.Tables
-
public class Tables extends Object
This class is generated by jOOQ. Convenience access to all tables in
-
-
Field Summary
Fields Modifier and Type Field Description static DbAttributeDB_ATTRIBUTEThe table db_attributestatic DbClassDB_CLASSThe table db_classstatic DbIndexDB_INDEXThe table db_indexstatic DbIndexKeyDB_INDEX_KEYThe table db_index_keystatic DbSerialDB_SERIALThe table db_serialstatic DbUserDB_USERThe table db_user
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
DB_ATTRIBUTE
public static final DbAttribute DB_ATTRIBUTE
The table db_attribute
-
DB_CLASS
public static final DbClass DB_CLASS
The table db_class
-
DB_INDEX
public static final DbIndex DB_INDEX
The table db_index
-
DB_INDEX_KEY
public static final DbIndexKey DB_INDEX_KEY
The table db_index_key
-
DB_SERIAL
public static final DbSerial DB_SERIAL
The table db_serial
-
DB_USER
public static final DbUser DB_USER
The table db_user
-
-