Extracted at 2009-10-25.
pike.ida.liu.se
[Top]
Fins
Fins.Model
Fins.Model.DataObject

Method Fins.Model.DataObject()->find()


Method find

array find(.DataModelContext context, mapping qualifiers, .Criteria|void criteria, .DataObjectInstance i)

Description

perform a query

Parameter qualifiers

a mapping containing a series of field -> value pairs. if the value of a given field -> value pair is a Criteria object, the criteria object will determine the type of comparison made for the field, otherwise the criteria will be an equality comparison on the value (as in the SQL: field1='value' if the field field1 were a string type)