flux
Class DatabaseUpdateAction.DatabaseUpdateActionResult

java.lang.Object
  extended by flux.DatabaseUpdateAction.DatabaseUpdateActionResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
DatabaseUpdateAction

public static class DatabaseUpdateAction.DatabaseUpdateActionResult
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

The result after this action runs.

See Also:
Serialized Form

Field Summary
 int result
          Indicates the number of database rows that were modified.
 
Constructor Summary
DatabaseUpdateAction.DatabaseUpdateActionResult()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public int result
Indicates the number of database rows that were modified. This result is derived by summing the individual results of each call to java.sql.PreparedStatement.executeUpdate().

Constructor Detail

DatabaseUpdateAction.DatabaseUpdateActionResult

public DatabaseUpdateAction.DatabaseUpdateActionResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2014 Flux Corporation. All rights reserved.