Package org.jooq.impl

Class DefaultMetaProvider

  • All Implemented Interfaces:
    MetaProvider

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Meta provide()
      Provide meta data information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultMetaProvider

        public DefaultMetaProvider​(Configuration configuration)