赵渝强老师:Java高级编程之三:JDBC
![赵渝强老师:Java高级编程之三:JDBC](https://img-c.udemycdn.com/course/480x270/2149712_bf15.jpg)
Rating 4.62 out of 5 (4 ratings in Udemy)
What you'll learn
- MySQL基础
- 使用JDBC程序访问数据库
- JDBC的高级特性
- JDBC中的事务
- JDBC连接池
- 自定义JDBC框架
Description
JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。JDBC提供了一种基准,据此可以构建更高级的工具和接口,使数据库开发人员能够编写数据库应用程序。
JDBC API主要位于JDK中的java.sql包中(之后扩展的内容位于javax.sql包中),主要包括(斜体代表接口,需驱动程序提供者来具体实现):
DriverManager:负责加载各种不同驱动程序(Driver),并根据不同的请求,向调用者返回相应的数据库连接(Connection)。Driver:驱动程序,会将自身加载到DriverManager中去,并处理相应的请求并返回相应的数据库连 …
Duration 11 Hours 58 Minutes
Paid
Self paced
Intermediate Level
Simplified Chinese (China)
27
Rating 4.62 out of 5 (4 ratings in Udemy)
Go to the Course
We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
Paid
Self paced
Intermediate Level
Simplified Chinese (China)
27
Rating 4.62 out of 5 (4 ratings in Udemy)
Go to the Course