"EXECUTE Procedure"
|
Executes one or more OLAP DML commands. Input and output is limited to 4K. Typically used in an interactive session using an analytic workspace.
|
"PRINTLOG Procedure"
|
Returns the session log from the last execution of the INTERP or INTERPCLOB functions.
|
"INTERP_SILENT Procedure"
|
Executes one or more OLAP DML commands and suppresses the output. Input is limited to 4K and output to 4G.
|
"INTERP Function"
|
Executes one or more OLAP DML commands. Input is limited to 4K and output to 4G. Typically used in applications when the 4K limit on output for the EXECUTE procedure is too restrictive.
|
"INTERPCLOB Function"
|
Executes one or more OLAP DML commands. Input and output are limited to 4G. Typically used in applications when the 4K input limit of the INTERP function is too restrictive.
|
"OLAP_EXPRESSION Function"
|
Returns the result set of a single-row function calculated in an analytic workspace.
|
"PRINTLOG Procedure"
|
Prints a session log returned by the INTERP, INTERCLOB, or GETLOG functions.
|