org.devocative.adroit.sql.result.IRowAsMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adroit Show documentation
Show all versions of adroit Show documentation
Utility classes specially used in Demeter project
package org.devocative.adroit.sql.result;
import java.util.Map;
public interface IRowAsMap {
void onRowResult(Map row);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy