|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutableQuery
Specifies an interface for a query object implementation that can just be executed.
QueryImpl| Method Summary | |
|---|---|
void |
bindValue(Name varName,
javax.jcr.Value value)
Binds the given value to the variable named
varName. |
javax.jcr.query.QueryResult |
execute(long offset,
long limit)
Executes this query and returns a . |
| Method Detail |
|---|
javax.jcr.query.QueryResult execute(long offset,
long limit)
throws javax.jcr.RepositoryException
QueryResult.
offset - the offset in the total result setlimit - the maximum result size
QueryResult
javax.jcr.RepositoryException - if an error occurs
void bindValue(Name varName,
javax.jcr.Value value)
throws java.lang.IllegalArgumentException,
javax.jcr.RepositoryException
value to the variable named
varName.
varName - name of variable in queryvalue - value to bind
java.lang.IllegalArgumentException - if varName is not a
valid variable in this query.
javax.jcr.RepositoryException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||