public static class SqlAction.DeleteLog extends Object implements org.springframework.jdbc.core.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 |
---|---|
org.springframework.jdbc.core.namedparam.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 org.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
SQLException
public org.springframework.jdbc.core.namedparam.SqlParameterSource args()
Version: 5.4.0-ice35-b74
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.