项目作者: Aboeleneen

项目描述 :
Database management system that supports SQL queries & JDBC. Implemented using Java to apply basic design patterns and OOP concepts.
高级语言: Java
项目地址: git://github.com/Aboeleneen/Java-Database-Connectivity.git
创建时间: 2019-04-11T14:44:39Z
项目社区:https://github.com/Aboeleneen/Java-Database-Connectivity

开源协议:

下载


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