Package | Description |
---|---|
com.streamscape.ds.jdbc | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCDriver
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
static Driver |
DriverManager.getDriver(java.lang.String url)
Attempts to locate a driver that understands the given URL.
|
Modifier and Type | Method and Description |
---|---|
static void |
DriverManager.deregisterDriver(Driver driver)
Drops a driver from the
DriverManager 's list. |
static void |
DriverManager.registerDriver(Driver driver)
Registers the given driver with the
DriverManager . |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.