JDBC: Advanced Topics


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description

When building Java apps which interact with a database, you may need to work with stored procedures and also large binary objects. The goal of this course is to give you hands-on experience with the handling of binary and text data and working with stored procedures. You will load image and text files from your file system to a database using JDBC, and will then do the reverse operations. You will also create and execute a variety of stored procedures from a Java app.



Expected Duration (hours)
0.8

Lesson Objectives

JDBC: Advanced Topics

  • discover the key concepts covered in this course
  • load large image files into a SQL table using JDBC
  • download image files from a SQL table into your file system
  • use JDBC to upload and download text data to and from a database
  • create and execute stored procedures from a Java application
  • execute stored procedures that return values and retrieve the outputs generated
  • use JDBC to run stored procedures that use the same parameter to process inputs and outputs
  • summarize the key concepts covered in this course
  • Course Number:
    it_jmjdbcdj_05_enus

    Expertise Level
    Intermediate