Java Database Connectivity (JDBC) Introduction

所在平台: Coursera

课程主页: https://www.coursera.org/learn/java-database-connectivity-introduction

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Java数据库连接(JDBC)入门 课程概述:本课程旨在让学员获得Java数据库连接(JDBC)基础概念的实践经验。在学习过程中,您将了解到该API如何使Java开发人员更轻松地与数据库交互。在课程结束时,您不仅能够演示JDBC的使用机制,还能够解释其设计意图及功能。 课程大纲: 1. **连接到数据库**: - 描述:在本模块中,您将学习Java数据库连接(JDBC)的核心概念。您将把数据库驱动程序加载到Java应用程序中,从而能够连接到数据库,并使用Statement对象向数据库发送命令,以定义和加载数据表。 2. **更多语句**: - 描述:在本模块中,您将学习如何使用ResultSet或JdbcRowSet从数据库表中提取数据,定义引用完整性约束,并在ResultSet提取中利用表之间的关联关系。 通过本课程,学员将掌握JDBC的基本操作,为后续的数据库编程打下坚实的基础。

课程大纲

Name:Connecting to a Database

Description:In this module you will learnt the core concepts of Java Database Connectivity (JDBC). You will load a database driver into a Java Application so that you can connect to a database, send commands to the database using the Statement Objects to define and load tables

Name:More Statements

Description:In this module you will extract data from database tables either using a ResultSet or a JdbcRowSet, define referential integrity constraints and leverage table associations between tables in ResultSet extraction

课程评论(0条)

课程详情

The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to demonstrate the mechanics of JDBC but furthermore, you should be able to explain the design and intent.

课程标签

0人关注该课程

主题相关的课程