|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric | +--com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericHash
Adaption of the base generic layout driver to use unique hashes of as the index terms instead of relying on database sequences. This is useful for databases without useful sequences/generators it may also yield marginally higher performance.
Fields inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric |
ANON_NAMESPACE |
Constructor Summary | |
DriverGenericHash()
Create a bare instance of the driver. |
Method Summary | |
IDBID |
wrapDBID(java.lang.Object id)
Convert the raw SQL object used to store a database identifier into a java object which meets the IDBID interface. |
Methods inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric |
addStatement, allocateModelID, attachStore, cleanDB, close, createConstraints, deleteStatement, detachStore, formatDB, getConnection, getLiteral, getLiteralID, getModelID, getNamespace, getProperty, getProperty, getResource, getResource, getResourceID, getSQLCache, hintPropertyTable, isDBFormatOK, isStatementPresent, listModels, listNamespaces, listStatements, listStatements, listSubjects, loadDatabaseDriver, loadProperties, makeResource, saveProperties, setConnection, supportsMultipleModels, toString, wrapFlag |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DriverGenericHash()
Method Detail |
public IDBID wrapDBID(java.lang.Object id)
wrapDBID
in class DriverGenericGeneric
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |