Uses of Class
com.gpudb.protocol.CreateCatalogResponse
-
Packages that use CreateCatalogResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateCatalogResponse in com.gpudb
Methods in com.gpudb that return CreateCatalogResponse 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.CreateCatalogResponseGPUdb. createCatalog(String name, String tableFormat, String location, String type, String credential, String datasource, Map<String,String> options)Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database. -
Uses of CreateCatalogResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateCatalogResponse Modifier and Type Method Description CreateCatalogResponseCreateCatalogResponse. setInfo(Map<String,String> info)Additional information.CreateCatalogResponseCreateCatalogResponse. setName(String name)Value ofname.
-