|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataConnection | |
---|---|
org.jdesktop.dataset | The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. |
org.jdesktop.dataset.provider.sql |
Uses of DataConnection in org.jdesktop.dataset |
---|
Methods in org.jdesktop.dataset that return DataConnection | |
---|---|
DataConnection |
DataProvider.getConnection()
|
Methods in org.jdesktop.dataset with parameters of type DataConnection | |
---|---|
void |
DataProvider.setConnection(DataConnection conn)
|
Uses of DataConnection in org.jdesktop.dataset.provider.sql |
---|
Subclasses of DataConnection in org.jdesktop.dataset.provider.sql | |
---|---|
class |
JDBCDataConnection
An implementation of the DataConnection for interacting with a local database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |