public final class JDBC extends Object
Modifier and Type | Method and Description |
---|---|
static LogRecord |
loadDriver(String driver)
Attempts to load the specified JDBC driver, if not already done.
|
public static LogRecord loadDriver(String driver)
null
.
Otherwise, it attempts to load the specified driver and returns a log record initialized with
a message at the CONFIG
level on success, or at the WARNING
level on failure.driver
- The JDBC driver to load, as a fully qualified Java class name.null
if the driver was already
loaded.Copyright © 1996–2019 Geotools. All rights reserved.