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
SQLException
IFeedbackAction rollback() throws SQLException
SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.