|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryBinding
A QueryBinding is one single entry in the result set of an executed query. A binding consists of a mapping from variables to concrete values (e.g. URIs or literals).
Method Summary | |
---|---|
QueryArgument |
get(QueryArgument arg)
Get the binding of a query argument. |
java.util.Set<QueryArgument> |
getBoundArgs()
Get all bound arguments. |
boolean |
isBound(QueryArgument arg)
Check whether an argument is bound. |
boolean |
isEmpty()
Check whether there are any bindings. |
int |
size()
Get the number of bound arguments. |
Method Detail |
---|
QueryArgument get(QueryArgument arg)
arg
-
java.util.Set<QueryArgument> getBoundArgs()
boolean isBound(QueryArgument arg)
arg
-
int size()
boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |