Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ClearTableResponse |
GPUdb.clearTable(ClearTableRequest request)
Clears (drops) one or all tables in the database cluster.
|
ClearTableResponse |
GPUdb.clearTable(String tableName,
String authorization,
Map<String,String> options)
Clears (drops) one or all tables in the database cluster.
|
Modifier and Type | Method and Description |
---|---|
ClearTableResponse |
ClearTableResponse.setInfo(Map<String,String> info)
Additional information.
|
ClearTableResponse |
ClearTableResponse.setTableName(String tableName)
Value of
tableName for a given table, or 'ALL CLEARED' in case of clearing all
tables. |
Copyright © 2025. All rights reserved.