public class ForwardingTupleQueryResult extends ForwardingQueryResult<org.openrdf.query.BindingSet> implements org.openrdf.query.TupleQueryResult
| Constructor and Description |
|---|
ForwardingTupleQueryResult(org.openrdf.query.TupleQueryResult theResult) |
| Modifier and Type | Method and Description |
|---|---|
protected org.openrdf.query.TupleQueryResult |
delegate() |
List<String> |
getBindingNames() |
org.openrdf.query.TupleQueryResult |
onClose(Runnable theCallback) |
close, hasNext, next, removepublic ForwardingTupleQueryResult(org.openrdf.query.TupleQueryResult theResult)
public org.openrdf.query.TupleQueryResult onClose(Runnable theCallback)
onClose in class ForwardingQueryResult<org.openrdf.query.BindingSet>protected org.openrdf.query.TupleQueryResult delegate()
delegate in class ForwardingQueryResult<org.openrdf.query.BindingSet>Copyright © 2010-2016 Stardog Union. All Rights Reserved.