| Interface | Description |
|---|---|
| ConnectionClosable |
| Class | Description |
|---|---|
| BatchInserter |
A helper class to automate the common batch-insert process as far as
possible.
|
| DataBaseConnector |
This class creates a connection with a database and allows for convenient
queries and commands.
|
| DBCIterator<E> |
Abstract class for iterators returned by the
DataBaseConnector
which hold JDBC Connection objects. |
| DBCThreadedIterator<E> |
This iterator class employs multiple Threads for database queries.
|
| QueryHelper | |
| SubsetStatus | |
| ThreadedColumnsIterator |
Retrieves a list of fields from the requested table.
|
| ThreadedColumnsToRetrieveIterator |
An iterator that returns documents stored in the database identified by the
primary keys delivered in a list upon creation of the iterator.
|
| Enum | Description |
|---|---|
| DataBaseConnector.StatusElement |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.