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

br.com.anteros.persistence.handler.ScrollableResultSetHandler Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package br.com.anteros.persistence.handler;

import java.sql.ResultSet;

public interface ScrollableResultSetHandler extends ResultSetHandler {

	/**
	 * Método responsável por ler a linha corrente do ResultSet.
	 * 
	 */
	public abstract Object[] readCurrentRow(ResultSet resultSet) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy