Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

safejdbc
Interface FillingCommand  view FillingCommand download FillingCommand.java


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