@NotNull Meta |
Meta.apply(String migration) |
Apply a migration to this meta to produce a new Meta .
|
@NotNull Meta |
Meta.apply(Collection<? extends Query> migration) |
Apply a migration to this meta to produce a new Meta .
|
@NotNull Meta |
Meta.apply(Queries migration) |
Apply a migration to this meta to produce a new Meta .
|
@NotNull Meta |
Meta.apply(Query... migration) |
Apply a migration to this meta to produce a new Meta .
|
@NotNull Meta |
Meta.filterCatalogs(Meta.Predicate<? super Catalog> filter) |
Create a wrapper Meta instance filtering out some catalogs.
|
@NotNull Meta |
Meta.filterDomains(Meta.Predicate<? super Domain<?>> filter) |
Create a wrapper Meta instance filtering out some domains.
|
@NotNull Meta |
Meta.filterIndexes(Meta.Predicate<? super Index> filter) |
Create a wrapper Meta instance filtering out some indexes.
|
@NotNull Meta |
Meta.filterPrimaryKeys(Meta.Predicate<? super UniqueKey<?>> filter) |
Create a wrapper Meta instance filtering out some primary keys.
|
@NotNull Meta |
Meta.filterSchemas(Meta.Predicate<? super Schema> filter) |
Create a wrapper Meta instance filtering out some schemas.
|
@NotNull Meta |
Meta.filterSequences(Meta.Predicate<? super Sequence<?>> filter) |
Create a wrapper Meta instance filtering out some sequences.
|
@NotNull Meta |
Meta.filterTables(Meta.Predicate<? super Table<?>> filter) |
Create a wrapper Meta instance filtering out some tables.
|
@NotNull Meta |
DSLContext.meta() |
Access the database meta data.
|
@NotNull Meta |
DSLContext.meta(String... sources) |
Create meta data from a set of sources.
|
@NotNull Meta |
DSLContext.meta(DatabaseMetaData meta) |
|
@NotNull Meta |
DSLContext.meta(Catalog... catalogs) |
Access the database meta data from explicit catalog information.
|
@NotNull Meta |
DSLContext.meta(Query... queries) |
Create meta data from a set of DDL queries.
|
@NotNull Meta |
DSLContext.meta(Schema... schemas) |
Access the database meta data from explicit schema information.
|
@NotNull Meta |
DSLContext.meta(Source... sources) |
Create meta data from a set of sources.
|
@NotNull Meta |
DSLContext.meta(Table<?>... tables) |
Access the database meta data from explicit table information.
|
@NotNull Meta |
DSLContext.meta(InformationSchema schema) |
Access the database meta data from an explicit JAXB-annotated meta model.
|
@NotNull Meta |
Version.meta() |
The version's Meta representation of the database.
|
@NotNull Meta |
MetaProvider.provide() |
Provide meta data information.
|
@NotNull Meta |
Meta.snapshot() |
Eager-create an in-memory copy of this Meta instance without any
connection to the original data source.
|