* @throws SQLException
* @throws UnknownHostException
*/
public Article getPageAnonymous(boolean forSelect, String userIp,
int nameSpace, String pageTitle) throws SQLException {
GetPageAnonymous proc = this.getProcedure(GetPageAnonymous.class);
assert (proc != null);
return proc.run(conn, forSelect, userIp, nameSpace, pageTitle);
}