Package ome.util

Class SqlAction.DeleteLog

    • Field Summary

      Fields 
      Modifier and Type Field 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 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • eventId

        public java.lang.Long eventId
      • fileId

        public java.lang.Long fileId
      • ownerId

        public java.lang.Long ownerId
      • groupId

        public java.lang.Long groupId
      • path

        public java.lang.String path
      • name

        public java.lang.String name
      • repo

        public java.lang.String repo
    • Constructor Detail

      • DeleteLog

        public DeleteLog()
    • Method Detail

      • mapRow

        public SqlAction.DeleteLog mapRow​(java.sql.ResultSet rs,
                                          int arg1)
                                   throws java.sql.SQLException
        Specified by:
        mapRow in interface org.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 class java.lang.Object