com.hp.hpl.jena.sdb.layout2
Interface LoaderFmt


public interface LoaderFmt

Interface to setting up the bulk loader environment.

Author:
Andy Seaborne

Method Summary
 void createLoaderTable()
           
 String getClearNodeLoaderTable()
           
 String getClearTripleLoaderTable()
           
 String getDeleteTriples()
           
 String getInsertNodeLoaderTable()
           
 String getInsertNodes()
           
 String getInsertTripleLoaderTable()
           
 String getInsertTriples()
           
 

Method Detail

createLoaderTable

void createLoaderTable()
                       throws SQLException
Throws:
SQLException

getInsertTripleLoaderTable

String getInsertTripleLoaderTable()

getInsertNodeLoaderTable

String getInsertNodeLoaderTable()

getInsertNodes

String getInsertNodes()

getInsertTriples

String getInsertTriples()

getDeleteTriples

String getDeleteTriples()

getClearTripleLoaderTable

String getClearTripleLoaderTable()

getClearNodeLoaderTable

String getClearNodeLoaderTable()


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