Class JDBC3DatabaseMetaData.LogHolder

  • Enclosing class:
    JDBC3DatabaseMetaData

    private static class JDBC3DatabaseMetaData.LogHolder
    extends java.lang.Object
    Class-wrapper around the logger object to avoid build-time initialization of the logging framework in native-image
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Logger logger  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LogHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • logger

        private static final Logger logger
    • Constructor Detail

      • LogHolder

        private LogHolder()