Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AppendRecordsResponse |
GPUdb.appendRecords(AppendRecordsRequest request)
Append (or insert) all records from a source table (specified by
sourceTableName ) to a particular target table (specified by tableName ). |
AppendRecordsResponse |
GPUdb.appendRecords(String tableName,
String sourceTableName,
Map<String,String> fieldMap,
Map<String,String> options)
Append (or insert) all records from a source table (specified by
sourceTableName ) to a particular target table (specified by tableName ). |
Modifier and Type | Method and Description |
---|---|
AppendRecordsResponse |
AppendRecordsResponse.setInfo(Map<String,String> info) |
AppendRecordsResponse |
AppendRecordsResponse.setTableName(String tableName) |
Copyright © 2020. All rights reserved.