Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ClearTablesResponse |
GPUdb.clearTables(ClearTablesRequest request)
Clears (drops) tables in the database cluster.
|
ClearTablesResponse |
GPUdb.clearTables(List<String> tableNames,
Map<String,String> options)
Clears (drops) tables in the database cluster.
|
Modifier and Type | Method and Description |
---|---|
ClearTablesResponse |
ClearTablesResponse.setInfo(Map<String,String> info)
Additional information.
|
ClearTablesResponse |
ClearTablesResponse.setTables(Map<String,String> tables)
For each table in
tableNames , any
error from the clear operation, or an empty string if successful. |
Copyright © 2025. All rights reserved.