Uses of Class
com.gpudb.protocol.CreateMaterializedViewRequest
-
Packages that use CreateMaterializedViewRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateMaterializedViewRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateMaterializedViewRequest 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. -
Uses of CreateMaterializedViewRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateMaterializedViewRequest Modifier and Type Method Description CreateMaterializedViewRequestCreateMaterializedViewRequest. setOptions(Map<String,String> options)Optional parameters.CreateMaterializedViewRequestCreateMaterializedViewRequest. setTableName(String tableName)Name of the table to be created that is the top-level table of the materialized view, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
-