CallPalAutoWithConnection.Rd
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
)
ConnectionContext$connection
The connection to a HANA instance.
character
PAL SQL procedure name like "PAL_FAIRML".
list of character
A list of names of input tables.
list of character
A list of names of output tables.