- 1、本文档共43页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要
JDBC是一种可用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。
在Java语言中,JDBC API主要用来连接数据库和直接调用SQL命令执行各种SQL语句,使用JDBC API可以很容易地把SQL语句传送到任何关系型数据库中。程序员只需用JDBC API写一个程序就够了,它可向相应数据库发送SQL调用。同时,将Java语言和JDBC结合起来使程序员不必为不同的平台编写不同的应用程序。JDBC API是数据库应用的基础,它建立了Java语言数据库应用程序同各种不同数据库的沟通机制。
移动用户交互系统是一个基于JDBC技术的、能够提供一个用户友好的、和数据库以及控制模块紧密连接的、分布式网上建议/投诉系统。用户通过网上建议可以自由发表自己的想法,同时,管理员也能够及时反馈用户反映的问题,在用户和商家之间建立起桥梁关系。本系统包括登录、浏览、填写、提交、查询等几个部分。
关键词:JDBC;Java;用户交流;网上建议;数据库;
ABSTRACT
JDBC is a SQL statement can be used for implementation of the Java API, can provide unified access to multiple relational database, which consists of a set of classes with the Java language and interface.
In the Java language, JDBC API is mainly used to connect to the database and direct calls to SQL commands to perform various SQL statement, using the JDBC API can be easily sent to any of the SQL statement to a relational database. Programmers only need to write a program using JDBC API enough, it can be sent to the appropriate database SQL call. Meanwhile, combine the Java language and JDBC so that programmers do not write for different platforms in different applications. JDBC API is the basis for database applications, which established the Java language database applications to communicate with different database mechanisms.
Mobile user interaction system is a JDBC technology-based, can provide a user-friendly, and close the database connection and control modules, distributed on-line suggestions / complaints system. Users online recommendations are free to make their ideas at the same time, administrators are able to feedback the user to reflect a problem in the build bridges between the user and the business relationship. The system includes login, view, fill, submit feedback, query and other parts.
Keywords:JDBC; Java; Users exchange; Online recommendations; Database
目 录
第一章 绪论 1
1.1课题背景 1
1.2课题内容 2
第二章 JDBC概述 3
2.1JDBC的发展 3
2.2JDBC的组成和结构 4
2.3JDBC的用途 5
2.4JDBC的工作机制 7
2.5JDBC驱动程序的类型 8
2.6JDBC的应用 9
文档评论(0)