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)
Additional information.
|
CreateMaterializedViewResponse |
CreateMaterializedViewResponse.setTableName(String tableName)
Value of
tableName . |
CreateMaterializedViewResponse |
CreateMaterializedViewResponse.setViewId(String viewId)
Value of view_id.
|
Copyright © 2025. All rights reserved.