Package | Description |
---|---|
net.sf.jailer.datamodel | |
net.sf.jailer.progress | |
net.sf.jailer.subsetting |
Modifier and Type | Class and Description |
---|---|
class |
Association
An association between database-tables.
|
class |
Table
Describes a database-table.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressListener.collected(int day,
ModelElement modelElement,
long rc)
Rows have been collected.
|
void |
ProgressListener.collectionJobEnqueued(int day,
ModelElement modelElement)
A collection-job has been enqueued.
|
void |
ProgressListener.collectionJobStarted(int day,
ModelElement modelElement)
Collection of rows has been started.
|
void |
ProgressListenerRegistry.fireCollected(int day,
ModelElement modelElement,
long numberOfRows) |
void |
ProgressListenerRegistry.fireCollectionJobEnqueued(int day,
ModelElement modelElement) |
void |
ProgressListenerRegistry.fireCollectionJobStarted(int day,
ModelElement modelElement) |
Modifier and Type | Method and Description |
---|---|
void |
CollectedRowsCounter.collected(int day,
ModelElement modelElement,
long rc) |
void |
CollectedRowsCounter.collectionJobEnqueued(int day,
ModelElement modelElement) |
void |
CollectedRowsCounter.collectionJobStarted(int day,
ModelElement modelElement) |