Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawExecuteSqlResponse |
GPUdb.executeSqlRaw(ExecuteSqlRequest request)
Execute a SQL statement (query, DML, or DDL).
|
Modifier and Type | Method and Description |
---|---|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
Avro binary encoded response.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setCountAffected(long countAffected)
The number of objects/records affected.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setInfo(Map<String,String> info)
Additional information.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setJsonEncodedResponse(String jsonEncodedResponse)
Avro JSON encoded response.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setPagingTable(String pagingTable)
Name of the table that has the result records of the query.
|
RawExecuteSqlResponse |
RawExecuteSqlResponse.setResponseSchemaStr(String responseSchemaStr)
Avro schema of
binaryEncodedResponse
or jsonEncodedResponse . |
RawExecuteSqlResponse |
RawExecuteSqlResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.