flux.database
Class DatabaseTrigger.Database_Trigger_Result

java.lang.Object
  extended byflux.database.DatabaseTrigger.Database_Trigger_Result
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
DatabaseTrigger.DatabaseTriggerResult
Enclosing class:
DatabaseTrigger

Deprecated. Use DatabaseExceptionActionResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.

public static class DatabaseTrigger.Database_Trigger_Result
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

The result when a database exception action runs.

See Also:
Serialized Form

Field Summary
 boolean result
          Deprecated. The result when a database exception action runs.
 
Constructor Summary
DatabaseTrigger.Database_Trigger_Result()
          Deprecated.  
 
Method Summary
 java.lang.Object clone()
          Deprecated. Clones a database exception action result.
 java.lang.String toString()
          Deprecated. Returns a readable version of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public boolean result
Deprecated. 
The result when a database exception action runs. Indicates whether a database exception was detected. By definition, a database exception occurs if a configured database query returns one or more rows, the first of which satisfies a specified exception condition.

Constructor Detail

DatabaseTrigger.Database_Trigger_Result

public DatabaseTrigger.Database_Trigger_Result()
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Returns a readable version of this object.

Returns:
A readable version of this object.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Clones a database exception action result.

Returns:
A database exception action clone.
Throws:
java.lang.CloneNotSupportedException - Should never be thrown.


© 2000-2008 Flux Corporation. All rights reserved.