Uses of Class
com.gpudb.protocol.AlterGraphResponse
-
Packages that use AlterGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterGraphResponse in com.gpudb
Methods in com.gpudb that return AlterGraphResponse Modifier and Type Method Description AlterGraphResponseGPUdb. alterGraph(AlterGraphRequest request)AlterGraphResponseGPUdb. alterGraph(String graphName, String action, String actionArg, Map<String,String> options) -
Uses of AlterGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterGraphResponse Modifier and Type Method Description AlterGraphResponseAlterGraphResponse. setAction(String action)AlterGraphResponseAlterGraphResponse. setActionArg(String actionArg)AlterGraphResponseAlterGraphResponse. setInfo(Map<String,String> info)
-