com.hp.hpl.jena.sdb.store
Class TupleLoaderBase

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
      extended by com.hp.hpl.jena.sdb.store.TupleLoaderBase
All Implemented Interfaces:
TupleLoader
Direct Known Subclasses:
TupleLoaderBase, TupleLoaderOne

public abstract class TupleLoaderBase
extends SDBConnectionHolder
implements TupleLoader

Track whether multiple loads overlap.


Method Summary
 void close()
          This TupleLoader is done with.
 void finish()
          Notify the finish of a sequence of rows to load.
 TableDesc getTableDesc()
          Get the table description
 String getTableName()
           
 void setTableDesc(TableDesc tDesc)
          Set table description
 void start()
          Notify the start of a sequence of rows to load
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sdb.store.TupleLoader
load, unload
 

Method Detail

getTableName

public String getTableName()

getTableDesc

public TableDesc getTableDesc()
Description copied from interface: TupleLoader
Get the table description

Specified by:
getTableDesc in interface TupleLoader

setTableDesc

public void setTableDesc(TableDesc tDesc)
Description copied from interface: TupleLoader
Set table description

Specified by:
setTableDesc in interface TupleLoader

start

public void start()
Description copied from interface: TupleLoader
Notify the start of a sequence of rows to load

Specified by:
start in interface TupleLoader

finish

public void finish()
Description copied from interface: TupleLoader
Notify the finish of a sequence of rows to load. All data will have been loaded by the time this returns

Specified by:
finish in interface TupleLoader

close

public void close()
Description copied from interface: TupleLoader
This TupleLoader is done with. Do not use a TupleLoader after calling close().

Specified by:
close in interface TupleLoader


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.