Interface FieldsblobsMapper


public interface FieldsblobsMapper
  • Method Details

    • countByExample

      long countByExample(FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • deleteByExample

      int deleteByExample(FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • insert

      @Insert({"insert into FIELDSBLOBS (FIRSTNAME, LASTNAME, ","BLOB1, BLOB2, ","BLOB3)","values (#{firstname,jdbcType=VARCHAR}, #{lastname,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY}, #{blob2,jdbcType=VARBINARY}, ","#{blob3,jdbcType=BINARY})"}) int insert(FieldsblobsWithBLOBs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • insertSelective

      int insertSelective(FieldsblobsWithBLOBs row)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • selectByExampleWithBLOBs

      List<FieldsblobsWithBLOBs> selectByExampleWithBLOBs(FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • selectByExample

      List<Fieldsblobs> selectByExample(FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") FieldsblobsWithBLOBs row, @Param("example") FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • updateByExampleWithBLOBs

      int updateByExampleWithBLOBs(@Param("row") FieldsblobsWithBLOBs row, @Param("example") FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
    • updateByExample

      int updateByExample(@Param("row") Fieldsblobs row, @Param("example") FieldsblobsExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS