| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTableResponse | 
GPUdb.createTable(CreateTableRequest request)
Creates a new table. 
 | 
CreateTableResponse | 
GPUdb.createTable(String tableName,
           String typeId,
           Map<String,String> options)
Creates a new table. 
 | 
| 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 © 2024. All rights reserved.