Interface Metadata
- All Known Subinterfaces:
Column
,Index
,Schema
,SchemaTemplate
,Table
public interface Metadata
Base interface for Relational metadata. A meta datum has a specific name, and is usually part of a metadata hierarchy
that can be visited using a general
Visitor
.-
Method Summary
-
Method Details
-
getName
Returns the name of the metadata.- Returns:
- the name of the metadata.
-
accept
-