public interface PkfieldsblobsMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(PkfieldsblobsKey key)
This method was generated by MyBatis Generator.
|
int |
insert(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectByExample(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
List<PkfieldsblobsWithBLOBs> |
selectByExampleWithBLOBs(PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
PkfieldsblobsWithBLOBs |
selectByPrimaryKey(PkfieldsblobsKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkfieldsblobs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(PkfieldsblobsWithBLOBs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(PkfieldsblobsWithBLOBs record,
PkfieldsblobsExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(PkfieldsblobsWithBLOBs record)
This method was generated by MyBatis Generator.
|
int countByExample(PkfieldsblobsExample example)
int deleteByExample(PkfieldsblobsExample example)
@Delete(value={"delete from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"})
int deleteByPrimaryKey(PkfieldsblobsKey key)
@Insert(value={"insert into PKFIELDSBLOBS (ID1, ID2, ","FIRSTNAME, LASTNAME, ","BLOB1)","values (#{id1,jdbcType=INTEGER}, #{id2,jdbcType=INTEGER}, ","#{firstname,jdbcType=VARCHAR}, #{lastname,jdbcType=VARCHAR}, ","#{blob1,jdbcType=VARBINARY})"})
int insert(PkfieldsblobsWithBLOBs record)
int insertSelective(PkfieldsblobsWithBLOBs record)
List<PkfieldsblobsWithBLOBs> selectByExampleWithBLOBs(PkfieldsblobsExample example)
List<Pkfieldsblobs> selectByExample(PkfieldsblobsExample example)
@Select(value={"select","A.ID1 as A_ID1, A.ID2 as A_ID2, A.FIRSTNAME as A_FIRSTNAME, A.LASTNAME as A_LASTNAME, ","A.BLOB1 as A_BLOB1","from PKFIELDSBLOBS A","where A.ID1 = #{id1,jdbcType=INTEGER}","and A.ID2 = #{id2,jdbcType=INTEGER}"})
@ResultMap(value="ResultMapWithBLOBs")
PkfieldsblobsWithBLOBs selectByPrimaryKey(PkfieldsblobsKey key)
int updateByExampleSelective(@Param(value="record")
PkfieldsblobsWithBLOBs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByExampleWithBLOBs(@Param(value="record")
PkfieldsblobsWithBLOBs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByExample(@Param(value="record")
Pkfieldsblobs record,
@Param(value="example")
PkfieldsblobsExample example)
int updateByPrimaryKeySelective(PkfieldsblobsWithBLOBs record)
@Update(value={"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR},","BLOB1 = #{blob1,jdbcType=VARBINARY}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"})
int updateByPrimaryKeyWithBLOBs(PkfieldsblobsWithBLOBs record)
@Update(value={"update PKFIELDSBLOBS","set FIRSTNAME = #{firstname,jdbcType=VARCHAR},","LASTNAME = #{lastname,jdbcType=VARCHAR}","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"})
int updateByPrimaryKey(Pkfieldsblobs record)
Copyright © 2010–2022 MyBatis.org. All rights reserved.