Uses of Class
org.apache.sis.metadata.sql.MetadataSource
Packages that use MetadataSource
Package
Description
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of MetadataSource in org.apache.sis.metadata.sql
Subclasses of MetadataSource in org.apache.sis.metadata.sqlModifier and TypeClassDescription(package private) final class
A fallback providing hard-coded values of metadata entities.class
A connection to a metadata database with write capabilities.Fields in org.apache.sis.metadata.sql declared as MetadataSourceModifier and TypeFieldDescriptionprivate static MetadataSource
MetadataSource.instance
The instance connected to the"jdbc/SpatialMetadata"
database, created when first needed and cleared when the classpath change.private final MetadataSource
Dispatcher.source
The connection to the database.Methods in org.apache.sis.metadata.sql that return MetadataSourceModifier and TypeMethodDescriptionstatic MetadataSource
MetadataSource.getProvided()
Returns the metadata source connected to the"jdbc/SpatialMetadata"
database.Methods in org.apache.sis.metadata.sql with parameters of type MetadataSourceModifier and TypeMethodDescriptionMetadataProxy.identifier
(MetadataSource source) Returns the identifier (primary key) of this metadata if it is using the given source, ornull
otherwise.Method parameters in org.apache.sis.metadata.sql with type arguments of type MetadataSourceModifier and TypeMethodDescription(package private) final void
MetadataSource.warning
(Class<? extends MetadataSource> source, String method, LogRecord record) Reports a warning.Constructors in org.apache.sis.metadata.sql with parameters of type MetadataSourceModifierConstructorDescriptionDispatcher
(String identifier, MetadataSource source) Creates a new metadata handler.(package private)
IdentifierGenerator
(MetadataSource source, String schema, String table, String column, SQLBuilder buffer) Creates a new generator.MetadataSource
(MetadataSource source) Creates a new metadata source with the same configuration than the given source.