Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExecuteSqlResponse |
GPUdb.executeSql(ExecuteSqlRequest request)
Execute a SQL statement (query, DML, or DDL).
|
ExecuteSqlResponse |
GPUdb.executeSql(String statement,
long offset,
long limit,
String requestSchemaStr,
List<ByteBuffer> data,
Map<String,String> options)
Execute a SQL statement (query, DML, or DDL).
|
Modifier and Type | Method and Description |
---|---|
ExecuteSqlResponse |
ExecuteSqlResponse.setCountAffected(long countAffected)
The number of objects/records affected.
|
ExecuteSqlResponse |
ExecuteSqlResponse.setData(List<Record> data)
Avro binary encoded response.
|
ExecuteSqlResponse |
ExecuteSqlResponse.setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
ExecuteSqlResponse |
ExecuteSqlResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
ExecuteSqlResponse |
ExecuteSqlResponse.setInfo(Map<String,String> info)
Additional information.
|
ExecuteSqlResponse |
ExecuteSqlResponse.setPagingTable(String pagingTable)
Name of the table that has the result records of the query.
|
ExecuteSqlResponse |
ExecuteSqlResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.