public interface PkonlyMapper
  • Method Details

    • countByExample

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

      int deleteByExample(PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • deleteByPrimaryKey

      @Delete({"delete from PKONLY","where ID = #{id,jdbcType=INTEGER}","and SEQ_NUM = #{seqNum,jdbcType=INTEGER}"}) int deleteByPrimaryKey(PkonlyKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • insert

      @Insert({"insert into PKONLY (ID, SEQ_NUM)","values (#{id,jdbcType=INTEGER}, #{seqNum,jdbcType=INTEGER})"}) int insert(PkonlyKey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • insertSelective

      int insertSelective(PkonlyKey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • selectByExample

      List<PkonlyKey> selectByExample(PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") PkonlyKey row, @Param("example") PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
    • updateByExample

      int updateByExample(@Param("row") PkonlyKey row, @Param("example") PkonlyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY