public interface IFunctions
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ABS_FUNCTION
Returns the absolute value of the parameters 
 | 
static String | 
AND_FUNCTION
Logical and 
 | 
static String | 
AVERAGE_FUNCTION
Make the average of the parameters 
 | 
static String | 
CONCAT_FUNCTION
return a concatenated string 
 | 
static String | 
DATE_FUNCTION
Format a date 
 | 
static String | 
DAY_FUNCTION
return the day of date 
 | 
static String | 
ELSIF_FUNCTION
Case statement 
 | 
static String | 
FILESIZE_FUNCTION
Substring from the right 
 | 
static String | 
FIND_FUNCTION
return the position of a string in another string 
 | 
static String | 
IF_FUNCTION
If statement 
 | 
static String | 
LEFT_FUNCTION
Substring from the left 
 | 
static String | 
LEN_FUNCTION
return the lenth of the string 
 | 
static String | 
LOC_FUNCTION
Get localized string 
 | 
static String | 
LOWER_CASE_FUNCTION
Converts all of the characters in this String to lower case 
 | 
static String | 
MAX_FUNCTION
Get the bigger value of the parameters 
 | 
static String | 
MIN_FUNCTION
Get the smallest value of the parameters 
 | 
static String | 
MONTH_FUNCTION
return the month of date 
 | 
static String | 
NOT_FUNCTION
NOT statement 
 | 
static String | 
NUMBER_FUNCTION
Format number 
 | 
static String | 
POWER_FUNCTION
Returns the value of the first argument raised to the power of the second argument 
 | 
static String | 
REPLACE_FUNCTION
do the same thing as the "replace" java 
 | 
static String | 
RIGHT_FUNCTION
Substring from the right 
 | 
static String | 
ROUND_FUNCTION
return double 
 | 
static String | 
ROUNDDOWN_FUNCTION
return double 
 | 
static String | 
ROUNDUP_FUNCTION
return double 
 | 
static String | 
SUM_FUNCTION
Make the sum of the parameters 
 | 
static String | 
TODATE_FUNCTION
Constructs a Date object initialized with the given year, month, and day. 
 | 
static String | 
TODAY_FUNCTION
Constructs a Date object initialized with the current date and time 
 | 
static String | 
TONUMBER_FUNCTION
Convert String to Number 
 | 
static String | 
TRIM_FUNCTION
TRIM remove empty space 
 | 
static String | 
TRUNC_FUNCTION
return double 
 | 
static String | 
UPPER_CASE_FUNCTION
Converts all of the characters in this String to upper case 
 | 
static String | 
YEAR_FUNCTION
return the year (int),  of date 
 | 
static final String LOWER_CASE_FUNCTION
static final String UPPER_CASE_FUNCTION
static final String TODATE_FUNCTION
static final String DATE_FUNCTION
static final String AND_FUNCTION
static final String TODAY_FUNCTION
static final String SUM_FUNCTION
static final String LEFT_FUNCTION
static final String RIGHT_FUNCTION
static final String FILESIZE_FUNCTION
static final String TONUMBER_FUNCTION
static final String NUMBER_FUNCTION
static final String LOC_FUNCTION
static final String IF_FUNCTION
static final String ELSIF_FUNCTION
static final String MIN_FUNCTION
static final String MAX_FUNCTION
static final String AVERAGE_FUNCTION
static final String POWER_FUNCTION
static final String ABS_FUNCTION
static final String YEAR_FUNCTION
static final String MONTH_FUNCTION
static final String DAY_FUNCTION
static final String NOT_FUNCTION
static final String TRIM_FUNCTION
static final String LEN_FUNCTION
static final String FIND_FUNCTION
static final String REPLACE_FUNCTION
static final String TRUNC_FUNCTION
static final String ROUND_FUNCTION
static final String ROUNDDOWN_FUNCTION
static final String ROUNDUP_FUNCTION
static final String CONCAT_FUNCTION
Copyright © 2019 Visiativ Software. All rights reserved.