Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setTempTable procedure
 

setTempTable procedure

Sets the TempTableMessage.

Syntax

PROCEDURE setTempTable.
DEFINE INPUT PARAMETER tableHdl AS HANDLE.
DEFINE INPUT PARAMETER schemaLocation AS CHARACTER.
DEFINE INPUT PARAMETER writeSchema AS LOGICAL.

Applies to

Message objects

Notes

*The handle parameter must be a handle to a valid TempTable.
*The schema parameters specify the schema information and are passed directly to the WRITE-XML method. Specifying an Unknown value (?) for any of the schema parameters will result in the use of the default value for that parameter.
*The TempTableMessage is converted to an XMLMessage using the WRITE-XML method and setLongText procedure.

See also

createTempTableMessageprocedure, setTempTableprocedure, getTempTablefunction
For more information, see the TempTableMessage.