public interface Metadata
Modifier and Type | Method and Description |
---|---|
java.util.Optional<NamespaceMetadata> |
getNamespace(java.lang.String namespaceName)
Returns a
NamespaceMetadata object for the specified namespace |
java.util.Optional<NamespaceMetadata> getNamespace(java.lang.String namespaceName)
NamespaceMetadata
object for the specified namespacenamespaceName
- the name of the target namespaceNamespaceMetadata
objectSqlException
- if an unexpected error happens