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 ICommand
public ICommand.TYPES getType()
public boolean moveToNextRow(com.healthmarketscience.jackcess.Cursor cur, Set<String> columnNames) throws IOException
IOException
public IFeedbackAction persist() throws SQLException
persist
in interface ICommand
SQLException
public IFeedbackAction rollback() throws SQLException
rollback
in interface ICommand
SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.