|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleLoader
| 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 |
void |
load(com.hp.hpl.jena.graph.Node... row)
Load a row - may not take place immediately but row object is free for reuse after calling this method. |
void |
setTableDesc(TableDesc tableDesc)
Set table description |
void |
start()
Notify the start of a sequence of rows to load |
void |
unload(com.hp.hpl.jena.graph.Node... row)
Remove a row - may not take place immediately but row object is free for reuse after calling this method. |
| Method Detail |
|---|
void setTableDesc(TableDesc tableDesc)
TableDesc getTableDesc()
void start()
void load(com.hp.hpl.jena.graph.Node... row)
row - void unload(com.hp.hpl.jena.graph.Node... row)
row - void finish()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||