Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Class and Description |
---|---|
class |
GenericRecord
|
class |
RecordBase
Abstract class that provides default implementations of most methods of
Record . |
class |
RecordObject
Abstract base class for objects that contain
Record data with a
schema defined at compile time. |
Modifier and Type | Method and Description |
---|---|
Record |
Type.newInstance()
Creates a new
Record based on the type. |
Modifier and Type | Method and Description |
---|---|
List<Record> |
GetRecordsByColumnResponse.getData() |
List<Record> |
ExecuteSqlResponse.getData() |
List<Record> |
AggregateUnpivotResponse.getData() |
List<Record> |
AggregateUniqueResponse.getData() |
List<Record> |
AggregateGroupByResponse.getData() |
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setData(List<Record> data) |
ExecuteSqlResponse |
ExecuteSqlResponse.setData(List<Record> data) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setData(List<Record> data) |
AggregateUniqueResponse |
AggregateUniqueResponse.setData(List<Record> data) |
AggregateGroupByResponse |
AggregateGroupByResponse.setData(List<Record> data) |
Copyright © 2020. All rights reserved.