文件名称:33
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-08
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 鬼*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
某实例为了改进数据库操作的性能,自定义数据库连接对象Connection和语句对象Statement,可针对不同类型的数据库提供不同的连接对象和语句对象,如提供Oracle或MySQL专用连接类和语句类,而且用户可以通过配置文件等方式根据实际需要动态更换系统数据库。使用抽象工厂设计该系统。-An example in order to improve the performance of database operations, custom database connection object Connection and object Statement statement, can according to the different types of database connection object and statements of different objects, such as Oracle or MySQL dedicated connection and statement classes, and users can use the configuration file, according to the dynamic change of system database needs. Using abstract factory design the system.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
33\.classpath
..\.project
..\.settings\org.eclipse.jdt.core.prefs
..\bin\Client.class
..\...\Connection.class
..\...\DBFactory.class
..\...\MySQLConnection.class
..\...\MySQLFactory.class
..\...\MySQLStatement.class
..\...\OracleConnection.class
..\...\OracleFactory.class
..\...\OracleStatement.class
..\...\Statement.class
..\src\Client.java
..\...\Connection.java
..\...\DBFactory.java
..\...\MySQLConnection.java
..\...\MySQLFactory.java
..\...\MySQLStatement.java
..\...\OracleConnection.java
..\...\OracleFactory.java
..\...\OracleStatement.java
..\...\Statement.java
..\.settings
..\bin
..\src
33