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

📄 contactsallquery.java

📁 acegi权限管理框架,作为基于Spring框架的WEB应用的安全框架
💻 JAVA
字号:
// JBuilder API Decompiler stub source generated from class file
// 2007-6-11
// -- implementation of methods is not available

package sample.dao.impl;

// Imports
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.springframework.jdbc.object.MappingSqlQuery;

public class ContactsAllQuery extends MappingSqlQuery {

  // Constructors
  protected ContactsAllQuery(ContactDao this$0, DataSource ds) { }

  // Methods
  protected Object mapRow(ResultSet rs, int rownum) throws SQLException { return null;}
}

⌨️ 快捷键说明

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