hasTable
Checks for the existence of a table with the given name.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.hasTable
public HasTableResponse hasTable(String tableName, Map<String, String> options) throws GPUdbException Checks for the existence of a table with the given name.Parameters:tableName- Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.