| Package | Description |
|---|---|
| org.postgresql.util |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoaderStrategy |
ClassLoaderStrategy.of(java.util.Properties info)
Resolves the strategy from the
PGProperty.CLASS_LOADER_STRATEGY connection property. |
static ClassLoaderStrategy |
ClassLoaderStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassLoaderStrategy[] |
ClassLoaderStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> java.lang.Class<? extends T> |
ClassUtils.forName(java.lang.String className,
java.lang.Class<T> expectedClass,
ClassLoaderStrategy strategy,
java.lang.ClassLoader driverClassLoader)
Loads a class named by a connection property and validates that it is assignable to the
expected type.
|
Copyright © 2026 PostgreSQL Global Development Group. All rights reserved.