JSR 221
Early Draft
June 02, 2005
JDBC是一個包含在JSE(Java桌面版)和JEE(Java企業版)里的API,它提供幾乎所有SQL數據庫之間的跨DBMS(數據庫管理系統)連接,和對報表和文本文件等表格數據源(tabular data sources)的訪問。通過一個JDBC的驅動程序,我們能聚集處在不同環境中(heterogeneous environment)的企業數據。
JDBC technology is an API (included in both J2SE and J2EE releases) that provides cross-DBMS connectivity to a wide range of SQL databases and access to other tabular data sources, such as spreadsheets or flat files. With a JDBC technology-enabled driver, you can connect all corporate data even in a heterogeneous environment.
版權所有 羅明