All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Double |
ABS(Double n) |
Integer |
ABS(Integer n) |
Double |
ACOS(Double n) |
String |
CHR(Integer n) |
String |
CONCAT(String char1,
String char2) |
Double |
COS(Double n) |
Double |
COSH(Double n) |
void |
DBMS_OUTPUT___PUT_LINE(String a) |
static TOracleBuiltFunction |
getOracleBuiltFunctionInstance() |
Double |
LOG(Double d1,
Double d2) |
String |
LOWER(String str) |
Integer |
MOD(Integer n2,
Integer n1) |
String |
REPLACE(String str,
String search,
String replacement) |
Double |
ROUND(Double d) |
Double |
ROUND(Double d,
Integer newScale) |
static Method |
searchMethod(String packageName,
String functionName,
Class[] parameterTypes,
Class<?> returnType) |
Integer |
SIGN(Double n) |
Double |
SIN(Double n) |
String |
SUBSTR(String str,
Integer start) |
String |
SUBSTR(String str,
Integer start,
Integer size) |
Double |
TAN(Double n) |
String |
TO_CHAR(Double n) |
String |
TO_CHAR(Integer n) |
String |
TRIM(String str) |
String |
UPPER(String str) |