|
Class Summary |
| BatchCommand |
Represents a single batch command including the source file and starting line
number. |
| BatchScript |
Manages loading and parameterization of batch scripts. |
| CsvInfo |
Defines a struct to hold batch CSV file information. |
| InfiniDBBatchApplier |
|
| JavascriptExecutor |
Represents a class to execute a Javascript batch load script. |
| JavascriptRuntime |
Implements a runtime that can be provided to Javascript scripts with useful
functions like launching an OS process or failing with an exception. |
| NativeScriptExecutor |
Represents a class to execute a native batch script. |
| SimpleBatchApplier |
Implements an applier that bulk loads data into a SQL database via CSV files. |
| SqlCsvLoader |
Implements a CSV loader that loads files using SQL. |
| SqlWrapper |
Provides a simple wrapper for JDBC connections that is suitable for exposure
in scripted environments. |
| VerticaCsvLoader |
Implements a CSV loader that uses streaming interface available from the
Vertica JDBC driver. |
| VerticaStreamBatchApplier |
Implements an applier that bulk loads data into a Vertica database via stream
interface. |