/harmoni/core/dataManager/search/SearchCriteria.interface.php

Description
Classes
Class Description
SearchCriteria Search criteria are used when fetching a large number of Records but you want to limit those down to ones that only match certain criteria. Criteria could hypothetically be anything imaginable, as long as they can be represented within an SQL query.
Constants
SEARCH_TYPE_CONTAINS = 5 (line 32)
SEARCH_TYPE_EQUALS = (line 7)
SEARCH_TYPE_GREATER_THAN = 1 (line 12)
SEARCH_TYPE_GREATER_THAN_OR_EQUALS = 3 (line 22)
SEARCH_TYPE_IN_LIST = 6 (line 37)
SEARCH_TYPE_LESS_THAN = 2 (line 17)
SEARCH_TYPE_LESS_THAN_OR_EQUALS = 4 (line 27)
SEARCH_TYPE_NOT_IN_LIST = 7 (line 42)

Documentation generated on Wed, 19 Sep 2007 10:26:20 -0400 by phpDocumentor 1.3.0RC3