Welcome![Sign In][Sign Up]
Location:
Search - DBConnectionPool

Search list

[ADO-ODBCDBConnectionPool

Description: 数据库连接池的代码-database connection pool code
Platform: | Size: 3801 | Author: 天涯 | Hits:

[JSP/JavaDBConnectionPool

Description: 使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。
Platform: | Size: 16565 | Author: ruanping | Hits:

[Database systemDBConnectionPool

Description: 数据库连接池的代码-database connection pool code
Platform: | Size: 3072 | Author: 天涯 | Hits:

[JSP/JavaDBConnectionPool

Description: 使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。 -Language development using java database connection pool procedures, each of the functions do not explain in detail.
Platform: | Size: 16384 | Author: ruanping | Hits:

[JSP/JavaDBConnectionPool

Description: oracle与java连接的数据库连接池。这是每一个java程序员,在与数据库进行交互时必须用到的连接池,很好用-oracle and java database connection pool to connect. This will be a java programmer, interact with the database connection pool must be used, very good use
Platform: | Size: 1024 | Author: 吴明鹏 | Hits:

[JSP/JavaJava_C3P0_ConnectionPool

Description: 采用当前最流行的c3p0实现的数据库连接池。封装了jdbc的api,可以直接返回对象。封装了异构操作的代码,提供了同构操作的结构。-Using the current implementation of the most popular database connection pool c3p0. Encapsulates the jdbc api, can directly return objects. Heterogeneous operation code package provides the structure with the structure operation.
Platform: | Size: 6144 | Author: 郝健 | Hits:

[JSP/JavaDBConnectionPool

Description: private String dbDiv = "" // 数据库驱动 private String dbUrl = "" // 数据 URL private String dbUser = "" // 数据库用户名 private String dbPassword = "" // 数据库用户密码 private String testTable = "" // 测试连接是否可用的测试表名,默认没有测试表 private int initialConnections = 10 // 连接池的初始大小 private int incrementalConnections = 5 // 连接池自动增加的大小 private int maxConnections = 50 // 连接池最大的大小 private long checkRelaseConnectionTime = 4 * 60 * 60 * 1000 //连接池中释放数据库连接时间 4 *60 * 60 * 1000 private boolean isRunning = true //线程运行标识 private Vector<PooledConnection> pooledConnectionVector = null // 存放连接池中数据库连接的向量 , 初始时为 null 存放的对象为 PooledConnection 型 -private String dbDiv = " " // database-driven private String dbUrl = " " // Data URL private String dbUser = " " // database user name private String dbPassword = " " // database user password private String testTable = " " // test connection is available test table name, the default is no test table private int initialConnections = 10 // initial size of the connection pool private int incrementalConnections = 5 //connection pool automatically increase the size of the private int maxConnections = 50 // connection pool maximum size of private long checkRelaseConnectionTime = 4* 60* 60* 1000 // release the database connection pool Connection Time 4* 60* 60* 1000 private boolean isRunning = true // thread running identity private Vector <PooledConnection> pooledConnectionVector = null // store the database connection pool connections vectors, initially stored object is null type PooledConnection
Platform: | Size: 6144 | Author: 吴小和 | Hits:

CodeBus www.codebus.net