📄 contactsallquery.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 + -