org.mule.module.db.internal.result.statement
Class UpdateCountResult
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateCountResult
public UpdateCountResult(String name,
int count)
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.