Package | Description |
---|---|
org.apache.sis.metadata.sql |
An implementation of Metadata interfaces
fetching the data from an SQL database.
|
Modifier and Type | Method and 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.
|
static MetadataSource |
MetadataSource.getProvided()
Returns the metadata source connected to the
"jdbc/SpatialMetadata" database. |
<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.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.