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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Parsian, Mahmoud (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress, 2005.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.