Uses of Class
org.jooq.meta.h2.information_schema.tables.Views
-
Packages that use Views Package Description org.jooq.meta.h2.information_schema org.jooq.meta.h2.information_schema.tables -
-
Uses of Views in org.jooq.meta.h2.information_schema
Fields in org.jooq.meta.h2.information_schema declared as Views Modifier and Type Field Description ViewsInformationSchema. VIEWSThe tableINFORMATION_SCHEMA.VIEWS.static ViewsTables. VIEWSThe tableINFORMATION_SCHEMA.VIEWS. -
Uses of Views in org.jooq.meta.h2.information_schema.tables
Fields in org.jooq.meta.h2.information_schema.tables declared as Views Modifier and Type Field Description static ViewsViews. VIEWSThe reference instance ofINFORMATION_SCHEMA.VIEWSMethods in org.jooq.meta.h2.information_schema.tables that return Views Modifier and Type Method Description ViewsViews. as(String alias)ViewsViews. as(Name alias)ViewsViews. rename(String name)Rename this tableViewsViews. rename(Name name)Rename this table
-