Uses of Interface
org.jooq.Meta
-
Packages that use Meta Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of Meta in org.jooq
Methods in org.jooq that return Meta Modifier and Type Method Description MetaMeta. apply(String migration)Apply a migration to this meta to produce a newMeta.MetaMeta. apply(Collection<? extends Query> migration)Apply a migration to this meta to produce a newMeta.MetaMeta. apply(Queries migration)Apply a migration to this meta to produce a newMeta.MetaMeta. apply(Query... migration)Apply a migration to this meta to produce a newMeta.MetaDSLContext. meta()Access the database meta data.MetaDSLContext. meta(String... sources)Create meta data from a set of sources.MetaDSLContext. meta(DatabaseMetaData meta)Access the database meta data from an explicit JDBCDatabaseMetaData.MetaDSLContext. meta(Catalog... catalogs)Access the database meta data from explicit catalog information.MetaDSLContext. meta(Query... queries)Create meta data from a set of DDL queries.MetaDSLContext. meta(Schema... schemas)Access the database meta data from explicit schema information.MetaDSLContext. meta(Source... sources)Create meta data from a set of sources.MetaDSLContext. meta(Table<?>... tables)Access the database meta data from explicit table information.MetaDSLContext. meta(InformationSchema schema)Access the database meta data from an explicit JAXB-annotated meta model.MetaVersion. meta()The version'sMetarepresentation of the database.MetaMetaProvider. provide()Provide meta data information.Methods in org.jooq with parameters of type Meta Modifier and Type Method Description VersionVersion. commit(String id, Meta meta)Commit a newMetarepresentation to the version graph.QueriesMeta. migrateTo(Meta other)Generate a migration script to get from this meta data to another one.QueriesMeta. migrateTo(Meta other, MigrationConfiguration configuration)Generate a migration script to get from this meta data to another one. -
Uses of Meta in org.jooq.impl
Methods in org.jooq.impl that return Meta Modifier and Type Method Description MetaDefaultDSLContext. meta()MetaDefaultDSLContext. meta(String... sources)MetaDefaultDSLContext. meta(DatabaseMetaData meta)MetaDefaultDSLContext. meta(Catalog... catalogs)MetaDefaultDSLContext. meta(Query... queries)MetaDefaultDSLContext. meta(Schema... schemas)MetaDefaultDSLContext. meta(Source... sources)MetaDefaultDSLContext. meta(Table<?>... tables)MetaDefaultDSLContext. meta(InformationSchema schema)MetaCatalogMetaProvider. provide()MetaDefaultMetaProvider. provide()MetaInformationSchemaMetaProvider. provide()MetaSchemaMetaProvider. provide()MetaTableMetaProvider. provide()
-