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

org.tinygroup.dbrouterjdbc4.thread.StatementProcessorCallBack Maven / Gradle / Ivy

The newest version!
package org.tinygroup.dbrouterjdbc4.thread;

import java.sql.SQLException;

import org.tinygroup.dbrouter.context.RealStatementExecutor;


/**
 * 回调处理接口
 * @author renhui
 *
 */
public interface StatementProcessorCallBack {

	T callBack(RealStatementExecutor statement)throws SQLException ;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy