From 9277eb260bffffd5579005af189465328e9d464f Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Tue, 20 Mar 2007 10:01:50 +0000 Subject: [PATCH] add selectAllDb git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5698 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- artemis_sqlmap/Db.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/artemis_sqlmap/Db.xml b/artemis_sqlmap/Db.xml index 3f794f9e1..331e498a4 100644 --- a/artemis_sqlmap/Db.xml +++ b/artemis_sqlmap/Db.xml @@ -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 -- GitLab