|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.DatabaseQueryAction.DatabaseQueryActionResult
public static class DatabaseQueryAction.DatabaseQueryActionResult
A facade over a JDBC result set that is returned after this action 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. |
boolean |
result
The result when a SqlSelectAction runs and 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 | |
---|---|
DatabaseQueryAction.DatabaseQueryActionResult()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones this database query result object. |
java.lang.String |
toString()
Returns a readable version of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean result
public java.util.List<java.lang.Object> row
public transient java.lang.Object doNotUseForInternalUseOnly
Constructor Detail |
---|
public DatabaseQueryAction.DatabaseQueryActionResult()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- Should never be thrown.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |