|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
com.hp.hpl.jena.rdql | RDQL - A query language for Jena. |
com.hp.hpl.jena.rdql.parser | RDQL parser |
Uses of Value in com.hp.hpl.jena.rdql |
Subinterfaces of Value in com.hp.hpl.jena.rdql | |
interface |
Settable
|
Classes in com.hp.hpl.jena.rdql that implement Value | |
class |
WorkingVar
Working variables are settable values for holding intermediate results. |
Methods in com.hp.hpl.jena.rdql that return Value | |
Value |
ResultBinding.getValue(java.lang.String varName)
|
Value |
ResultBinding.ResultBindingIterator.value()
|
Value |
Environment.getValue(java.lang.String varName)
Deprecated. This class has been renamed as ResultBinding |
Methods in com.hp.hpl.jena.rdql with parameters of type Value | |
int |
ResultBinding.add(java.lang.String varName,
Value value)
Set the parent ResultBinding. |
int |
Environment.add(java.lang.String varName,
Value value)
Deprecated. This class has been renamed as ResultBinding |
Constructors in com.hp.hpl.jena.rdql with parameters of type Value | |
WorkingVar(Value v)
|
Uses of Value in com.hp.hpl.jena.rdql.parser |
Classes in com.hp.hpl.jena.rdql.parser that implement Value | |
class |
com.hp.hpl.jena.rdql.parser.ParsedLiteral
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |