首页 | 本学科首页   官方微博 | 高级检索  
     

JDBC,MySQL和JDBCProxy联合实现Java数据库
引用本文:巩康.JDBC,MySQL和JDBCProxy联合实现Java数据库[J].电脑编程技巧与维护,2010(10):59-59,112.
作者姓名:巩康
作者单位:天津工业大学,天津,300160
摘    要:JDBC作为Java数据库操作的基础,占有重要的应用地位。通过DriverManager类可以建立数据库连接,使用Statement类型可以完成数据库基本访问,CallableStatement实现存储过程的调用。JDBCProxy可以理解为JDBC代理,是一个开源的JDBC项目,其架构在JDBC Driver之上,能够记录一个Java应用的数据库访问过程,并将这个过程重现,辅助程序测试。通过实例讨论了JDBC对MySQL数据库的操作方法和JDBCProxy的工作过程。

关 键 词:JDBC  MySQL  JDBCProxy

A Java Database Solution Using JDBC,MySQL and JDBCProxy
GONG Kang.A Java Database Solution Using JDBC,MySQL and JDBCProxy[J].Computer Programming Skills & Maintenance,2010(10):59-59,112.
Authors:GONG Kang
Affiliation:GONG Kang(Tianjin Polytechnic University,Tianjin 300160)
Abstract:JDBC is the most important approach in Java database applications.Programmers establish a database connection through the DriverManager class and implement the basic database operations using the Statement class.The CallableStatement is the key class to call the storage procedure.JDBCProxy is a JDBC agent from an open source JDBC project.Based on the JDBC Driver,JDBCProxy records the database access process.This paper shows MySQL database JDBC operations and JDBCProxy working process by some examples.
Keywords:JDBC  MySQL  JDBCProxy
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号