Uses of Class
com.gpudb.protocol.CreateStateTableResponse
-
Packages that use CreateStateTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateStateTableResponse in com.gpudb
Methods in com.gpudb that return CreateStateTableResponse Modifier and Type Method Description CreateStateTableResponseGPUdb. createStateTable(CreateStateTableRequest request)CreateStateTableResponseGPUdb. createStateTable(String tableName, String inputTableName, String initTableName, Map<String,String> options) -
Uses of CreateStateTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateStateTableResponse Modifier and Type Method Description CreateStateTableResponseCreateStateTableResponse. setInfo(Map<String,String> info)CreateStateTableResponseCreateStateTableResponse. setTableName(String tableName)
-