A function to invoke PAL SQL procedure. An example of how to invoke PAL_FAIRML can be found in the demo section, under the article titled “Using CallPalAutoWithConnection to Call Native PAL Procedure”, available in the navigation bar.

CallPalAutoWithConnection(
  conn,
  funcname,
  tableNames,
  resultNames,
  state = NULL
)

Arguments

conn

ConnectionContext$connection
The connection to a HANA instance.

funcname

character
PAL SQL procedure name like "PAL_FAIRML".

tableNames

list of character
A list of names of input tables.

resultNames

list of character
A list of names of output tables.