public static class SqlAction.DeleteLog extends java.lang.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 |
---|---|
java.lang.Long |
eventId |
java.lang.Long |
fileId |
java.lang.Long |
groupId |
java.lang.String |
name |
java.lang.Long |
ownerId |
java.lang.String |
path |
java.lang.String |
repo |
Constructor and Description |
---|
DeleteLog() |
Modifier and Type | Method and Description |
---|---|
org.springframework.jdbc.core.namedparam.SqlParameterSource |
args() |
SqlAction.DeleteLog |
mapRow(java.sql.ResultSet rs,
int arg1) |
java.lang.String |
toString() |
public java.lang.Long eventId
public java.lang.Long fileId
public java.lang.Long ownerId
public java.lang.Long groupId
public java.lang.String path
public java.lang.String name
public java.lang.String repo
public SqlAction.DeleteLog mapRow(java.sql.ResultSet rs, int arg1) throws java.sql.SQLException
mapRow
in interface org.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
java.sql.SQLException
public org.springframework.jdbc.core.namedparam.SqlParameterSource args()
public java.lang.String toString()
toString
in class java.lang.Object
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.