ICommand.TYPES| Constructor and Description |
|---|
InsertCommand(String _tableName,
com.healthmarketscience.jackcess.Database _dbIo,
Object[] _newRow,
String _execId) |
InsertCommand(com.healthmarketscience.jackcess.Table _table,
Object[] _newRow,
String _execId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecId() |
String |
getTableName() |
ICommand.TYPES |
getType() |
void |
insertRow(com.healthmarketscience.jackcess.Table _table,
Object[] _row) |
IFeedbackAction |
persist() |
IFeedbackAction |
rollback() |
public InsertCommand(String _tableName, com.healthmarketscience.jackcess.Database _dbIo, Object[] _newRow, String _execId)
public String getTableName()
getTableName in interface ICommandpublic ICommand.TYPES getType()
public void insertRow(com.healthmarketscience.jackcess.Table _table,
Object[] _row)
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.