htchristie / jdbc-learning

Access to MySQL database using JDBC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning JDBC

Access to MySQL database using JDBC.

Content

  • File 'db.properties'
  • Custom exception;
  • Connection
  • Properties
  • Statement
  • ResultSet
  • Try-catch-finally
  • PreparedStatement
  • Get Generated Keys
  • Update operation
  • Delete operation
  • Transaction
  • Rollback
  • Commit

About

Access to MySQL database using JDBC.


Languages

Language:Java 100.0%