public class WhereCriteria extends AbstractCriteria
| Constructor and Description |
|---|
WhereCriteria(CodeWScope js)
Creates a WhereCriteria with the given javascript
|
WhereCriteria(String js)
Creates a WhereCriteria with the given javascript
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(DBObject obj)
Adds this Criteria's information to the DBObject
|
String |
getFieldName() |
attach, getAttachedTo, setAttachedTopublic WhereCriteria(String js)
js - the javascriptpublic WhereCriteria(CodeWScope js)
js - the javascript