net.java.ao.test
Interface DbUtils.StatementCallback

All Known Implementing Classes:
DbUtils.UpdateCallback
Enclosing class:
DbUtils

public static interface DbUtils.StatementCallback


Method Summary
 void processResult(ResultSet resultSet)
           
 void setParameters(PreparedStatement statement)
           
 

Method Detail

setParameters

void setParameters(PreparedStatement statement)
                   throws Exception
Throws:
Exception

processResult

void processResult(ResultSet resultSet)
                   throws Exception
Throws:
Exception


Copyright © 2007-2013. All Rights Reserved.