public class DefaultSimpleFilter extends java.lang.Object implements SimpleFilter
| Constructor and Description |
|---|
DefaultSimpleFilter(java.lang.String what,
WhereClause where)
Creates a new instance of DefaultSimpleFilter
|
DefaultSimpleFilter(WhereClause where) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWhat()
Get the what clause of the filter
|
WhereClause |
getWhere()
Get the where clause of the filter
|
public DefaultSimpleFilter(WhereClause where)
public DefaultSimpleFilter(java.lang.String what,
WhereClause where)
public java.lang.String getWhat()
SimpleFiltergetWhat in interface SimpleFilterpublic WhereClause getWhere()
SimpleFiltergetWhere in interface SimpleFilterCopyright © 2007 Sun Microsystems, Inc. All rights reserved.