org.mule.module.db.internal.result.statement
Interface StatementResult

All Known Implementing Classes:
OutputParamResult, ResultSetResult, UpdateCountResult

public interface StatementResult

Represents a single result from a Statement execution


Method Summary
 String getName()
           
 Object getResult()
           
 

Method Detail

getName

String getName()
Returns:
name of the result. Non null

getResult

Object getResult()
Returns:
value for the result. Can be null.


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