public abstract class AbstractQueryFilter extends java.lang.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 |
---|---|
java.util.List |
query(java.lang.String query)
Performs a query given the query string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
query
protected QueryFilter next
protected AbstractQueryFilter(QueryFilter next)
next
- - the next query filterpublic java.util.List query(java.lang.String query) throws java.lang.Exception
query
in interface QueryFilter
query
- - query stringjava.lang.Exception
Copyright © 2005-2012. All Rights Reserved.