Uses of Class
com.gpudb.protocol.CreateMaterializedViewResponse
-
Packages that use CreateMaterializedViewResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateMaterializedViewResponse in com.gpudb
Methods in com.gpudb that return CreateMaterializedViewResponse Modifier and Type Method Description CreateMaterializedViewResponseGPUdb. 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.CreateMaterializedViewResponseGPUdb. 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. -
Uses of CreateMaterializedViewResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateMaterializedViewResponse Modifier and Type Method Description CreateMaterializedViewResponseCreateMaterializedViewResponse. setInfo(Map<String,String> info)Additional information.CreateMaterializedViewResponseCreateMaterializedViewResponse. setTableName(String tableName)Value oftableName.CreateMaterializedViewResponseCreateMaterializedViewResponse. setViewId(String viewId)Value of view_id.
-