Attribute name:RetrieveSP
Contains the parent business object Jdbctest_Customer and the single-cardinality child business object Jdbctest_Contact. The Jdbctest_Contact business object uses the primary key contact_id. contact_id is also the foreign key attribute in the parent business object. Application-specific text of this attribute contains the following information: SPN=RetrieveContact;RS=True;IP=Contact_ID. RetrieveContact is the name of the stored procedure that uses ContactID as the only input parameter. Although RS is set to True, note that only one row is returned as part of the result set because Jdbctest_Contactis a single-cardinality child business object. Although it is valid to have a RetrieveSP attribute with RS set to True for a single-cardinality child business object, result sets are not used for this purpose because only one row is returned. Note that output parameters cannot be part of the RetrieveSP attribute's application-specific information when a result set is returned. If RS is not set or set to false, output parameters can be part of the application-specific information.