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

org.devocative.adroit.sql.result.IRowAsMap Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package org.devocative.adroit.sql.result;

import java.util.Map;

public interface IRowAsMap {
	void onRowResult(Map row);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy