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

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

public class DriverInterbaseHash
extends DriverGenericHash
implements IRDBDriver

Adaption of the base generic layout driver to the limitations of InterBase SQL. The only substantial adaptation is done in the SQL file, the java class is just boilerplate.

Version:
$Revision: 1.4 $ on $Date: 2001/12/05 17:56:50 $
Author:
Dave Reynolds

Fields inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericGeneric
ANON_NAMESPACE
 
Constructor Summary
DriverInterbaseHash()
          Create a bare instance of the driver.
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.rdb.DriverGenericHash
wrapDBID
 
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
 
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

DriverInterbaseHash

public DriverInterbaseHash()
                    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.