public static class SqlAction.DeleteLog extends Object implements RowMapper<SqlAction.DeleteLog>
SqlAction.findRepoDeleteLogs(DeleteLog)
as well
as SqlAction.deleteRepoDeleteLogs(DeleteLog)
. As a template, any of the
fields can be null. As a return value, none of the fields will be null.Modifier and Type | Field and Description |
---|---|
Long |
eventId |
Long |
fileId |
Long |
groupId |
String |
name |
Long |
ownerId |
String |
path |
String |
repo |
Constructor and Description |
---|
DeleteLog() |
Modifier and Type | Method and Description |
---|---|
SqlParameterSource |
args() |
SqlAction.DeleteLog |
mapRow(ResultSet rs,
int arg1) |
String |
toString() |
public Long eventId
public Long fileId
public Long ownerId
public Long groupId
public String path
public String name
public String repo
public SqlAction.DeleteLog mapRow(ResultSet rs, int arg1) throws SQLException
mapRow
in interface RowMapper<SqlAction.DeleteLog>
SQLException
public SqlParameterSource args()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.