|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.resources.JDBC
public final class JDBC
A set of utilities methods related to JDBC (Java Database Connectivity).
Method Summary | |
---|---|
static java.util.logging.LogRecord |
loadDriver(java.lang.String driver)
Attempts to load the specified JDBC driver, if not already done. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.logging.LogRecord loadDriver(java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |