public class QueryWhere extends Object
Constructor and Description |
---|
QueryWhere() |
Modifier and Type | Method and Description |
---|---|
QueryWhere |
and(String name) |
QueryWhere |
endsWith(String value) |
QueryWhere |
equalTo(Object value) |
QueryWhere |
gt(Object value) |
QueryWhere |
gte(Object value) |
QueryWhere |
in(Object... values) |
QueryWhere |
like(String value) |
QueryWhere |
lt(Object value) |
QueryWhere |
lte(Object value) |
static void |
main(String[] args) |
QueryWhere |
startsWith(String value) |
QueryWhere |
where(String name) |
String |
whereClause() |
public QueryWhere where(String name)
public QueryWhere and(String name)
public QueryWhere equalTo(Object value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere startsWith(String value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere endsWith(String value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere like(String value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere gt(Object value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere gte(Object value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere lt(Object value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere lte(Object value) throws DatatypeConfigurationException, UnsupportedEncodingException
public QueryWhere in(Object... values) throws DatatypeConfigurationException, UnsupportedEncodingException
public String whereClause()
public static void main(String[] args) throws UnsupportedEncodingException, DatatypeConfigurationException
Copyright © 2018. All rights reserved.