CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DBConnectionPool
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DBConnectionPool - List
[
ADO-ODBC
]
DBConnectionPool
DL : 0
数据库连接池的代码-database connection pool code
Date
: 2008-10-13
Size
: 3.71kb
User
:
天涯
[
JSP/Java
]
DBConnectionPool
DL : 0
使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。
Date
: 2008-10-13
Size
: 16.18kb
User
:
ruanping
[
Database system
]
DBConnectionPool
DL : 0
数据库连接池的代码-database connection pool code
Date
: 2025-07-16
Size
: 3kb
User
:
天涯
[
JSP/Java
]
DBConnectionPool
DL : 0
使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。 -Language development using java database connection pool procedures, each of the functions do not explain in detail.
Date
: 2025-07-16
Size
: 16kb
User
:
ruanping
[
JSP/Java
]
DBConnectionPool
DL : 0
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
Date
: 2025-07-16
Size
: 1kb
User
:
吴明鹏
[
JSP/Java
]
Java_C3P0_ConnectionPool
DL : 0
采用当前最流行的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.
Date
: 2025-07-16
Size
: 6kb
User
:
郝健
[
JSP/Java
]
DBConnectionPool
DL : 0
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
Date
: 2025-07-16
Size
: 6kb
User
:
吴小和
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.