BBjStoredProcedureData
Description
In BBj 6.00 and higher, BBjStoredProcedureData provides access to the parameters and return values of the stored procedure.
Creation
BBjAPI > BBjFileSystem > BBjStoredProcedureData
| Return Value | Method |
|---|---|
| BBjStoredProcedureData | getStoredProcedureData() |
Methods of BBjStoredProcedureData
| Return Value | Method |
|---|---|
| String | getBBjProgram() |
| BBjVector | getConnectionProperties() |
| String | getConnectionProperty(String propertyName) |
| String | getDatabaseName() |
| Object | getParameter(String paramName) |
| String | getPassword() |
| String | getProcedureName() |
| String | getUserName() |
| void | setParameter(String paramName, Object value) |
| void | setRecordSet(BBjRecordSet recordSet) |
| void | setResultSet(int sqlChannel) |
| void | setResultSet(java.sql.ResultSet resultSet) |
| void | setReturn(Object value) |
| void | setUpdateCount(int updateCount) |
Remarks
The BBjStoredProcedureData is available only during execution of a stored procedure.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.