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.
Interface |
Description |
---|---|
Writes client information. |
|
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
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.