All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.yydf.struts.mapper.ResultMapper Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.yydf.struts.mapper;

import java.sql.PreparedStatement;
import java.sql.SQLException;

public interface ResultMapper {
	T doStatement(PreparedStatement stmt) throws SQLException;

	String getSql();

	Object[] getArgs();

	void clean();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy