|
dbXML API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xmldb.api.sdk.SimpleConfigurable | +--org.xmldb.api.sdk.SimpleDatabase | +--org.xmldb.api.reference.DatabaseImpl
Reference Database implmentation. The reference Database simply resides on the file system. It isn't speedy but it serves the purpose of illustrating how a driver should work..
Constructor Summary | |
DatabaseImpl()
|
Method Summary | |
Collection |
getCollection(java.lang.String uri)
Retrieves a Collection instance based on the URI provided
in the uri parameter. |
Methods inherited from class org.xmldb.api.sdk.SimpleDatabase |
acceptsURI, getConformanceLevel, getName |
Methods inherited from class org.xmldb.api.sdk.SimpleConfigurable |
getProperty, setProperty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xmldb.api.base.Database |
getCollection |
Methods inherited from interface org.xmldb.api.base.Configurable |
getProperty, setProperty |
Constructor Detail |
public DatabaseImpl()
Method Detail |
public Collection getCollection(java.lang.String uri) throws XMLDBException
Collection
instance based on the URI provided
in the uri
parameter. The URI format for this implementation
is ref:///path where path is a path in the file system. To locate the data
files the database expects a directory data to exist in the current
directory.getCollection
in class SimpleDatabase
uri
- the URI to use to locate the collection.Collection
instance
|
dbXML API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |