public abstract class AbstractQueryFilter extends Object implements QueryFilter
| Modifier and Type | Field and Description |
|---|---|
protected QueryFilter |
next |
QUERY_DELIMETER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractQueryFilter(QueryFilter next)
Creates a query filter, with the next filter specified by next.
|
| Modifier and Type | Method and Description |
|---|---|
List |
query(String query)
Performs a query given the query string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitqueryprotected QueryFilter next
protected AbstractQueryFilter(QueryFilter next)
next - - the next query filterCopyright © 2005–2018 FuseSource, Corp.. All rights reserved.