|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Strategy to create JDBC prepared statements.
This was inspired by Expert One-on-One J2EE Design and Development by Rod Johnson (ISBN 0764543857).
| Method Summary | |
java.sql.PreparedStatement |
createPreparedStatement(java.sql.Connection connection)
Create a prepared statement on given connection. |
| Method Detail |
public java.sql.PreparedStatement createPreparedStatement(java.sql.Connection connection)
throws java.sql.SQLException
Create a prepared statement on given connection. Implementers should not catch SQLException-s, this is handled by the infrastructure.
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||