|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecteworks.eRQL.model.ModelComponent
eworks.eRQL.model.Value
eworks.eRQL.model.Query
eworks.eRQL.model.StatementQuery
A specialized query class for socalled "statement queries".
| Field Summary |
| Fields inherited from class eworks.eRQL.model.Query |
value |
| Constructor Summary | |
StatementQuery()
Creates an empty statement query. |
|
StatementQuery(Value value)
Creates an statement query and encapsulated the given value. |
|
| Method Summary | |
Value |
compact()
Compacts this query and returns the result. |
Tuples |
query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine. |
String |
toString()
Returns this query's string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StatementQuery()
public StatementQuery(Value value)
value.
| Method Detail |
public String toString()
toString in class Querypublic Value compact()
compact in class Query
public Tuples query(RqlEngine rqlEngine)
throws RqlExecutingException
rqlEngine.
query in class QueryRqlExecutingException - if something goes wrong.
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||