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 voidMetadataBuilder.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.voidMetadataSource.close()Closes the database connection used by this object.private ObjectDispatcher.fetchValue(LookupInfo info, Method method) Gets, computes or read from the database a metadata property value.(package private) final ObjectReturns the attribute value in the given column for the given record.private ObjectImplementation of publicMetadataSource.lookup(Class, String)method.<T> TReturns an implementation of the specified metadata interface filled with the data referenced by the specified identifier.(package private) final ObjectMetadataSource.readColumn(LookupInfo info, Method method, Dispatcher toSearch) Invoked byMetadataProxyfor fetching an attribute value from a table.Searches for the given metadata in the database.