Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateTypeResponse |
GPUdb.createType(CreateTypeRequest request)
Creates a new type describing the layout or schema of a table.
|
CreateTypeResponse |
GPUdb.createType(String typeDefinition,
String label,
Map<String,List<String>> properties,
Map<String,String> options)
Creates a new type describing the layout or schema of a table.
|
Modifier and Type | Method and Description |
---|---|
CreateTypeResponse |
CreateTypeResponse.setInfo(Map<String,String> info) |
CreateTypeResponse |
CreateTypeResponse.setLabel(String label) |
CreateTypeResponse |
CreateTypeResponse.setProperties(Map<String,List<String>> properties) |
CreateTypeResponse |
CreateTypeResponse.setTypeDefinition(String typeDefinition) |
CreateTypeResponse |
CreateTypeResponse.setTypeId(String typeId) |
Copyright © 2020. All rights reserved.