public interface ICommand
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICommand.TYPES |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecId() |
String |
getTableName() |
ICommand.TYPES |
getType() |
IFeedbackAction |
persist() |
IFeedbackAction |
rollback() |
String getExecId()
String getTableName()
ICommand.TYPES getType()
IFeedbackAction persist() throws SQLException
SQLExceptionIFeedbackAction rollback() throws SQLException
SQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.