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

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.TupleLoaderIndexSQLServer
All Implemented Interfaces:
TupleLoaderBasics, TupleLoader

public class TupleLoaderIndexSQLServer
extends TupleLoaderIndexBase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.sdb.layout2.TupleLoaderBase
TupleLoaderBase.PreparedNode
 
Constructor Summary
TupleLoaderIndexSQLServer(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
 
Method Summary
 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
clearsOnCommit, 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

TupleLoaderIndexSQLServer

public TupleLoaderIndexSQLServer(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


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