Updated on 2024-05-07 GMT+08:00

DBE_APPLICATION_INFO

Interface Description

Table 1 provides all interfaces supported by the DBE_APPLICATION_INFO package. DBE_APPLICATION_INFO applies to the current session.

Table 1 DBE_APPLICATION_INFO

Interface

Description

DBE_APPLICATION_INFO.SET_CLIENT_INFO

Writes client information.

DBE_APPLICATION_INFO.READ_CLIENT_INFO

Reads client information.

  • DBE_APPLICATION_INFO.SET_CLIENT_INFO

    Writes client information. The prototype of the DBE_APPLICATION_INFO.SET_CLIENT_INFO function is as follows:

    1
    2
    3
    DBE_APPLICATION_INFO.SET_CLIENT_INFO(
        str text
    )returns void;
    
    Table 2 DBE_APPLICATION_INFO.SET_CLIENT_INFO interface parameters

    Parameter

    Description

    str

    Writes client information.

  • DBE_APPLICATION_INFO.READ_CLIENT_INFO

    The prototype of the DBE_APPLICATION_INFO.READ_CLIENT_INFO function is as follows:

    1
    2
    DBE_APPLICATION_INFO.READ_CLIENT_INFO(
     OUT client_info text);
    
    Table 3 DBE_APPLICATION_INFO.READ_CLIENT_INFO interface parameters

    Parameter

    Description

    client_info

    Client information