Complete Jdbc In Simple Way

所在平台: Udemy

课程主页: https://www.udemy.com/course/complete-jdbc-in-simple-way/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:简单易懂的完整JDBC 课程概述: 欢迎参加“简单易懂的完整JDBC”课程。本课程将深入讲解JDBC(Java数据库连接),通过系统的内容让学员在理论和实践中掌握所需知识。 课程内容包括: 1. 介绍 2. JDBC驱动程序 3. 准备JDBC应用程序的步骤 4. JDBC应用程序的创建、插入记录、更新表格、删除记录、删除表格、选择数据 5. 使用各种类型的驱动程序 6. 数据库元数据 7. 结果集元数据 8. execute()方法 9. 加载和注册驱动的不同方法 10. 学生管理系统项目 11. GUI与JDBC集成应用 12. 可滚动结果集 13. 可更新结果集 14. 使用语句的批量更新 15. 使用准备语句的批量更新 16. SQL注入攻击问题 17. BLOB和CLOB 18. CallableStatement 19. 事务管理 20. 连接池 21. RowSets 课程收益: 1. 提供每个主题的全面理解。 2. 理论与实践的双重提升。 3. 为高级技术和框架(如Hibernate、JPA、Spring等)奠定良好基础。 4. 课程内部包含几乎所有面试问题及答案。 5. 提供可下载的课程材料。 6. 使用Oracle和MySQL数据库进行学习。 7. 使用Eclipse和IntelliJ IDEA等IDE进行开发。 介绍: JDBC是一种与数据库交互的逐步程序,它允许Java应用程序执行数据库操作。JDBC是由SUN Microsystems提供的一种技术,旨在通过API(预定义的类和接口)连接数据库。JDBC使得各种数据库供应商可以实现与Java应用程序的连接,确保数据操作的顺利进行。 通过参加本课程,您将掌握JDBC的协议、驱动程序的使用以及如何通过Java应用进行数据库操作,将为您的开发技能打下坚实的基础。

课程评论(0条)

课程详情

Welcome to Complete Jdbc in Simple Way Course:Course Content:1. Introduction2. Jdbc Drivers3. Steps to prepare Jdbc Applications4. Jdbc Applications create table insert records update table delete records drop table select data5. Working with various types of Drivers6. Database MetaData7. ResultSetMetaData8. execute() method9. Different Approaches to Load and Register Driver10.Student Management System Project11.GUI-Jdbc Integration Applications12.Scrollable ResultSets13.Updatable ResultSets14.Batch Updations With Statement15.PreparedStatement16.Batch Updations With PreparedStatement17.SQLInjection Attack Problem18.BLOB and CLOB19.CallableStatement20.Transaction Management21.Connection Pooling22.RowSetsBenefits of this course:1. This Course will provide completeness on every topic.2. This Course will make you to Strong on Theoritically and Programmatically3. This Course will provide Good Platform for the Advanced Technologies and Frameworks like Hibernate, JPA, Spring,......4. This Course includes almost all the interview Questions and Answers as part of the Course internally. 5. This Course will provide Downloadable Material for all the topics which are provided in Course Content.6. In this course we have used Oracle and MySQL Databases.7. In This course we have used the IDEs like Eclipse and Intellij IDEAIntroduction Jdbc is a step by step procedure to interact with database from Java applications inorder to perform database operations from Java applications.Jdbc is a technology , not programming language, it can be used to connect with database from java applications inorder to perform database operations from Java applications.Jdbc is an API[Predefined classes and interfaces], it can be used to connect with database from java applications inorder to perform database operations from Java applications.Jdbc is an abstraction provided by SUN Microsystems and implemented by all database vendors to connect with database from Java applications in order to perform database operations from Java applications.Driver is an interface existed in between java application and database, it can be used to map java presentations to Database representations and from Database representations to Java representations.To provide Drivers, SUN Microsystems has defined a predefined interface in the form of "java.sql.Driver" and SUN Microsystems has given an option to all the Database vendors to provide their own implementation for java.sql.Driver interface. In JDBC, all databae vendords have provided their own Driver implementations in their database Softwares, but, all these Drivers are devided into five groups, that is "five types of Drivers.

课程标签

0人关注该课程

主题相关的课程