Module org.jooq
Package org.jooq

Interface MetaProvider

All Known Implementing Classes:
CatalogMetaProvider, DefaultMetaProvider, InformationSchemaMetaProvider, SchemaMetaProvider, TableMetaProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MetaProvider
An SPI that can produce dynamic catalog, schema, table meta data information.

The default implementation will produce information based on DatabaseMetaData obtained from the enclosing Configuration.connectionProvider().

Author:
Lukas Eder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    @NotNull Meta
    Provide meta data information.
  • Method Details Link icon

    • provide Link icon

      @NotNull @NotNull Meta provide()
      Provide meta data information.