Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages