tibemsConnectionFactory_PrintToBuffer

Function

Purpose

Print the parameters set in a connection factory object to a buffer.

C Declaration

extern tibems_status tibemsConnectionFactory_PrintToBuffer(
    tibemsConnectionFactory factory,
    char* buffer,
    tibems_int maxlen);

COBOL Call

CALL "tibemsConnectionFactory_PrintToBuffer"
     USING BY VALUE factory,
           BY REFERENCE buffer,
           BY VALUE maxlen
           RETURNING tibems-status
END-CALL.
Note: factory has usage pointer.

Parameters

Parameter Description
factory Print the parameters set in this connection factory.
buffer Location to store the string representation of the connection factory.
maxlen The size of the buffer.