Uses of Class
org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Packages that use TypeInfo Package Description org.jooq.meta.h2.information_schema org.jooq.meta.h2.information_schema.tables -
-
Uses of TypeInfo in org.jooq.meta.h2.information_schema
Fields in org.jooq.meta.h2.information_schema declared as TypeInfo Modifier and Type Field Description TypeInfoInformationSchema. TYPE_INFOThe tableINFORMATION_SCHEMA.TYPE_INFO.static TypeInfoTables. TYPE_INFOThe tableINFORMATION_SCHEMA.TYPE_INFO. -
Uses of TypeInfo in org.jooq.meta.h2.information_schema.tables
Fields in org.jooq.meta.h2.information_schema.tables declared as TypeInfo Modifier and Type Field Description static TypeInfoTypeInfo. TYPE_INFOThe reference instance ofINFORMATION_SCHEMA.TYPE_INFOMethods in org.jooq.meta.h2.information_schema.tables that return TypeInfo Modifier and Type Method Description TypeInfoTypeInfo. as(String alias)TypeInfoTypeInfo. as(Name alias)TypeInfoTypeInfo. rename(String name)Rename this tableTypeInfoTypeInfo. rename(Name name)Rename this table
-