|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| MetadataSource | A connection to a metadata database in read-only mode. |
| MetadataWriter | A connection to a metadata database with write capabilities. |
| Exception Summary | |
|---|---|
| MetadataException | Throws when a metadata method failed. |
An implementation of Metadata interfaces fetching the data from an SQL database. Each metadata classes are mapped to a table, and each metadata attributes are mapped to a column in the appropriate table. Tables and columns are created only when first needed.
This package is not a replacement for more sophisticated metadata applications like MD-Web. This package provides only a direct mapping (i.e. no meta-model) of metadata interfaces and methods to database tables and columns with limited capability. This is suitable only for applications wanting a simple metadata schema. The restrictions are:
UML annotations.InternationalString are stored only for the default locale.GeographicDescription which extends
GeographicExtent) can be stored only
in databases supporting table inheritance, like
PostgreSQL.
| metadata/geotk-metadata-sql (download) |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||