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

org.icij.extract.mysql.SQLMapCodec Maven / Gradle / Ivy

There is a newer version: 7.4.0
Show newest version
package org.icij.extract.mysql;

import java.sql.ResultSet;
import java.sql.SQLException;

public interface SQLMapCodec extends SQLCodec {

	/**
	 * Decode a result set into a key instance.
	 *
	 * @return a new instance of the codec key type
	 */
	K decodeKey(final ResultSet rs) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy