|
|||||||||
| Home >> All >> [ safejdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
|
|||||||||
| Home >> All >> [ safejdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC