Package ome.util
Class SqlAction.DeleteLog
- java.lang.Object
-
- ome.util.SqlAction.DeleteLog
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
- Enclosing interface:
- SqlAction
public static class SqlAction.DeleteLog extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
Record-class which matches _fs_deletelog. It will be used both as the search template forSqlAction.findRepoDeleteLogs(DeleteLog)
as well asSqlAction.deleteRepoDeleteLogs(DeleteLog)
. As a template, any of the fields can be null. As a return value, none of the fields will be null.
-
-
Constructor Summary
Constructors Constructor Description DeleteLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.jdbc.core.namedparam.SqlParameterSource
args()
SqlAction.DeleteLog
mapRow(java.sql.ResultSet rs, int arg1)
java.lang.String
toString()
-
-
-
Method Detail
-
mapRow
public SqlAction.DeleteLog mapRow(java.sql.ResultSet rs, int arg1) throws java.sql.SQLException
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<SqlAction.DeleteLog>
- Throws:
java.sql.SQLException
-
args
public org.springframework.jdbc.core.namedparam.SqlParameterSource args()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-