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, replaceAutoincrementpublic String getExecId()
public IndexSelector getIndexSelector()
public Map<String,Object> getRowPattern()
getRowPattern in interface ICursorCommandgetRowPattern in class AbstractCursorCommandpublic String getTableName()
public ICommand.TYPES getType()
public IFeedbackAction persist() throws SQLException
SQLExceptionpublic CompositeFeedbackAction persistCurrentRow(com.healthmarketscience.jackcess.Cursor cur) throws IOException
IOExceptionpublic IFeedbackAction rollback() throws SQLException
SQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.