Package com.progress.open4gl.dynamicapi
Interface IRemoteProc
- All Known Implementing Classes:
PersistentProc
,StatelessProc
public interface IRemoteProc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
runProcedure
(String procedureName, ParameterSet params) runProcedure
(String procedureName, ParameterSet params, ResultSetSchema schema) runProcedure
(String requestID, String procedureName, ParameterSet params) runProcedure
(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) toString()
-
Method Details
-
toString
String toString() -
runProcedure
RqContext runProcedure(String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException -
runProcedure
RqContext runProcedure(String requestID, String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException -
runProcedure
RqContext runProcedure(String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException -
runProcedure
RqContext runProcedure(String requestID, String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException -
getProcId
Object getProcId() -
deletedByServer
boolean deletedByServer() -
delete
- Throws:
Open4GLException
SystemErrorException
-