com.hp.hpl.mesa.rdf.jena.rdb
Class DriverGenericMMGenericProc

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric
        |
        +--com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericMMGeneric
              |
              +--com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericMMGenericProc
All Implemented Interfaces:
IRDBDriver

public class DriverGenericMMGenericProc
extends DriverGenericMMGeneric
implements IRDBDriver

Adaption of the base generic layout driver to support databases with stored procedures that do the id allocation and duplication checking inline with the actual insert (for each of Resource, Namespace, Literal and Statement).

Version:
$Revision: 1.2 $ on $Date: 2001/11/26 18:20:09 $
Author:
Dave Reynolds

Fields inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric
ANON_NAMESPACE
 
Constructor Summary
DriverGenericMMGenericProc()
          Create a bare instance of the driver.
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericMMGeneric
allocateModelID, getModelID, listModels, supportsMultipleModels
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric
addStatement, attachStore, cleanDB, close, createConstraints, deleteStatement, detachStore, formatDB, getConnection, getLiteral, getLiteralID, getNamespace, getProperty, getProperty, getResource, getResource, getResourceID, getSQLCache, hintPropertyTable, isDBFormatOK, isStatementPresent, listNamespaces, listStatements, listStatements, listSubjects, loadDatabaseDriver, loadProperties, makeResource, saveProperties, setConnection, toString, wrapDBID, wrapFlag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.mesa.rdf.jena.rdb.IRDBDriver
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, loadProperties, makeResource, setConnection, supportsMultipleModels, wrapDBID
 

Constructor Detail

DriverGenericMMGenericProc

public DriverGenericMMGenericProc()
                           throws RDFRDBException
Create a bare instance of the driver. It is not functional until a database connection has been supplied via setConnection.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.