Lines Matching defs:caller
258 // If the caller does not have permission to load the driver then
328 // If the caller does not have permission to load the driver then
339 * to which the current caller has access.
344 * @return the list of JDBC Drivers loaded by the caller's class loader
354 // If the caller does not have permission to load the driver then
453 private static boolean isDriverAllowed(Driver driver, Class<?> caller) {
454 ClassLoader callerCL = caller != null ? caller.getClassLoader() : null;
540 String url, java.util.Properties info, Class<?> caller) throws SQLException {
547 ClassLoader callerCL = caller != null ? caller.getClassLoader() : null;
566 // If the caller does not have permission to load the driver then