Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateTableResponse |
GPUdb.createTable(CreateTableRequest request)
Creates a new table with the given type (definition of columns).
|
Modifier and Type | Method and Description | ||
---|---|---|---|
CreateTableRequest |
CreateTableRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
CreateTableRequest |
CreateTableRequest.setTableName(String tableName)
Name of the table to be created, in [schema_name.]table_name format,
using standard
CreateTableRequest CreateTableRequest. |
setTypeId(String typeId)
The type for the table, specified as either an existing table's
numerical type ID (as returned by
GPUdb.createType ) or a
type definition (as described above). |
Copyright © 2025. All rights reserved.