Uses of Class
com.gpudb.protocol.AlterWalResponse
-
Packages that use AlterWalResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterWalResponse in com.gpudb
Methods in com.gpudb that return AlterWalResponse Modifier and Type Method Description AlterWalResponseGPUdb. alterWal(AlterWalRequest request)Alters table write-ahead log (WAL) settings.AlterWalResponseGPUdb. alterWal(List<String> tableNames, Map<String,String> options)Alters table write-ahead log (WAL) settings. -
Uses of AlterWalResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterWalResponse Modifier and Type Method Description AlterWalResponseAlterWalResponse. setInfo(Map<String,String> info)Additional information.
-