Uses of Class
org.apache.sis.metadata.sql.MetadataStoreException
-
Packages that use MetadataStoreException Package Description org.apache.sis.metadata.sql An implementation of Metadata interfaces fetching the data from an SQL database. -
-
Uses of MetadataStoreException in org.apache.sis.metadata.sql
Methods in org.apache.sis.metadata.sql that throw MetadataStoreException Modifier and Type Method Description String
MetadataWriter. add(Object metadata)
Adds the given metadata object to the database, if it does not already exists.void
MetadataSource. close()
Closes the database connection used by this object.<T> T
MetadataSource. lookup(Class<T> type, String identifier)
Returns an implementation of the specified metadata interface filled with the data referenced by the specified identifier.String
MetadataSource. search(Object metadata)
Searches for the given metadata in the database.
-