0   reviews on Udemy

Java Database Connectivity (JDBC) | Database Design In Java

Level up your Java programming skill with Java Database Connectivity (JDBC) and Swing technology for absolute beginners
Course from Udemy
 1130 students enrolled
 en
You will setup Database step by step
You will create Database table
You will create Database connection
You will create Database login page
You will add image to the login page
You will create a new tap using JFrame
You will learn how to populate your database table
You will learn how to hide passwords
You will insert data into the database
You will update the database values
You will delete data from the database
You will auto-refresh the database table
You will learn how to use Combobox in the database table
You will learn how to create a clear button
You will select data from the database
You will learn how to authorize delete action from database
You will add search engine to your database

Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database. It is a Java-based data access technology used for Java database connectivity. It is part of the Java Standard Edition platform, from Oracle Corporation. It provides methods to query and update data in a database, and is oriented toward relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the Java virtual machine (JVM) host environment.

JDBC ('Java Database Connectivity') allows multiple implementations to exist and be used by the same application. The API provides a mechanism for dynamically loading the correct Java packages and registering them with the JDBC Driver Manager. The Driver Manager is used as a connection factory for creating JDBC connections.

JDBC connections support creating and executing statements. These may be update statements such as SQL's CREATE, INSERT, UPDATE and DELETE, or they may be query statements such as SELECT. Additionally, stored procedures may be invoked through a JDBC connection. JDBC represents statements using one of the following classes:

Statement: the statement is sent to the database server each and every time.

PreparedStatement: the statement is cached and then the execution path is pre-determined on the database server allowing it to be executed multiple times in an efficient manner.

CallableStatement: used for executing stored procedures on the database.

Update statements such as INSERT, UPDATE and DELETE return an update count that indicates how many rows were affected in the database. These statements do not return any other information.

Query statements return a JDBC row result set. The row result set is used to walk over the result set. Individual columns in a row are retrieved either by name or by column number. There may be any number of rows in the result set. The row result set has metadata that describes the names of the columns and their types.

There is an extension to the basic JDBC API in the javax.sql.

JDBC connections are often managed via a connection pool rather than obtained directly from the driver.

When a Java application needs a database connection, one of the DriverManager.getConnection() methods is used to create a JDBC connection. The URL used is dependent upon the particular database and JDBC driver. It will always begin with the "jdbc:" protocol, but the rest is up to the particular vendor.

In this course, we covered the following from scratch:

  1. Database setup step by step

  2. How to create Database table

  3. How to Create Database connection

  4. Create Database login page

  5. How to add image to the login page

  6. How to create a new tap using JFrame

  7. How to populate a database table

  8. How to hide passwords

  9. How to insert data into the database

  10. How to update the database values

  11. How to delete a data from the database

  12. How to auto-refresh the database table

  13. How to use Combobox in the database table

  14. How to create a clear button

  15. How to select data from the database

  16. How to authorize delete action from database

  17. How to add search engine to your database

Java Database Connectivity (JDBC) | Database Design In Java
$ 19.99
per course
Also check at

FAQs About "Java Database Connectivity (JDBC) | Database Design In Java"

About

Elektev is on a mission to organize educational content on the Internet and make it easily accessible. Elektev provides users with online course details, reviews and prices on courses aggregated from multiple online education providers.
DISCLOSURE: This page may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.

SOCIAL NETWORK