public static class DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
DatabaseStoredProcedureActionResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
toString() |
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
© 2000-2025 Flux Corporation. All rights reserved.