WhereClause
Represents a filter on an index or primary key.
Sample
Methods
Returns a collection of objects where index is above given key
Returns a collection of objects where index is above or equal given key
Returns a collection of objects where index is equal to any of the keys in given array
Returns a collection of objects where index matches any of given strings, ignoring case differences.
Returns a collection of objects where index is below given key
Returns a collection of objects where index is below or equal given key
Returns a collection of objects where index is between given boundaries
Returns a collection of objects where index equals given key
Returns a collection of objects where index equals given string-key ignoring case differences
Returns a collection where index is within any of the given ranges.
Returns a collection where index equals anything but any of the keys in given array
Returns a collection where index equals anything but given value
Returns a collection of objects where index starts with given string-key
Returns a collection of objects where index starts with any of the given strings
Returns a collection of objects where index starts with given string-key ignoring case differences
Returns a collection of objects where index starts with any of given strings, ignoring case differences
See Also
Table.where() - the method that returns a WhereClause instance.
Collection - where you can continue filtering your query
Last updated