| Interface | Description |
|---|---|
| DataSourceWorker.Listener |
Listener interface for receiving notifications about the status of
a submitted data query and processing job.
|
| SQLDataHandler |
Interface for taking a value in a SQL ResultSet and translating it into
a Java data value for use in a prefuse Table.
|
| Class | Description |
|---|---|
| CompositeSQLDataHandler |
SQLDataHandler that allows multiple handlers to be grouped together.
|
| ConnectionFactory | |
| DatabaseDataSource |
Sends queries to a relational database and processes the results, storing
the results in prefuse Table instances.
|
| DataSourceWorker |
Worker thread that asynchronously handles a queue of jobs, with each job
responsible for issuing a query and processing the results.
|
| DataSourceWorker.Entry |
Stores the parameters of a data query and processing job.
|
| DefaultSQLDataHandler |
Default data value handler for mapping SQL data types to Java objects.
|