SQL Utility Functions |
[This is preliminary documentation and is subject to change.]
TOPICA Basic contains a number of functions that are used to facilitate the dynamic construction of SQL query statements (used mainly in reports).
All these functions are actually string manipulation functions. All parameters and all result are of type String.
Name | Description |
---|---|
Returns string to be used in SQL query for comparing field with supplied value. | |
Returns string to be used in SQL query for checking if one org.unit is dscendant of some other org.unit. | |
Returns string to be used in SQL query for checking if field value is within supplied date interval. | |
Returns string to be used in SQL query for checking if field vaaue is within supplied date/time interval. | |
Returns an expression with AND between the subexpression. | |
Returns an expression with OR bewteen the subexpression. | |
Returns string to be used in SQL query for constructing WHERE-clauses. | |
SQL_Format | Convert values ogf different types to SQL constants. |