| 接口 | 说明 |
|---|---|
| ConnectionProvider |
Title: 常用代码打包
Description:
Abstract class that defines the connection provider framework.
|
| 类 | 说明 |
|---|---|
| C3P0ConnectionProvider | |
| C3P0NoEPConnectionProvider |
Title: 常用代码打包
Description:
Default connection provider, which uses an internal connection pool.
|
| ConnectionAdapter |
Title: 常用代码打包
Description:
An adapter for the connection interface.
|
| ConnectionManager |
Title: 常用代码打包
Description: Central manager of database connections.
|
| ConnectionManagerFactory |
Title: 常用代码打包
Description:
Central manager of database connections.
|
| ConnectionPool |
Title: 常用代码打包
Description: Database connection pool.
|
| ConnectionWrapper |
Title: 常用代码打包
Description:
An implementation of the Connection interface that wraps an underlying
Connection object.
|
| DBAgent |
Title: 常用代码打包
Description:
这个类作为进行数据库操作的代理,它能进行的数据库操作有select、update、insert和delete。
|
| DBBeanBase |
不建议再使用,除非修改基础包
|
| DbManager |
The Manager provides connections and manage transaction transparently.
|
| DbObjectList<T> |
Title: JDS系统管理系统
Description: 工具类,实现java.util.List接口,储存各个对象的UUID, 当需要的时候才从数据中取得实际的数据对象
Copyright: Copyright (c) 2016
Company: www.justdos.net
|
| DBResult |
This class store the data which fetch from database
Creation date: (2001-7-9 9:14:40)
|
| DefaultConnectionProvider |
Title: 常用代码打包
Description:
Default connection provider, which uses an internal connection pool.
|
| JNDIDataSourceProvider |
Title: 常用代码打包
Description:
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource
made available via JNDI.
|
| MiniConnectionPoolManager |
A lightweight standalone JDBC connection pool manager.
|
| MiniConnectionProvider |
Title: 常用代码打包
Description:
Default connection provider, which uses an internal connection pool.
|
| PreparedStatementAdapter |
Title: 常用代码打包
Description: An adapter for the StatementAdapter interface.
|
| ProfiledConnection |
Title: 常用代码打包
Description:
Wraps a Connection object and collects statistics about the database queries
that are performed.
|
| ProfiledConnectionEntry |
Title: 常用代码打包
Description:
Simple class for tracking profiling stats for individual SQL queries.
|
| StatementAdapter |
Title: 常用代码打包
Description:
An implementation of the Statement interface that wraps an underlying
Statement object and performs timings of the database queries.
|
| 异常错误 | 说明 |
|---|---|
| MiniConnectionPoolManager.TimeoutException |
Thrown in
MiniConnectionPoolManager.getConnection() or MiniConnectionPoolManager.getValidConnection() when no free connection becomes
available within timeout seconds. |
Copyright © 2023 onecode. All rights reserved.