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