Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Appendix B SSOLite Stored Procedures : Overview

Overview
SSOLite is a set of stored procedures, available in the iProcess database, that provide applications with direct access to a limited subset of iProcess functionality.
An application can use SSOLite stored procedures to issue instructions directly to the iProcess background processes (by inserting messages into the iProcess message queues) to perform the following iProcess operations:
There are four different categories of SSOLite procedure:
Data Procedures are used to create (or clear) any pack data that is required for a particular operation.
Command Procedures are used to perform the iProcess operations described above.
Control Procedures can be used to control the operation of the other SSOLite procedures. Their use is optional.
Debug Procedures can be used to provide debug information about the operation of data and command procedures, if required.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.