Uses of Interface
org.xwiki.query.QueryParameter
-
Packages that use QueryParameter Package Description org.xwiki.query org.xwiki.query.script -
-
Uses of QueryParameter in org.xwiki.query
Methods in org.xwiki.query that return QueryParameter Modifier and Type Method Description QueryParameterQueryParameter. anychar()Append a_character that will not be escaped.QueryParameterQueryParameter. anyChars()Append a%character that will not be escaped.default QueryParameterQuery. bindValue(String var)Bind named parameter var with a value that will be constructed using calls toliteral(String),anychar()andanyChars().QueryParameterWrappingQuery. bindValue(String var)QueryParameterQueryParameter. like(String like)QueryParameterQueryParameter. literal(String literal) -
Uses of QueryParameter in org.xwiki.query.script
Methods in org.xwiki.query.script that return QueryParameter Modifier and Type Method Description QueryParameterQueryManagerScriptService. parameter()Allow creating query parameters.
-