| 类 | 说明 |
|---|---|
| BinaryFunction |
Binary function,includes +,-,*,/,%,!
|
| Date2StringFunction |
date_to_string function
|
| DateFormatCache |
DateFormat cache
|
| DoubleFunction |
Cast value to double,double(a) eg.
|
| LongFunction |
Cast value to long
|
| NowFunction |
now() function to invoke System.currentTimeMillis()
|
| PrintFunction |
println(obj) function to print object
|
| PrintlnFunction |
println(obj) function to print object with newline
|
| RandomFunction |
rand() function to generate random double value
|
| StrFunction |
Cast value to string
|
| String2DateFunction |
string_to_date function
|
| SysDateFunction |
sysdate() function
|
Copyright © 2017. All Rights Reserved.