On 21 May 2010 08:17, Zhong Nanhai <[email protected]> wrote: > Is it possible to show all databases in a mysql server with iBatis?
<select id="showdatabases" resultType="map">
SHOW DATABASES
</select>
System.out.println(session.selectList("your-namespace.showdatabases"));
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
