An SQLProcContext object is used to convey information between the Relational Server and a stored procedure method. More...


Additional Inherited Members | |
Public Member Functions inherited from ProcedureContext | |
| _.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
| _.Library.Status | AddContext (_.Library.IProcedureContext pContext, _.Library.Boolean propagateerror) |
| AddContext() is for nesting procedure context objects. More... | |
| AddPrivateTable (_.XSQL.DS.TempTable pTable) | |
| AddPrivateTable() More... | |
| AddResultSet (_.Library.IResultSet rs) | |
| AddResultSet() - add a new result object to the context object. More... | |
| _.Library.Status | CloseCurrentResult () |
| Close the current resultset object, used to allow the cleanup code to run and the cursor to close. | |
| DumpResults (_.Library.String pDelimiter) | |
| DumpResults() More... | |
| _.Library.RegisteredObject | NextResult () |
| Called to return the next resultset object. More... | |
| RemovePrivateTable (_.Library.String pTableName) | |
| RemovePrivateTable() will remove the private table name from the current context object or the process context. More... | |
| _.Library.String | ResolveTableName (_.Library.String pTableName, _.Library.ProcedureContext pContext, _.Library.Integer pDDLFlag) |
| ResolveTableName will locate a temporary table registered in either the current object (usually equates to. More... | |
Public Member Functions inherited from RegisteredObject | |
| _.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More... | |
| _.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
| _.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
| _.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Public Attributes inherited from ProcedureContext | |
| static | |
| More... | |
Public Attributes inherited from IProcedureContext | |
| Error | |
| More... | |
Static Public Attributes inherited from RegisteredObject | |
| CAPTION = None | |
| Optional name used by the Form Wizard for a class when generating forms. More... | |
| JAVATYPE = None | |
| The Java type to be used when exported. | |
| PROPERTYVALIDATION = None | |
| This parameter controls the default validation behavior for the object. More... | |
An SQLProcContext object is used to convey information between the Relational Server and a stored procedure method.