com.hp.hpl.jena.sdb.layout2.index
Class TupleLoaderIndexDerby

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
      extended by com.hp.hpl.jena.sdb.store.TupleLoaderBase
          extended by com.hp.hpl.jena.sdb.layout2.TupleLoaderBase
              extended by com.hp.hpl.jena.sdb.layout2.index.TupleLoaderIndexBase
                  extended by com.hp.hpl.jena.sdb.layout2.index.TupleLoaderIndexDerby
All Implemented Interfaces:
TupleLoaderBasics, TupleLoader

public class TupleLoaderIndexDerby
extends TupleLoaderIndexBase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.sdb.layout2.TupleLoaderBase
TupleLoaderBase.PreparedNode
 
Constructor Summary
TupleLoaderIndexDerby(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
 
Method Summary
 boolean clearsOnCommit()
           
 String[] getCreateTempTable()
           
 String[] getNodeColTypes()
           
 String getNodeLoader()
          These are the SQL 'bits' we use to construct the loader statements
 String getTupleColType()
           
 String getTupleLoader()
           
 
Methods inherited from class com.hp.hpl.jena.sdb.layout2.index.TupleLoaderIndexBase
getDeleteAllTuples, getDeleteTuples, getLoadTuples
 
Methods inherited from class com.hp.hpl.jena.sdb.layout2.TupleLoaderBase
close, finish, getArity, getClearTempNodes, getClearTempTuples, getCreateTempNodes, getCreateTempTuples, getInsertTempNodes, getInsertTempTuples, getLoadNodes, load, unload
 
Methods inherited from class com.hp.hpl.jena.sdb.store.TupleLoaderBase
getTableDesc, getTableName, setTableDesc, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleLoaderIndexDerby

public TupleLoaderIndexDerby(SDBConnection connection,
                             TableDesc tableDesc,
                             int chunkSize)
Method Detail

getNodeColTypes

public String[] getNodeColTypes()

getTupleColType

public String getTupleColType()

getCreateTempTable

public String[] getCreateTempTable()

getNodeLoader

public String getNodeLoader()
Description copied from class: TupleLoaderBase
These are the SQL 'bits' we use to construct the loader statements

Overrides:
getNodeLoader in class TupleLoaderBase

getTupleLoader

public String getTupleLoader()
Overrides:
getTupleLoader in class TupleLoaderBase

clearsOnCommit

public boolean clearsOnCommit()
Specified by:
clearsOnCommit in interface TupleLoaderBasics
Overrides:
clearsOnCommit in class TupleLoaderBase


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