
net.ucanaccess.commands.ICursorCommand Maven / Gradle / Ivy
package net.ucanaccess.commands;
import com.healthmarketscience.jackcess.Cursor;
import java.io.IOException;
import java.util.Map;
public interface ICursorCommand extends ICommand {
boolean currentRowMatches(Cursor cur, Map currentRow);
IndexSelector getIndexSelector();
Map getRowPattern();
IFeedbackAction persistCurrentRow(Cursor cur) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy