| Interface | Description |
|---|---|
| CsvFile.LineFilter | |
| CycleFinder.CycleConsumer |
Consumes cycles.
|
| JobManager.Job |
A job to be managed by a
JobManager. |
| LogUtil.Warn |
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| CancellationHandler |
Handles cancellation request of the user and cancels database requests.
|
| CellContentConverter |
Converts a cell-content to valid SQL-literal.
|
| CellContentConverter.NCharWrapper | |
| CellContentConverter.PObjectWrapper | |
| CellContentConverter.TimestampWithNano | |
| ClasspathUtil |
Loads jar files dynamically.
|
| CsvFile |
Parser for CSV-files.
|
| CsvFile.Line |
A line in a CSV-file.
|
| CycleFinder |
Finds dependency cycles.
|
| CycleFinder.Path |
Path from n table
from to another table to. |
| JobManager |
Executes a job-list in a concurrent way.
|
| JSqlParserUtil |
SQL parsing.
|
| LayoutStorage |
Stores and restores graph layout.
|
| LogUtil | |
| Pair<A,B> |
An ordered pair of objects (a, b).
|
| PrintUtil |
Utility for printing.
|
| Quoting |
Quotes and un-quotes SQL identifier in a DBMS specific way.
|
| SqlScriptExecutor |
Reads in and executes SQL-scripts.
|
| SqlUtil |
Some utility methods.
|
| UniversalProblemSolver |
The Universal Problem Solver.
|
| Exception | Description |
|---|---|
| CancellationException |
Signals that an operation has been cancelled.
|
| CycleFinder.CycleFoundException |