A `SELECT` query returns results as a rowset. You can optionally retrieve formal results of a SQL query as XML by specifying the `FOR XML` clause in the query. The `FOR XML` clause can be used in ...
A light-weight, simple and fast library to generate dynamic sql query from XML based on Java. The goal of this library is to help Java developers easily write sql queries without painfully ...