Uses of Class
com.gpudb.protocol.CreateCatalogRequest
-
Packages that use CreateCatalogRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateCatalogRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateCatalogRequest Modifier and Type Method Description CreateCatalogResponseGPUdb. createCatalog(CreateCatalogRequest request)Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. -
Uses of CreateCatalogRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateCatalogRequest Modifier and Type Method Description CreateCatalogRequestCreateCatalogRequest. setCredential(String credential)Name of the credential object to be used in catalogCreateCatalogRequestCreateCatalogRequest. setDatasource(String datasource)Password for the remote system user; may be an empty stringCreateCatalogRequestCreateCatalogRequest. setLocation(String location)Location of the catalog in 'http[s]://[server[:port]]]' format.CreateCatalogRequestCreateCatalogRequest. setName(String name)Name of the catalog to be created.CreateCatalogRequestCreateCatalogRequest. setOptions(Map<String,String> options)Optional parameters.CreateCatalogRequestCreateCatalogRequest. setTableFormat(String tableFormat)Table format (iceberg, hudi, deltalake)CreateCatalogRequestCreateCatalogRequest. setType(String type)Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue)
-