Interface PkblobsMapper


public interface PkblobsMapper
  • Method Details

    • deleteByPrimaryKey

      int deleteByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • insert

      int insert(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectByPrimaryKey

      Pkblobs selectByPrimaryKey(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • selectAll

      List<Pkblobs> selectAll()
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
    • updateByPrimaryKey

      int updateByPrimaryKey(Pkblobs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS