Java JDBC Tutorial


  1. Loading class com.mysql.jdbc.Driver is deprecated

  2. Java JDBC Connection with MySQL Driver in VS Code

  3. Java SE JDBC Select Statement Example

  4. List of Java JDBC Database Driver Jars, Classes and URLs Details

  5. Java JDBC with Join Queries Example

  6. Java SE JDBC with Prepared Statement Parameterized Select Example

  7. Java JDBC Connection with Database using SSL (https) URL

  8. Java JDBC NumberFormatException: For input string

  9. Read Java JDBC Connection Details from Properties File

  10. Insert Auto Increment Value using PreparedStatement in Java JDBC

  11. Java SE JDBC: Insert with PreparedStatement Example

  12. Java JDBC Example with Oracle Database Driver Connection

  13. Java JDBC: Insert Java 8 LocalDate and Time using PreparedStatement

  14. Java 8 JDBC: Insert Timestamp Code Example

  15. Run SQL Script file using Java JDBC Code Example

  16. [fix] Java JDBC SQLSyntaxErrorException: Unknown database

  17. JDBC SQLException Statement.executeQuery() cannot issue statements that do not produce result sets

  18. [Solution] Java JDBC SQLException: No value specified for parameter 1

  19. [fix] Java JDBC ConnectException: Connection refused

  20. Get Desc of Table using Java JDBC

  21. How to list all tables using Java JDBC

  22. Java JDBC Connection with PostgreSQL Driver Example

  23. Java JDBC Batch Update Example with PreparedStatement

  24. Java JDBC IN Clause Example with PreparedStatement MySQL

  25. Create a Database Table using JDBC PreparedStatement

  26. Java JDBC Delete a Record in Database Table using PreparedStatement

  27. Java JDBC Select Multiple Records from table as List using PreparedStatement

  28. Call a Stored Procedure using Java JDBC CallableStatement Example

  29. Java JDBC Transition Management using PreparedStatement Examples

  30. Java JDBC Get Id of the Inserted Record with AutoIncrement

  31. [fix] MySQL cj jdbc CommunicationsException: Communications link failure

  32. Java + Spring JDBC Template + Gradle Example

  33. Truncate table using Java JDBC Example

  34. Drop table using Java JDBC Template