Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
E
G
H
I
O
Q
S
X
B
bindValue(String, Object)
- Method in interface org.xwiki.query.
Query
Bind named parameter var with value val in query statement.
bindValue(int, Object)
- Method in interface org.xwiki.query.
Query
Bind positional parameter (?index in JPQL) with value val in query statement.
bindValues(List<Object>)
- Method in interface org.xwiki.query.
Query
Bind list of positional parameters values.
C
createQuery(String, String)
- Method in interface org.xwiki.query.
QueryManager
Create query for given statement and language.
E
execute()
- Method in interface org.xwiki.query.
Query
execute(Query)
- Method in interface org.xwiki.query.
QueryExecutor
G
getLanguage()
- Method in interface org.xwiki.query.
Query
getLanguages()
- Method in interface org.xwiki.query.
QueryExecutorManager
getLanguages()
- Method in interface org.xwiki.query.
QueryManager
getLimit()
- Method in interface org.xwiki.query.
Query
getMessage()
- Method in exception org.xwiki.query.
QueryException
getNamedParameters()
- Method in interface org.xwiki.query.
Query
getNamedQuery(String)
- Method in interface org.xwiki.query.
QueryManager
getOffset()
- Method in interface org.xwiki.query.
Query
getPositionalParameters()
- Method in interface org.xwiki.query.
Query
getStatement()
- Method in interface org.xwiki.query.
Query
getWiki()
- Method in interface org.xwiki.query.
Query
H
hasLanguage(String)
- Method in interface org.xwiki.query.
QueryManager
HQL
- Static variable in interface org.xwiki.query.
Query
Indicator for Hibernate Query Language.
I
isNamed()
- Method in interface org.xwiki.query.
Query
if the query is named, then
getStatement()
returns a name of the query, else - a query statement.
O
org.xwiki.query
- package org.xwiki.query
Q
Query
- Interface in
org.xwiki.query
This is a Query interface, representing all queries in various languages for various stores.
QueryException
- Exception in
org.xwiki.query
Encapsulate a error while processing or executing a query.
QueryException(String, Query, Throwable)
- Constructor for exception org.xwiki.query.
QueryException
QueryExecutor
- Interface in
org.xwiki.query
Execute a query for a given language (one implementation per language).
QueryExecutorManager
- Interface in
org.xwiki.query
Execute queries (supported languages are returned by
QueryExecutorManager.getLanguages()
).
QueryExecutorProvider
- Interface in
org.xwiki.query
A provider of QueryExecutor.
QueryManager
- Interface in
org.xwiki.query
This interface encapsulates methods for the management of search queries.
S
setLimit(int)
- Method in interface org.xwiki.query.
Query
setOffset(int)
- Method in interface org.xwiki.query.
Query
setWiki(String)
- Method in interface org.xwiki.query.
Query
X
XPATH
- Static variable in interface org.xwiki.query.
Query
Indicator for XPath language.
XWQL
- Static variable in interface org.xwiki.query.
Query
Indicator for XWiki Query Language.
B
C
E
G
H
I
O
Q
S
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2011
XWiki
. All Rights Reserved.