public static class DatabaseQueryCollectionAction.DatabaseQueryCollectionActionResult
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 data is
available from the action.
|
java.util.List<java.lang.Object> |
rows
Represents a list of rows of the underlying JDBC result set.
|
| Constructor and Description |
|---|
DatabaseQueryCollectionActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this database query collection result object.
|
java.lang.String |
toString()
Returns a readable version of this object.
|
public boolean result
public java.util.List<java.lang.Object> rows
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.