Interface Schema

All Superinterfaces:
Auditable
All Known Implementing Classes:
SchemaDTO

@Evolving public interface Schema extends Auditable
An interface representing a schema in the Catalog. A Schema is a basic container of relational objects, like tables, views, etc. A Schema can be self-nested, which means it can be schema1.schema2.table.

This defines the basic properties of a schema. A catalog implementation with SupportsSchemas should implement this interface.