Inheritance diagram for BigSWAF::DBCapsulator::SearchFilter:

Public Class Methods | |
| SearchFilter | new () |
| Create a new SearchFilter. | |
Public Object Methods | |
| scalar | sqlexpr (scalar expr) |
| Set or fetch the SQL expression that corresponds with this filter. | |
| void | addorder (scalar field, scalar descending) |
| Add a field name to the list of fields the search result should be ordered by. | |
| list | orderfields (list fields) |
| Get or set a list of fields the search results should be ordered by. | |
| boolean | isdescending (scalar field, scalar descending) |
| Get or set if a field is to be sorted in descending order. | |
| scalar | sqlorder () |
| Get the ordering settings as a string ready for inclusion in an SQL SELECT statement. | |
|
||||||||||||
|
Add a field name to the list of fields the search result should be ordered by.
|
|
||||||||||||
|
Get or set if a field is to be sorted in descending order.
|
|
|
Create a new SearchFilter.
|
|
|
Get or set a list of fields the search results should be ordered by.
|
|
|
Set or fetch the SQL expression that corresponds with this filter. This expression can be used as is in a SQL SELECT statement.
|
|
|
Get the ordering settings as a string ready for inclusion in an SQL SELECT statement.
|
1.4.5