butler.sql.filter
Class Like

java.lang.Object
  extended by butler.sql.filter.Filter
      extended by butler.sql.filter.SimpleFilter
          extended by butler.sql.filter.LikeFilter
              extended by butler.sql.filter.Like

public class Like
extends LikeFilter

Like - filter.

Author:
Fredrik Bertilsson

Field Summary
 
Fields inherited from class butler.sql.filter.SimpleFilter
_alias
 
Constructor Summary
Like(Column col)
           
Like(Column col, java.lang.Object value)
           
Like(java.lang.String alias, Column col, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class butler.sql.filter.LikeFilter
modify, parse
 
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
 

Constructor Detail

Like

public Like(Column col)
     throws java.lang.Exception
Throws:
java.lang.Exception

Like

public Like(Column col,
            java.lang.Object value)
     throws java.lang.Exception
Throws:
java.lang.Exception

Like

public Like(java.lang.String alias,
            Column col,
            java.lang.Object value)
     throws java.lang.Exception
Throws:
java.lang.Exception