Java Database Connection: JDBC and MySQL
- Offered byUDEMY
Java Database Connection: JDBC and MySQL at UDEMY Overview
Duration | 2 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Official Website | Explore Free Course |
Credential | Certificate |
Java Database Connection: JDBC and MySQL at UDEMY Highlights
- Get full lifetime access of the course material
Java Database Connection: JDBC and MySQL at UDEMY Course details
- For Java developers: beginner, intermediate or advanced
- Connect to a MySQL Database with Java
- Submit SQL statements to insert, update and delete data
- Handle SQL parameters with Prepared Statements
- Calls stored procedures and handle various parameter types (IN, INOUT etc..)
- Read and write BLOB and CLOB data files
- Configure your database connection information with properties files
- In this course, you learn how to connect to a MySQL database using Java JDBC
- The course starts with an overview of the JDBC API
- Then you learn how to set up your development environment with the appropriate MySQL database drivers
- Next the course shows you how to submit a SQL query and process the result set
- The course moves on to advanced topics such as Prepared Statements to handle SQL paramaters
- You also learn how to call stored procedures using various parameter types (IN, INOUT, OUT and ResultSet)
Java Database Connection: JDBC and MySQL at UDEMY Curriculum
Introduction
Course Introduction
Getting started with JDBC
JDBC Overview
Database Setup Overview
Install the MySQL Database
Create New Database User in MySQL Workbench
Download JDBC Source Code
Setting up the Development Environment
Performing Basic JDBC Operations
Submitting SQL Queries
Getting rid of MySQL SSL Warning Message
Inserting Data into the Database
Updating Data in the Database
Deleting Data from the Database
Creating Prepared Statements
Calling Stored Procedures
Calling Stored Procedures - Part 1 - IN Parameters
Calling Stored Procedures - Part 2 - INOUT Parameters
Calling Stored Procedures - Part 3 - OUT Parameters
Calling Stored Procedures - Part 4 - Result Set
Transactions and MetaData
Defining JDBC Transactions
Accessing Database MetaData
Reading ResultSet MetaData
Handling BLOBs and CLOBs
Reading and Writing BLOBs
Reading and Writing CLOBs