public class StatelessProc extends java.lang.Object implements IRemoteProc
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
deletedByServer() |
void |
genProcSignature() |
java.lang.Object |
getProcId() |
protected Session |
getSession() |
RqContext |
runProcedure(java.lang.String procedureName,
ParameterSet params) |
RqContext |
runProcedure(java.lang.String procedureName,
ParameterSet params,
ResultSetSchema schema) |
RqContext |
runProcedure(java.lang.String requestID,
java.lang.String procedureName,
ParameterSet params) |
RqContext |
runProcedure(java.lang.String requestID,
java.lang.String procedureName,
ParameterSet params,
ResultSetSchema schema) |
protected RqContext |
runTheProcedure(java.lang.String requestID,
java.lang.String procedureName,
ParameterSet params,
ResultSetSchema schema) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in interface IRemoteProctoString in class java.lang.Objectpublic RqContext runProcedure(java.lang.String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure in interface IRemoteProcOpen4GLExceptionRunTime4GLExceptionSystemErrorExceptionpublic RqContext runProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure in interface IRemoteProcOpen4GLExceptionRunTime4GLExceptionSystemErrorExceptionpublic RqContext runProcedure(java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure in interface IRemoteProcOpen4GLExceptionRunTime4GLExceptionSystemErrorExceptionpublic RqContext runProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure in interface IRemoteProcOpen4GLExceptionRunTime4GLExceptionSystemErrorExceptionpublic java.lang.Object getProcId()
getProcId in interface IRemoteProcpublic boolean deletedByServer()
deletedByServer in interface IRemoteProcpublic void delete()
throws Open4GLException,
SystemErrorException
delete in interface IRemoteProcOpen4GLExceptionSystemErrorExceptionprotected RqContext runTheProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
protected Session getSession() throws Open4GLException
Open4GLExceptionpublic void genProcSignature()