Package fr.gouv.culture.sdx.utils.database

Simple database abstraction.

See:
          Description

Interface Summary
Database A simple database abstraction for managing document-like simple data.
DatabaseConnection Created by IntelliJ IDEA.
 

Class Summary
AbstractDatabase An abstract representation of a database
AbstractJDBCDatabase Created by IntelliJ IDEA.
DatabaseBacked Created by IntelliJ IDEA.
DatabaseEntity An entity from a _database, basically a list of properties.
HSQLDatabase Created by IntelliJ IDEA.
JDBCDatabase Created by IntelliJ IDEA.
JDBCDatabaseConnection Created by IntelliJ IDEA.
LuceneDatabase An implementation of database operations using Lucene.
MYSQLDatabase Created by IntelliJ IDEA.
ORACLEDatabase An Oracle implementation of the SDX Database interface.
POSTGRESQLDatabase Created by gVim User: Pierre Dittgen Date: 2 nov 2004
Property An entity's property in SDX simple database abstraction.
SQLDatabaseConnection Created by IntelliJ IDEA.
 

Package fr.gouv.culture.sdx.utils.database Description

Simple database abstraction.

The database package contains interfaces and classes that implement a simple concept of database : each entity stored in the database is identified by an id and has properties. A property is a name and one or more values. Only string values are supported.

SDX provides one implementation of such a database using the Lucene search engine. Other implementations could be provided later on, using a RDBMS or XML:DB databases for example.



Copyright © 2000-2003 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.