public interface PkfieldsblobsMapper
Modifier and Type | Method and Description |
---|---|
int |
deleteByPrimaryKey(Integer id1,
Integer id2)
This method was generated by MyBatis Generator.
|
int |
insert(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
List<Pkfieldsblobs> |
selectAll()
This method was generated by MyBatis Generator.
|
Pkfieldsblobs |
selectByPrimaryKey(Integer id1,
Integer id2)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Pkfieldsblobs row)
This method was generated by MyBatis Generator.
|
@Delete(value={"delete from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) int deleteByPrimaryKey(@Param(value="id1") Integer id1, @Param(value="id2") Integer id2)
@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(Pkfieldsblobs row)
@Select(value={"select","ID1, ID2, FIRSTNAME, LASTNAME, BLOB1","from PKFIELDSBLOBS","where ID1 = #{id1,jdbcType=INTEGER}","and ID2 = #{id2,jdbcType=INTEGER}"}) @Result(column="ID1",property="id1",jdbcType=INTEGER,id=true) @Result(column="ID2",property="id2",jdbcType=INTEGER,id=true) @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) Pkfieldsblobs selectByPrimaryKey(@Param(value="id1") Integer id1, @Param(value="id2") Integer id2)
@Select(value={"select","ID1, ID2, FIRSTNAME, LASTNAME, BLOB1","from PKFIELDSBLOBS"}) @Result(column="ID1",property="id1",jdbcType=INTEGER,id=true) @Result(column="ID2",property="id2",jdbcType=INTEGER,id=true) @Result(column="FIRSTNAME",property="firstname",jdbcType=VARCHAR) @Result(column="LASTNAME",property="lastname",jdbcType=VARCHAR) @Result(column="BLOB1",property="blob1",jdbcType=VARBINARY) List<Pkfieldsblobs> selectAll()
@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 updateByPrimaryKey(Pkfieldsblobs row)
Copyright © 2006–2022 MyBatis.org. All rights reserved.