*/
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);
}
public Article getPageAuthenticated(boolean forSelect, String userIp, int userId,
int nameSpace, String pageTitle) throws SQLException {
GetPageAuthenticated proc = this.getProcedure(GetPageAuthenticated.class);