Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
List<BulkInserter.InsertException> |
BulkInserter.getErrors()
Gets the list of errors received since the last call to getErrors().
|
List<BulkInserter.InsertException> |
BulkInserter.getWarnings()
Gets the list of warnings received since the last call to getWarnings().
|
Modifier and Type | Method and Description |
---|---|
void |
BulkInserter.close()
This method will be called automatically if the
BulkInserter class is used in a
try-with-resources block. |
void |
BulkInserter.flush()
Ensures that any queued records are inserted into GPUdb.
|
void |
BulkInserter.insert(List<T> records)
Queues a list of records for insertion into GPUdb.
|
void |
BulkInserter.insert(T record)
Queues a record for insertion into GPUdb.
|
Copyright © 2024. All rights reserved.