public class UpdateCommand extends AbstractCursorCommand
ICommand.TYPES| Constructor and Description |
|---|
UpdateCommand(com.healthmarketscience.jackcess.Table _table,
Map<String,Object> _map,
Object[] _modifiedRow,
String _execId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecId() |
IndexSelector |
getIndexSelector() |
Map<String,Object> |
getRowPattern() |
String |
getTableName() |
ICommand.TYPES |
getType() |
IFeedbackAction |
persist() |
IFeedbackAction |
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 IFeedbackAction persistCurrentRow(com.healthmarketscience.jackcess.Cursor cur) throws IOException, SQLException
IOExceptionSQLExceptionpublic IFeedbackAction rollback() throws SQLException
SQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.