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

Packages that use StatementResult
org.mule.module.db.internal.result.statement   
 

Uses of StatementResult in org.mule.module.db.internal.result.statement
 

Classes in org.mule.module.db.internal.result.statement that implement StatementResult
 class OutputParamResult
          Represents an output parameter after a Statement execution
 class ResultSetResult
          Represents a ResultSet after a Statement execution
 class UpdateCountResult
          Represents an update count after a Statement execution
 

Methods in org.mule.module.db.internal.result.statement that return StatementResult
protected  StatementResult StatementResultIterator.doProcessOutputParam(OutputQueryParam outputSqlParam, Object paramValue)
           
protected  StatementResult StatementResultIterator.doProcessResultSet(String name, ResultSet resultSet)
           
protected  StatementResult StatementResultIterator.doProcessUpdateCount(String name, int value)
           
 StatementResult StatementResultIterator.next()
           
protected  StatementResult StatementResultIterator.processOutputParam()
           
 



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