| Interface | Description |
|---|---|
| JdbcConnectionFactory |
A consistent interface for creating JDBC connections.
|
| JdbcValueReader |
The interface used to read column values from a JDBC ResultSet.
|
| Class | Description |
|---|---|
| JdbcMultiUpsertWriter |
Writes records to a database table using the upsert idiom (attempt to insert, but update if duplicate key exists).
|
| JdbcMultiWriter |
Writes records to a database table using 1 or more connections; each connection writing asynchronously using a separate thread.
|
| JdbcReader |
Obtains records from a database query.
|
| JdbcUpsertWriter |
Writes records to a database table using the upsert idiom (attempt to insert, but update if duplicate key exists).
|
| JdbcWriter |
Writes records to a database table.
|
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.