This chapter provides tutorial notes on JDBC PreparedStatement with Java DB (Derby) JDBC Driver. Topics include creating PreparedStatement objects; setting PreparedStatement parameters; running PreparedStatement in batch mode; comparing PreparedStatement performance.
Tutorial programs in this chapter use DataSource objects retrieved from a JNDI directory service to create connections.
Read previous chapters to learn how store DataSource objects into a JNDI directory service.