org.mule.module.db.internal.result.statement
Class UpdateCountResult

java.lang.Object
  extended by org.mule.module.db.internal.result.statement.UpdateCountResult
All Implemented Interfaces:
StatementResult

public class UpdateCountResult
extends Object
implements StatementResult

Represents an update count after a Statement execution


Constructor Summary
UpdateCountResult(String name, int count)
           
 
Method Summary
 String getName()
           
 Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCountResult

public UpdateCountResult(String name,
                         int count)
Method Detail

getName

public String getName()
Specified by:
getName in interface StatementResult
Returns:
name of the result. Non null

getResult

public Object getResult()
Specified by:
getResult in interface StatementResult
Returns:
value for the result. Can be null.


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.