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 IRemoteProc
toString
in class java.lang.Object
public RqContext runProcedure(java.lang.String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure
in interface IRemoteProc
Open4GLException
RunTime4GLException
SystemErrorException
public RqContext runProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure
in interface IRemoteProc
Open4GLException
RunTime4GLException
SystemErrorException
public RqContext runProcedure(java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure
in interface IRemoteProc
Open4GLException
RunTime4GLException
SystemErrorException
public RqContext runProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
runProcedure
in interface IRemoteProc
Open4GLException
RunTime4GLException
SystemErrorException
public java.lang.Object getProcId()
getProcId
in interface IRemoteProc
public boolean deletedByServer()
deletedByServer
in interface IRemoteProc
public void delete() throws Open4GLException, SystemErrorException
delete
in interface IRemoteProc
Open4GLException
SystemErrorException
protected RqContext runTheProcedure(java.lang.String requestID, java.lang.String procedureName, ParameterSet params, ResultSetSchema schema) throws Open4GLException, RunTime4GLException, SystemErrorException
protected Session getSession() throws Open4GLException
Open4GLException
public void genProcSignature()