⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connectionpoolinf.java

📁 这是一个mvc模式
💻 JAVA
字号:
package jsp.tags.dapact.tags.data;

import java.sql.Connection;
import java.sql.SQLException;
/**
 * Title:        Data Aware Processing And Control Tags
 * Description:  Tag library for the processing and controlling the input and output of data.
 * Copyright:    LGPL (http://www.gnu.org/copyleft/lesser.html)
 * Compile Date: @compile_date@
 * @author Allen M Servedio
 * @amp_sign@version @VERSION@
 */

/**
 * The system uses this class to interact with the user's database connection pool for
 * releasing connections.
 */
public interface ConnectionPoolInf
{
  /**
   * Release the connection that this object contains.
   */
  public void releaseConnection() throws SQLException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -