com.hp.hpl.jena.update
Class GraphStoreFactory.GraphStoreBasic

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.DataSourceGraphImpl
      extended by com.hp.hpl.jena.update.GraphStoreFactory.GraphStoreBasic
All Implemented Interfaces:
com.hp.hpl.jena.sparql.core.DatasetGraph, com.hp.hpl.jena.sparql.core.DataSourceGraph, GraphStore
Enclosing class:
GraphStoreFactory

public static class GraphStoreFactory.GraphStoreBasic
extends com.hp.hpl.jena.sparql.core.DataSourceGraphImpl
implements GraphStore


Constructor Summary
GraphStoreFactory.GraphStoreBasic()
           
GraphStoreFactory.GraphStoreBasic(Dataset ds)
           
GraphStoreFactory.GraphStoreBasic(com.hp.hpl.jena.graph.Graph graph)
           
 
Method Summary
 void close()
           
 void execute(com.hp.hpl.jena.sparql.modify.op.Update graphUpdate)
          Deprecated.  
 void execute(com.hp.hpl.jena.sparql.modify.op.Update graphUpdate, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Deprecated.  
 void execute(UpdateRequest request)
          Deprecated.  
 void execute(UpdateRequest request, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Deprecated.  
 void sync()
           
 Dataset toDataset()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.core.DataSourceGraphImpl
addGraph, cloneDataset, containsGraph, copy, getDefaultGraph, getGraph, getLock, listGraphNodes, removeGraph, setDefaultGraph, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DataSourceGraph
addGraph, removeGraph, setDefaultGraph
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DatasetGraph
containsGraph, getDefaultGraph, getGraph, getLock, listGraphNodes, size
 

Constructor Detail

GraphStoreFactory.GraphStoreBasic

public GraphStoreFactory.GraphStoreBasic()

GraphStoreFactory.GraphStoreBasic

public GraphStoreFactory.GraphStoreBasic(Dataset ds)

GraphStoreFactory.GraphStoreBasic

public GraphStoreFactory.GraphStoreBasic(com.hp.hpl.jena.graph.Graph graph)
Method Detail

execute

public void execute(UpdateRequest request,
                    com.hp.hpl.jena.sparql.engine.binding.Binding binding)
Deprecated. 

Description copied from interface: GraphStore
Execute a request (a number of update operations)

Specified by:
execute in interface GraphStore

execute

public void execute(UpdateRequest request)
Deprecated. 

Description copied from interface: GraphStore
Execute a request (a number of update operations)

Specified by:
execute in interface GraphStore

execute

public void execute(com.hp.hpl.jena.sparql.modify.op.Update graphUpdate,
                    com.hp.hpl.jena.sparql.engine.binding.Binding binding)
Deprecated. 

Description copied from interface: GraphStore
Execute an update (a single update operation)

Specified by:
execute in interface GraphStore

execute

public void execute(com.hp.hpl.jena.sparql.modify.op.Update graphUpdate)
Deprecated. 

Description copied from interface: GraphStore
Execute an update (a single update operation)

Specified by:
execute in interface GraphStore

toDataset

public Dataset toDataset()
Specified by:
toDataset in interface GraphStore

close

public void close()

sync

public void sync()


Copyright © 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP