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

add selectAllDb

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5698 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 8c9f7594
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,8 @@
SELECT * FROM db WHERE db_id=$db_id$
</select>
<select id="selectAllDb" resultClass="Db">
SELECT * FROM db
</select>
</sqlMap>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment