class Filter.Query
extends java.lang.Object
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
private Filter.Node |
doAnd() |
private Filter.Node |
doNot() |
private Filter.Node |
doOr() |
private Filter.Node |
doQuery() |
(package private) Filter.Node |
doSimple() |
(package private) java.lang.String |
getKey() |
private java.lang.String |
getValue() |
(package private) boolean |
prefix(java.lang.String pre) |
(package private) java.lang.String |
skip(int skip) |
private Filter.Node doQuery() throws java.lang.Exception
java.lang.Exception
private Filter.Node doAnd() throws java.lang.Exception
java.lang.Exception
java.lang.String skip(int skip)
private Filter.Node doOr() throws java.lang.Exception
java.lang.Exception
private Filter.Node doNot() throws java.lang.Exception
java.lang.Exception
Filter.Node doSimple() throws java.lang.Exception
java.lang.Exception
boolean prefix(java.lang.String pre)
java.lang.String getKey() throws java.lang.Exception
java.lang.Exception
private java.lang.String getValue()