System- & interface-related Functions

Read(2289) Label: function, jdbc,

  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

Ø  >statement

With esProc JDBC, generate the contextual execute statement and return every possible result set once the statement is executed

Ø  =expression

With esProc JDBC, execute the statement directly and return the result set

Ø  $(db)sql;…

With esProc JDBC, execute the specified SQL statement and return the result set

Ø  call path/spl(…)

Search for a program file locally via esProc JDBC; if the file can’t be found, then search the server

Ø  calls path/spl(…)

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

Ø  clipboard()

Set system clipboard content

Ø  env()

Assign value to the global variable

Ø  httpfile()

Package the returned result of URL as file flow

Ø  httpupload()

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

Ø  typeof(x)

Get data type of the specified variable

Ø  uuid()

Generate a unique string