Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
UpdateRecordsBySeriesResponse |
GPUdb.updateRecordsBySeries(UpdateRecordsBySeriesRequest request)
Updates the view specified by
tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName . |
Modifier and Type | Method and Description | ||||
---|---|---|---|---|---|
UpdateRecordsBySeriesRequest |
UpdateRecordsBySeriesRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||||
UpdateRecordsBySeriesRequest |
UpdateRecordsBySeriesRequest.setReserved(List<String> reserved)
The default value is an empty
List . |
||||
UpdateRecordsBySeriesRequest |
UpdateRecordsBySeriesRequest.setTableName(String tableName)
Name of the view on which the update operation will be performed, in
[schema_name.]view_name format, using standard
UpdateRecordsBySeriesRequest UpdateRecordsBySeriesRequest. | setViewName(String viewName)
Name of the view containing the series (tracks) which have to be
updated, in [schema_name.]view_name format, using standard
UpdateRecordsBySeriesRequest UpdateRecordsBySeriesRequest. | setWorldTableName(String worldTableName)
Name of the table containing the complete series (track) information, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |