Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawGetRecordsResponse |
GPUdb.getRecordsRaw(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
Modifier and Type | Method and Description |
---|---|
RawGetRecordsResponse |
RawGetRecordsResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setRecordsBinary(List<ByteBuffer> recordsBinary)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setRecordsJson(List<String> recordsJson)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setTypeName(String typeName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setTypeSchema(String typeSchema)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.