wt.query
Class StringSearch

java.lang.Object
  extended bywt.query.AttributeSearchSpecification
      extended bywt.query.StringSearch
All Implemented Interfaces:
Serializable

public class StringSearch
extends AttributeSearchSpecification
implements Serializable

Search for a simple string value.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.query.AttributeSearchSpecification
DB_SINGLE_WILDCARD, DB_WILDCARD
 
Constructor Summary
StringSearch(String attribute)
          Construct a search object for the specified attribute.
StringSearch(String attribute, String expression)
          Construct a search object for the specified attribute.
 
Methods inherited from class wt.query.AttributeSearchSpecification
appendToClassSearchSpec, areThereDBWildCards, areThereWildCards, convertWildcardValue, getAttributeName, getQueryName, getSearchCondition, getSearchExpression, getSearchExpression, getSearchType, getStringCase, getValue, isFalseSearch, processWildCards, setFalseSearch, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

StringSearch

public StringSearch(String attribute,
                    String expression)
Construct a search object for the specified attribute.

Supported API: false

Parameters:
attribute - Class to search against.
expression - Search expression such as equals or like.

StringSearch

public StringSearch(String attribute)
Construct a search object for the specified attribute. Search default to equal.

Supported API: false

Parameters:
attribute - Class to search against.