|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
public static class DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
A facade over OUT parameters and a JDBC result set, which are returned after an SqlStoredProcedureAction runs. The JDBC result set is closed automatically when the current flow context reaches a transaction break (or a trigger, since all triggers have implicit transaction breaks) or the JDBC result set is exhausted.
Field Summary | |
---|---|
java.lang.Object |
doNotUseForInternalUseOnly
Do not use this object. |
java.util.List<java.lang.Object> |
outParameters
Represents the OUT parameters, if any. |
boolean |
result
Indicates whether more data is available through the underlying JDBC result set. |
java.util.List<java.lang.Object> |
row
Represents the current row of the underlying JDBC result set. |
Constructor Summary | |
---|---|
DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.List<java.lang.Object> outParameters
public boolean result
public java.util.List<java.lang.Object> row
public transient java.lang.Object doNotUseForInternalUseOnly
Constructor Detail |
---|
public DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |