Uses of Interface
org.jooq.Meta
-
Packages that use Meta Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Meta in org.jooq
Methods in org.jooq that return Meta Modifier and Type Method Description Meta
Meta. apply(String migration)
Apply a migration to this meta to produce a newMeta
.Meta
Meta. apply(Collection<? extends Query> migration)
Apply a migration to this meta to produce a newMeta
.Meta
Meta. apply(Queries migration)
Apply a migration to this meta to produce a newMeta
.Meta
Meta. apply(Query... migration)
Apply a migration to this meta to produce a newMeta
.Meta
DSLContext. meta()
Access the database meta data.Meta
DSLContext. meta(String... sources)
Create meta data from a set of sources.Meta
DSLContext. meta(DatabaseMetaData meta)
Access the database meta data from an explicit JDBCDatabaseMetaData
.Meta
DSLContext. meta(Catalog... catalogs)
Access the database meta data from explicit catalog information.Meta
DSLContext. meta(Query... queries)
Create meta data from a set of DDL queries.Meta
DSLContext. meta(Schema... schemas)
Access the database meta data from explicit schema information.Meta
DSLContext. meta(Source... sources)
Create meta data from a set of sources.Meta
DSLContext. meta(Table<?>... tables)
Access the database meta data from explicit table information.Meta
DSLContext. meta(InformationSchema schema)
Access the database meta data from an explicit JAXB-annotated meta model.Meta
Version. meta()
The version'sMeta
representation of the database.Meta
MetaProvider. provide()
Provide meta data information.Methods in org.jooq with parameters of type Meta Modifier and Type Method Description Version
Version. commit(String id, Meta meta)
Commit a newMeta
representation to the version graph.Queries
Meta. migrateTo(Meta other)
Generate a migration script to get from this meta data to another one.Queries
Meta. 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 Meta
DefaultDSLContext. meta()
Meta
DefaultDSLContext. meta(String... sources)
Meta
DefaultDSLContext. meta(DatabaseMetaData meta)
Meta
DefaultDSLContext. meta(Catalog... catalogs)
Meta
DefaultDSLContext. meta(Query... queries)
Meta
DefaultDSLContext. meta(Schema... schemas)
Meta
DefaultDSLContext. meta(Source... sources)
Meta
DefaultDSLContext. meta(Table<?>... tables)
Meta
DefaultDSLContext. meta(InformationSchema schema)
Meta
CatalogMetaProvider. provide()
Meta
DefaultMetaProvider. provide()
Meta
InformationSchemaMetaProvider. provide()
Meta
SchemaMetaProvider. provide()
Meta
TableMetaProvider. provide()
-