| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
HasTableResponse |
GPUdb.hasTable(HasTableRequest request)
Checks for the existence of a table with the given name.
|
HasTableResponse |
GPUdb.hasTable(String tableName,
Map<String,String> options)
Checks for the existence of a table with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
HasTableResponse |
HasTableResponse.setInfo(Map<String,String> info) |
HasTableResponse |
HasTableResponse.setTableExists(boolean tableExists) |
HasTableResponse |
HasTableResponse.setTableName(String tableName) |
Copyright © 2020. All rights reserved.