Cargando…

JDBC Recipes A Problem-Solution Approach /

JDBC Recipes provides easy-to-implement, usable solutions to problems in relational databases that use JDBC. You will be able to integrate these solutions into your web-based applications, such as Java servlets, JavaServer Pages, and Java server-side frameworks. This handy book allows you to cut and...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Parsian, Mahmoud (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2005.
Edición:1st ed. 2005.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • Introducing JDBC
  • Exploring JDBC's Novel Feature
  • Making Database Connections
  • Making Database Connections Using DataSource
  • Exploring the ResultSet Interface
  • Working with Scrollable and Updatable ResultSet Objects
  • Reading and Writing BLOBs
  • Reading and Writing CLOBs
  • Working with Date, Time, and Timestamp in JDBC
  • Handling Exceptions in JDBC
  • Exploring the Statement
  • Working with the PreparedStatement
  • Passing Input Parameters to PreparedStatement
  • Exploring JDBC Utilities.