public abstract class AbstractCursorCommand extends Object implements ICursorCommand
ICommand.TYPES
Constructor and Description |
---|
AbstractCursorCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
currentRowMatches(com.healthmarketscience.jackcess.Cursor cur,
Map<String,Object> currentRow) |
abstract Map<String,Object> |
getRowPattern() |
void |
replaceAutoincrement(Map<String,Object> map) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIndexSelector, persistCurrentRow
public boolean currentRowMatches(com.healthmarketscience.jackcess.Cursor cur, Map<String,Object> currentRow) throws IOException
currentRowMatches
in interface ICursorCommand
IOException
public abstract Map<String,Object> getRowPattern()
getRowPattern
in interface ICursorCommand
Copyright © 2012–2018 UCanAccess. All rights reserved.