全部版块 我的主页
论坛 数据科学与人工智能 IT基础 JAVA语言开发
741 1
2015-07-27

  • The class of Java
  • By: Pravin Jain

  • Publisher: Pearson India

  • Pub. Date: August 23, 2010

  • Print ISBN-10: 81-317-5540-1

  • Print ISBN-13: 978-81-317-5544-0

  • Web ISBN-10: 81-317-5473-1

  • Web ISBN-13: 978-81-317-5473-3

  • Pages in Print Edition: 492

  • Subscriber Rating: [2 Ratings] Subscriber Reviews



二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-7-27 01:33:15
JDBC API Overview

[size=22.0499992370605px]The JDBC API provides a simple way for Java applications to access data from one or more relational data sources. A Java developer can use the JDBC API to do the following things:

  • [size=22.0499992370605px]Connect to a data source

  • [size=22.0499992370605px]Execute complex SQL statements

  • [size=22.0499992370605px]Persist changes to a data source

  • [size=22.0499992370605px]Retrieve information from a data source

  • [size=22.0499992370605px]Interact with legacy file systems


[size=22.0499992370605px]The JDBC API is based on the specification X/Open SQL Call Level Interface (CLI), which provides an application with an alternative method for accessing databases with embedded SQL calls. This specification has been accepted by the International Organization for Standards (ISO) as an international standard. ODBC is also based on this standard, and the JDBC API can interface with ODBC through JDBC-ODBC bridge drivers.

[size=22.0499992370605px]The JDBC API makes it relatively simple to send SQL statements to databases, and it doesn't matter what platform, what database vendor, or what combination of platform and vendor you choose to use. It's all done through one common API layer for all platforms. This is what makes Java the front-runner of programming languages in today's market. Although different vendors are creating their own drivers, they all must follow the JDBC 4.0 specification. With that said, all drivers fit into four categories

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群