safejdbc
Interface FillingCommand


public interface FillingCommand

This interface serves to set the parameter values of a PreparedStatement SQL string which is passed to the query or update method of SQL.


Method Summary
 void fill(java.sql.PreparedStatement prepStmt)
          Implement this method to fill the parameters of the PreparedStatement
 

Method Detail

fill

public void fill(java.sql.PreparedStatement prepStmt)
          throws java.sql.SQLException
Implement this method to fill the parameters of the PreparedStatement
Parameters:
prepStmt, - the PreparedStatement to fill, is provided by the framework.


Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.