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 ICommand
public ICommand.TYPES getType()
public void insertRow(com.healthmarketscience.jackcess.Table _table, Object[] _row) 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.