gu.sql2java.ResultSetTypeCast Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-manager Show documentation
Show all versions of sql2java-manager Show documentation
sql2java manager class package for accessing database
package gu.sql2java;
import java.lang.reflect.Type;
/**
* 结果集({@link java.sql.ResultSet})中的字段值类型转换接口
* @author guyadong
*
*/
interface ResultSetTypeCast {
Object cast(Object input,Type target) throws ClassCastException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy