Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit,
List<String> orderByColumns)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit,
String expression)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit,
String expression,
List<String> orderByColumns)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit,
String expression,
List<String> orderByColumns,
String havingClause)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
GPUdbBase.GetRecordsJsonResponse |
GPUdbBase.getRecordsJson(String tableName,
List<String> columnNames,
long offset,
long limit,
String expression,
String havingClause)
This method is used to retrieve records from a Kinetica table in the form of
a JSON array (stringified).
|
Copyright © 2024. All rights reserved.