info.aduna.infosource.query
Interface TableResultListener
- All Superinterfaces:
- ResultListener
- All Known Implementing Classes:
- QueryResult, TableResultAdapter
public interface TableResultListener
- extends ResultListener
|
Method Summary |
void |
bindingNames(List<String> names)
Notifies the binding names to be used, in the order in which they appear
in the query header. |
void |
process(org.openrdf.query.BindingSet solution,
org.openrdf.repository.Repository origin)
Reports the specified BindingSet originating from the specified
Repository. |
bindingNames
void bindingNames(List<String> names)
- Notifies the binding names to be used, in the order in which they appear
in the query header.
process
void process(org.openrdf.query.BindingSet solution,
org.openrdf.repository.Repository origin)
throws EvaluationStoppedException
- Reports the specified BindingSet originating from the specified
Repository.
- Throws:
EvaluationStoppedException
Copyright © 1997-2008 Aduna. All Rights Reserved.