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 classA fallback providing hard-coded values of metadata entities.classA connection to a metadata database with write capabilities.Fields in org.apache.sis.metadata.sql declared as MetadataSourceModifier and TypeFieldDescriptionprivate static MetadataSourceMetadataSource.instanceThe instance connected to the"jdbc/SpatialMetadata"database, created when first needed and cleared when the classpath change.private final MetadataSourceDispatcher.sourceThe connection to the database.Methods in org.apache.sis.metadata.sql that return MetadataSourceModifier and TypeMethodDescriptionstatic MetadataSourceMetadataSource.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, ornullotherwise.Method parameters in org.apache.sis.metadata.sql with type arguments of type MetadataSourceModifier and TypeMethodDescription(package private) final voidMetadataSource.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.