com.jpattern.orm.session
Interface PreparedStatementSetter


public interface PreparedStatementSetter

Set the values of a PreparedStatement

Author:
ufo

Method Summary
 void set(PreparedStatement ps)
           
 

Method Detail

set

void set(PreparedStatement ps)
         throws SQLException
Parameters:
ps - the prepared statement
Throws:
SQLException


Copyright © 2013. All Rights Reserved.