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 |
---|
SqlAction.DeleteLog() |
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
org.springframework.jdbc.core.RowMapper
next()
on
the ResultSet; it is only supposed to map values of the current row.mapRow
in interface org.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
rs
- the ResultSet to map (pre-initialized for the current row)arg1
- the number of the current rowSQLException
- if a SQLException is encountered getting
column values (that is, there's no need to catch SQLException)public org.springframework.jdbc.core.namedparam.SqlParameterSource args()
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.