JDBc接口分为两个层次,一个是面向程序 开发人员的应用程序层(JDBC API),开发人员用 API通过SQL调用数据库和取得成果;另外一个是 低层的驱动程序层(JDBc Driver API),处理与具体 驱动程序版本的所...
基于8个网页-相关网页
JDBc Driver API 低层的驱动程序层
Listing 3 shows how to demarcate a transaction using the JDBC API.
清单3显示了如何用JDBC API界定一个事务?
Applications access the database with the industry standard JDBC API.
应用程序通过行业标准的JDBC API访问数据库。
With an embedded database engine, the application USES the JDBC API to access the database.
在嵌入时,应用程序使用JDBC API来访问数据库。
应用推荐