butler.sql.filter
Class LikeFilter
java.lang.Object
butler.sql.filter.Filter
butler.sql.filter.SimpleFilter
butler.sql.filter.LikeFilter
- Direct Known Subclasses:
- Like
public class LikeFilter
- extends SimpleFilter
Methods inherited from class butler.sql.filter.SimpleFilter |
filter, getAlias, getCaption, getColumn, getOperator, getParamDatatypes, getSQL, getValue, getValues, getXMLFilterName, params2db, parse, populate, setIgnoreCase, setOperator, setValue, toXML |
Methods inherited from class butler.sql.filter.Filter |
and, copy, createId, equals, getFilter, getId, getLeafFilters, getNestedQuery, getValues, hashCode, not, or, parseFilter, registerFilterParser, setCaption, setId, setSize, setSize, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LikeFilter
public LikeFilter(Column col)
throws java.lang.Exception
- Throws:
java.lang.Exception
LikeFilter
public LikeFilter(Column col,
java.lang.Object value)
throws java.lang.Exception
- Throws:
java.lang.Exception
LikeFilter
public LikeFilter(java.lang.String alias,
Column col,
java.lang.Object value)
throws java.lang.Exception
- Throws:
java.lang.Exception
parse
public static Filter parse(org.dom4j.Element element,
Query q,
Query rootQ)
throws java.lang.Exception
- Throws:
java.lang.Exception
modify
public Filter modify(QueryParams params)
throws java.lang.Exception
- Overrides:
modify
in class Filter
- Throws:
java.lang.Exception