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)
Additional information.
|
CreateTableResponse |
CreateTableResponse.setIsCollection(boolean isCollection)
[DEPRECATED--this will always return false] Indicates if the created
entity is a schema.
|
CreateTableResponse |
CreateTableResponse.setTableName(String tableName)
Value of
tableName . |
CreateTableResponse |
CreateTableResponse.setTypeId(String typeId)
Value of
typeId . |
Copyright © 2025. All rights reserved.