Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
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 © 2020. All rights reserved.