An instance of ReadQueryString can contain any kind of SQL
query for read purposes.
This allows you to use any SQL together with the functionalities
that are provided by
com.uwyn.rife.database.DbQueryManager author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3654 $ since: 1.6
Constructor Summary
public
ReadQueryString() Creates a new empty instance of ReadQueryString.
public
ReadQueryString(String sql) Creates a new instance of ReadQueryString with the
specified SQL query.
Replaces the SQL that is executed by this query.
Parameters: sql - The SQL that should be executed by this query this ReadQueryString instance. since: 1.6