The following example illustrates the syntax that must be used for the string returned by each method.
Assume that you are creating a filter object that returns all jobs for user ID "someuser", ordered by the job name. The SQL selection statement for this would be:
SELECT * FROM job WHERE userID='someuser' ORDER BY name
The methods of your filter object would return the following strings:
job | |
* | |
userID='someuser' | |
name |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|