public static class DatabaseQueryAction.DatabaseQueryActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
DatabaseQueryActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this database query result object.
|
java.lang.String |
toString()
Returns a readable version of this object.
|
public boolean result
public java.util.List<java.lang.Object> row
public transient java.lang.Object doNotUseForInternalUseOnly
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Should never be thrown.public java.lang.String toString()
toString in class java.lang.Object© 2000-2025 Flux Corporation. All rights reserved.