|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.io.sql.DataSourceWorker.Entry
public static class DataSourceWorker.Entry
Stores the parameters of a data query and processing job.
Constructor Summary | |
---|---|
DataSourceWorker.Entry(DatabaseDataSource ds,
Table table,
java.lang.String query,
java.lang.String keyField,
java.lang.Object lock,
DataSourceWorker.Listener listener)
Create a new Entry. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceWorker.Entry(DatabaseDataSource ds, Table table, java.lang.String query, java.lang.String keyField, java.lang.Object lock, DataSourceWorker.Listener listener)
ds
- the DatabaseDataSource to querytable
- the Table for storing the resultsquery
- the query to issuekeyField
- the key field that should be used to identify
when duplicate results occurlock
- an optional lock to synchronize on when processing
data and adding it to the Tablelistener
- an optional callback listener that allows
notifications to be issued before and after query processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |