| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
CreateMaterializedViewResponse |
GPUdb.createMaterializedView(CreateMaterializedViewRequest request)
Initiates the process of creating a materialized view, reserving the
view's name to prevent other views or tables from being created with
that name.
|
CreateMaterializedViewResponse |
GPUdb.createMaterializedView(String tableName,
Map<String,String> options)
Initiates the process of creating a materialized view, reserving the
view's name to prevent other views or tables from being created with
that name.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMaterializedViewResponse |
CreateMaterializedViewResponse.setInfo(Map<String,String> info) |
CreateMaterializedViewResponse |
CreateMaterializedViewResponse.setTableName(String tableName) |
CreateMaterializedViewResponse |
CreateMaterializedViewResponse.setViewId(String viewId) |
Copyright © 2020. All rights reserved.