Modifier and Type |
Method and Description |
default IFunction |
ASCII(IFunction str) |
default IFunction |
ASCII(String str) |
default IFunction |
BIN(IFunction str) |
default IFunction |
BIN(String str) |
default IFunction |
BIT_LENGTH(IFunction str) |
default IFunction |
BIT_LENGTH(String str) |
default IFunction |
CHAR_LENGTH(IFunction str) |
default IFunction |
CHAR_LENGTH(String str) |
default IFunction |
CHAR(IFunction... n) |
default IFunction |
CHAR(String... n) |
default IFunction |
CHARACTER_LENGTH(IFunction str) |
default IFunction |
CHARACTER_LENGTH(String str) |
default IFunction |
CONCAT_WS(String separator,
IFunction... n) |
default IFunction |
CONCAT_WS(String separator,
String... n) |
default IFunction |
CONCAT(IFunction... n) |
default IFunction |
CONCAT(String... n) |
default IFunction |
ELT(IFunction n,
IFunction... strs) |
default IFunction |
ELT(String n,
String... strs) |
default IFunction |
FIELD(IFunction str,
IFunction... n) |
default IFunction |
FIELD(String str,
String... n) |
default IFunction |
FIND_IN_SET(IFunction x,
IFunction strlist) |
default IFunction |
FIND_IN_SET(String x,
String strlist) |
default IFunction |
FORMAT(IFunction x,
Number d) |
default IFunction |
FORMAT(IFunction x,
Number d,
String locale) |
default IFunction |
FORMAT(String x,
Number d) |
default IFunction |
FORMAT(String x,
Number d,
String locale) |
default IFunction |
FROM_BASE64(IFunction str) |
default IFunction |
FROM_BASE64(String str) |
default IFunction |
HEX(IFunction str) |
default IFunction |
HEX(String str) |
default IFunction |
INSERT(IFunction str,
Number pos,
Number len,
IFunction newstr) |
default IFunction |
INSERT(String str,
Number pos,
Number len,
String newstr) |
default IFunction |
INSTR(IFunction str,
IFunction substr) |
default IFunction |
INSTR(String str,
String substr) |
default IFunction |
LEFT(IFunction str,
Number len) |
default IFunction |
LEFT(String str,
Number len) |
default IFunction |
LENGTH(IFunction str) |
default IFunction |
LENGTH(String str) |
default IFunction |
LOAD_FILE(IFunction str) |
default IFunction |
LOAD_FILE(String str) |
default IFunction |
LOCATE(IFunction substr,
IFunction str) |
default IFunction |
LOCATE(IFunction substr,
IFunction str,
String pos) |
default IFunction |
LOCATE(String substr,
String str) |
default IFunction |
LOCATE(String substr,
String str,
String pos) |
default IFunction |
LOWER(IFunction str) |
default IFunction |
LOWER(String str) |
default IFunction |
LPAD(IFunction str,
Number len,
IFunction padstr) |
default IFunction |
LPAD(String str,
Number len,
String padstr) |
default IFunction |
LTRIM(IFunction str) |
default IFunction |
LTRIM(String str) |
default IFunction |
OCT(IFunction str) |
default IFunction |
OCT(String str) |
default IFunction |
ORD(IFunction str) |
default IFunction |
ORD(String str) |
default IFunction |
QUOTE(IFunction str) |
default IFunction |
QUOTE(String str) |
default IFunction |
REPEAT(IFunction str,
Number count) |
default IFunction |
REPEAT(String str,
Number count) |
default IFunction |
REPLACE(IFunction str,
IFunction fromStr,
IFunction toStr) |
default IFunction |
REPLACE(String str,
String fromStr,
String toStr) |
default IFunction |
REVERSE(IFunction str) |
default IFunction |
REVERSE(String str) |
default IFunction |
RIGHT(IFunction str,
Number len) |
default IFunction |
RIGHT(String str,
Number len) |
default IFunction |
RPAD(IFunction str,
Number len,
IFunction padstr) |
default IFunction |
RPAD(String str,
Number len,
String padstr) |
default IFunction |
RTRIM(IFunction str) |
default IFunction |
RTRIM(String str) |
default IFunction |
SOUNDEX(IFunction str) |
default IFunction |
SOUNDEX(String str) |
default IFunction |
SPACE(Number n) |
default IFunction |
STRCMP(IFunction expr1,
IFunction expr2) |
default IFunction |
STRCMP(String expr1,
String expr2) |
default IFunction |
SUBSTRING_INDEX(IFunction str,
IFunction delim,
Number count) |
default IFunction |
SUBSTRING_INDEX(String str,
String delim,
Number count) |
default IFunction |
SUBSTRING(IFunction str,
Number pos) |
default IFunction |
SUBSTRING(IFunction str,
Number pos,
Number len) |
default IFunction |
SUBSTRING(String str,
Number pos) |
default IFunction |
SUBSTRING(String str,
Number pos,
Number len) |
default IFunction |
TO_BASE64(IFunction str) |
default IFunction |
TO_BASE64(String str) |
default IFunction |
TRIM_BOTH(IFunction remstr,
IFunction str) |
default IFunction |
TRIM_BOTH(String remstr,
String str) |
default IFunction |
TRIM_LEADIN(IFunction remstr,
IFunction str) |
default IFunction |
TRIM_LEADIN(String remstr,
String str) |
default IFunction |
TRIM_TRAILING(IFunction remstr,
IFunction str) |
default IFunction |
TRIM_TRAILING(String remstr,
String str) |
default IFunction |
TRIM(IFunction str) |
default IFunction |
TRIM(String str) |
default IFunction |
UNHEX(IFunction str) |
default IFunction |
UNHEX(String str) |
default IFunction |
UPPER(IFunction str) |
default IFunction |
UPPER(String str) |