Skip to content

Database management system that supports SQL queries & JDBC. Implemented using Java to apply basic design patterns and OOP concepts.

Notifications You must be signed in to change notification settings

Aboeleneen/Java-Database-Connectivity

Repository files navigation

Java Database Connectivity

provides Java developers with a standard API that is used to access databases, regardless of the driver and database product. JDBC presents a uniform interface to databases - change vendors and your applications only need to change their driver.

required tasks :

  • Implement the JDBC main interfaces to access the tables' data.
  • Implement The following interfaces :
    • java.sql.Driver.
    • java.sql.Connection.
    • java.sql.Statement.
    • java.sql.Resultset.
    • java.sql.ResultSetMetaData

About

Database management system that supports SQL queries & JDBC. Implemented using Java to apply basic design patterns and OOP concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages