码迷,mamicode.com
首页 > 数据库 > 详细

JDBC 是什么

时间:2016-08-06 08:21:56      阅读:673      评论:0      收藏:0      [点我收藏+]

标签:

JDBC is a Java database connectivity technology (Java Standard Edition platform) from Oracle Corporation. This technology is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the JVM host environment.

 

                          ——摘自Wikipedia

 

 

JDBC 是什么

标签:

原文地址:http://www.cnblogs.com/zno2/p/4563414.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!