public static class DatabaseConditionAction.DatabaseConditionActionResult
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
result
Indicates whether the condition was satisfied after the query ran.
|
| Constructor and Description |
|---|
DatabaseConditionActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this result.
|
java.lang.String |
toString()
Returns a readable version of this result.
|
public boolean result
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.