public class DeleteCommand extends AbstractCursorCommand
ICommand.TYPES
Constructor and Description |
---|
DeleteCommand(com.healthmarketscience.jackcess.Table _table,
Map<String,Object> _rowPattern,
String _execId) |
Modifier and Type | Method and Description |
---|---|
String |
getExecId() |
IndexSelector |
getIndexSelector() |
Map<String,Object> |
getRowPattern() |
String |
getTableName() |
ICommand.TYPES |
getType() |
IFeedbackAction |
persist() |
CompositeFeedbackAction |
persistCurrentRow(com.healthmarketscience.jackcess.Cursor cur) |
IFeedbackAction |
rollback() |
currentRowMatches, replaceAutoincrement
public String getExecId()
public IndexSelector getIndexSelector()
public Map<String,Object> getRowPattern()
getRowPattern
in interface ICursorCommand
getRowPattern
in class AbstractCursorCommand
public String getTableName()
public ICommand.TYPES getType()
public IFeedbackAction persist() throws SQLException
SQLException
public CompositeFeedbackAction persistCurrentRow(com.healthmarketscience.jackcess.Cursor cur) throws IOException
IOException
public IFeedbackAction rollback() throws SQLException
SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.