Uses of Class
org.apache.sis.metadata.sql.MetadataStoreException
Packages that use MetadataStoreException
Package
Description
Utility classes for the implementation of SIS storage classes.
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of MetadataStoreException in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that throw MetadataStoreExceptionModifier and TypeMethodDescriptionfinal void
MetadataBuilder.setPredefinedFormat
(String abbreviation) Sets the file format. -
Uses of MetadataStoreException in org.apache.sis.metadata.sql
Methods in org.apache.sis.metadata.sql that throw MetadataStoreExceptionModifier and TypeMethodDescriptionAdds the given metadata object to the database, if it does not already exists.void
MetadataSource.close()
Closes the database connection used by this object.private Object
Dispatcher.fetchValue
(LookupInfo info, Method method) Gets, computes or read from the database a metadata property value.(package private) final Object
Returns the attribute value in the given column for the given record.private Object
Implementation of publicMetadataSource.lookup(Class, String)
method.<T> T
Returns an implementation of the specified metadata interface filled with the data referenced by the specified identifier.(package private) final Object
MetadataSource.readColumn
(LookupInfo info, Method method, Dispatcher toSearch) Invoked byMetadataProxy
for fetching an attribute value from a table.Searches for the given metadata in the database.