ICommand.TYPES| Constructor and Description |
|---|
CompositeCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ICursorCommand c4io) |
List<ICursorCommand> |
getComposite() |
String |
getExecId() |
String |
getTableName() |
ICommand.TYPES |
getType() |
boolean |
moveToNextRow(com.healthmarketscience.jackcess.Cursor cur,
Set<String> columnNames) |
IFeedbackAction |
persist() |
IFeedbackAction |
rollback() |
public boolean add(ICursorCommand c4io)
public List<ICursorCommand> getComposite()
public String getTableName()
getTableName in interface ICommandpublic ICommand.TYPES getType()
public boolean moveToNextRow(com.healthmarketscience.jackcess.Cursor cur,
Set<String> columnNames)
throws IOException
IOExceptionpublic IFeedbackAction persist() throws SQLException
persist in interface ICommandSQLExceptionpublic IFeedbackAction rollback() throws SQLException
rollback in interface ICommandSQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.