📄 iresultsetwrapper.java
字号:
/*
* Created on 17-ene-2005 23:50:51
*
*/
package com.martincuervo.javatest.business.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* @author Jorge Martin Cuervo <jorge@martincuervo.com>
*
*/
public interface IResultSetWrapper {
Object transform (ResultSet rs) throws SQLException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -