esProc offers system- & interface-related functions that handle system and interface information and operations.
Ø argpost |
Set a POST parameter to be passed to the to-be-called dfx file |
Ø #arg |
Define arguments during the execution of a block of multi-row, multi-column code via esProc JDBC |
With esProc JDBC, generate the contextual execute statement and return every possible result set once the statement is executed |
|
With esProc JDBC, execute the statement directly and return the result set |
|
With esProc JDBC, execute the specified SQL statement and return the result set |
|
Search for a program file locally via esProc JDBC; if the file can’t be found, then search the server |
|
Search for a program file locally via esProc JDBC for execution; if the file can’t be found, then search the server; it is used for scenarios where multiple pairs of parameters are passed in |
|
Set system clipboard content |
|
Ø env() |
Assign value to the global variable |
Package the returned result of URL as file flow |
|
Upload parameters or files to an URL using the HTTP protocol |
|
Ø ifv() |
Check whether a variable exists |
Ø invoke() |
Invoke the static function of class in the package |
Ø jvm() |
Get environment information of the current JVM |
Ø lock() |
Use a synchronization lock |
Ø output() |
Output data to the console |
Ø sleep() |
Make esProc program sleep |
Ø system() |
Execute the system command |
Get data type of the specified variable |
|
Ø uuid() |
Generate a unique string |