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