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 splx file |
|
Ø #arg |
Define arguments during the execution of a block of multi-row, multi-column code via esProc JDBC |
|
Ø ?i |
The parameter in a statement to be executed in 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 |
|
|
Execute the SPL script via esProc JDBC |
|
|
Execute the SPL script via esProc JDBC; 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 |
|
Save a script file of splx/spl format as one of spl/splx format |
|
|
Ø sleep() |
Make esProc program sleep |
|
Ø system() |
Execute the system command |
|
Get data type of the specified variable |
|
|
Ø uuid() |
Generate a unique string |