Uses of Class
com.gpudb.protocol.CheckTableResponse
-
Packages that use CheckTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CheckTableResponse in com.gpudb
Methods in com.gpudb that return CheckTableResponse Modifier and Type Method Description CheckTableResponseGPUdb. checkTable(CheckTableRequest request)Scans the requested tables as specified intableNamesfor integrity.CheckTableResponseGPUdb. checkTable(List<String> tableNames, Map<String,String> options)Scans the requested tables as specified intableNamesfor integrity. -
Uses of CheckTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CheckTableResponse Modifier and Type Method Description CheckTableResponseCheckTableResponse. setErrors(List<String> errors)CheckTableResponseCheckTableResponse. setIds(List<String> ids)CheckTableResponseCheckTableResponse. setInfo(Map<String,String> info)Additional information.CheckTableResponseCheckTableResponse. setLocations(List<String> locations)CheckTableResponseCheckTableResponse. setTableNames(List<String> tableNames)
-