Class DriverManagerAccessorSupport


  • public class DriverManagerAccessorSupport
    extends java.lang.Object
    Support routines for DriverManagerAccessor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.reflect.Method defineClass  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class<?> define​(java.lang.ClassLoader loader)
      Definines the class using the given ClassLoader and ProtectionDomain
      private static byte[] loadBytes()  
      • Methods inherited from class java.lang.Object

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

      • defineClass

        private static java.lang.reflect.Method defineClass
    • Constructor Detail

      • DriverManagerAccessorSupport

        public DriverManagerAccessorSupport()
    • Method Detail

      • define

        public static java.lang.Class<?> define​(java.lang.ClassLoader loader)
        Definines the class using the given ClassLoader and ProtectionDomain
      • loadBytes

        private static byte[] loadBytes()