Uses of Class
org.jooq.meta.h2.information_schema.tables.Tables
-
Packages that use Tables Package Description org.jooq.meta.h2.information_schema org.jooq.meta.h2.information_schema.tables -
-
Uses of Tables in org.jooq.meta.h2.information_schema
Fields in org.jooq.meta.h2.information_schema declared as Tables Modifier and Type Field Description TablesInformationSchema. TABLESThe tableINFORMATION_SCHEMA.TABLES.static TablesTables. TABLESThe tableINFORMATION_SCHEMA.TABLES. -
Uses of Tables in org.jooq.meta.h2.information_schema.tables
Fields in org.jooq.meta.h2.information_schema.tables declared as Tables Modifier and Type Field Description static TablesTables. TABLESThe reference instance ofINFORMATION_SCHEMA.TABLESMethods in org.jooq.meta.h2.information_schema.tables that return Tables Modifier and Type Method Description TablesTables. as(String alias)TablesTables. as(Name alias)TablesTables. rename(String name)Rename this tableTablesTables. rename(Name name)Rename this table
-