| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
CreateTableResponse |
GPUdb.createTable(CreateTableRequest request)
Creates a new table or collection.
|
CreateTableResponse |
GPUdb.createTable(String tableName,
String typeId,
Map<String,String> options)
Creates a new table or collection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableResponse |
CreateTableResponse.setInfo(Map<String,String> info) |
CreateTableResponse |
CreateTableResponse.setIsCollection(boolean isCollection) |
CreateTableResponse |
CreateTableResponse.setTableName(String tableName) |
CreateTableResponse |
CreateTableResponse.setTypeId(String typeId) |
Copyright © 2020. All rights reserved.