Skip to content
Snippets Groups Projects
Commit f47721a9 authored by tjc's avatar tjc
Browse files

add insertCvTerm

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6082 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 677d90fe
Branches
Tags
No related merge requests found
......@@ -61,4 +61,9 @@
WHERE cvterm_id=#value#
</select>
<!-- WRITE BACK -->
<insert id="insertCvTerm" parameterClass="CvTerm">
INSERT INTO cvterm ( cv_id, name <isNotNull property="definition">, definition</isNotNull>, dbxref_id )
VALUES ($cv.cvId$, #name# <isNotNull property="definition"> ,#definition# </isNotNull>, $dbXRef.dbXRefId$)
</insert>
</sqlMap>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment