ITotalClause Class
/private/var/user/Documents/App/Hybrid/JavaScript/Siminov/Database/Design/ITotalClause.js:56
Parent Module: Database
Exposes API's to provide condition on where clause to calculate total.
Item Index
Methods
equalTo
-
value
Used to specify EQUAL TO (=) condition.
Parameters:
-
value
StringValue for which EQUAL TO (=) condition will be applied.
Returns:
ITotal Interface.
greaterThan
-
value
Used to specify GREATER THAN (>) condition.
Parameters:
-
value
StringValue for while GREATER THAN (>) condition will be specified.
Returns:
ITotal Interface.
greaterThanEqual
-
value
Used to specify GREATER THAN EQUAL (>=) condition.
Parameters:
-
value
StringValue for which GREATER THAN EQUAL (>=) condition will be specified.
Returns:
ITotal Interface.
in
-
values
Used to specify IN condition.
Parameters:
-
values
ArrayValues for IN condition.
Returns:
ITotal Interface.
lessThan
-
value
Used to specify LESS THAN (<) condition.
Parameters:
-
value
StringValue for which LESS THAN (<) condition will be specified.
Returns:
ITotal Interface.
lessThanEqual
-
value
Used to specify LESS THAN EQUAL (<=) condition.
Parameters:
-
value
StringValue for which LESS THAN EQUAL (<=) condition will be specified.
Returns:
ITotal Interface.