Class ListSchemasResponse

  • All Implemented Interfaces:
    AutoCloseable

    public class ListSchemasResponse
    extends MetadataResponse
    Represents the output of a ListSchemas operation.
    • Constructor Detail

      • ListSchemasResponse

        public ListSchemasResponse​(String catalogName,
                                   Collection<String> schemas)
        Constructs a new ListSchemasResponse object.
        Parameters:
        catalogName - The catalog name that schemas were listed for.
        schemas - The list of schema names (they all must be lowercase).