Module org.jooq
Package org.jooq.impl

Class DefaultMetaProvider

java.lang.Object
org.jooq.impl.DefaultMetaProvider
All Implemented Interfaces:
MetaProvider

public class DefaultMetaProvider extends Object implements MetaProvider
A default implementation of the MetaProvider SPI, which provides meta data information based on the JDBC DatabaseMetaData API.
Author:
Lukas Eder
  • Constructor Details

    • DefaultMetaProvider

      public DefaultMetaProvider(Configuration configuration)
  • Method Details