Uses of Class
com.gpudb.protocol.CreateDeltaTableResponse
-
Packages that use CreateDeltaTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateDeltaTableResponse in com.gpudb
Methods in com.gpudb that return CreateDeltaTableResponse Modifier and Type Method Description CreateDeltaTableResponseGPUdb. createDeltaTable(CreateDeltaTableRequest request)CreateDeltaTableResponseGPUdb. createDeltaTable(String deltaTableName, String tableName, Map<String,String> options) -
Uses of CreateDeltaTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateDeltaTableResponse Modifier and Type Method Description CreateDeltaTableResponseCreateDeltaTableResponse. setDeltaTableName(String deltaTableName)CreateDeltaTableResponseCreateDeltaTableResponse. setInfo(Map<String,String> info)
-