BBjStoredProcedureData
Creation
BBjAPI > BBjFileSystem > BBjStoredProcedureData
Description
In BBj 6.0 and higher, BBjStoredProcedureData provides access to the parameters and return values of the stored procedure.
Creation
Return Value |
Method |
BBjStoredProcedureData |
Methods of BBjStoredProcedureData
Return Value |
Method |
string |
|
string |
getConnectionProperty(string propertyName) |
string |
|
object |
getParameter(string p_paramName) |
string |
|
string |
|
string |
|
void |
setParameter(string p_paramName, Object p_value) |
void |
setRecordSet(BBjRecordSet p_recordSet) |
void |
setResultSet(int p_sqlChannel) |
void |
setResultSet(java.sql.Result p_sqlChannel) |
void |
setReturn(Object p_value) |
void |
setUpdateCount(int p_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.