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

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

public class OutputParamResult
extends Object
implements StatementResult

Represents an output parameter after a Statement execution


Constructor Summary
OutputParamResult(String name, Object value)
           
 
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

OutputParamResult

public OutputParamResult(String name,
                         Object value)
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.