Uses of Class
org.jooq.meta.cubrid.dba.tables.DbIndex
-
Packages that use DbIndex Package Description org.jooq.meta.cubrid.dba org.jooq.meta.cubrid.dba.tables -
-
Uses of DbIndex in org.jooq.meta.cubrid.dba
Fields in org.jooq.meta.cubrid.dba declared as DbIndex Modifier and Type Field Description static DbIndexTables. DB_INDEXThe table db_index -
Uses of DbIndex in org.jooq.meta.cubrid.dba.tables
Fields in org.jooq.meta.cubrid.dba.tables declared as DbIndex Modifier and Type Field Description static DbIndexDbIndex. DB_INDEXThe singleton instance ofdb_indexMethods in org.jooq.meta.cubrid.dba.tables that return DbIndex Modifier and Type Method Description DbIndexDbIndex. as(String alias)DbIndexDbIndex. rename(String name)Rename this table
-