private boolean _jspx_meth_sql_query_1(PageContext _jspx_page_context) throws Throwable {
   PageContext pageContext = _jspx_page_context;
   JspWriter out = _jspx_page_context.getOut();
   //  sql:query
   org.apache.taglibs.standard.tag.rt.sql.QueryTag _jspx_th_sql_query_1 =
       (org.apache.taglibs.standard.tag.rt.sql.QueryTag)
           _jspx_tagPool_sql_query_var_dataSource.get(
               org.apache.taglibs.standard.tag.rt.sql.QueryTag.class);
   _jspx_th_sql_query_1.setPageContext(_jspx_page_context);
   _jspx_th_sql_query_1.setParent(null);
   _jspx_th_sql_query_1.setVar("listaSexo");
   _jspx_th_sql_query_1.setDataSource(
       (java.lang.Object)
           org.apache.jasper.runtime.PageContextImpl.evaluateExpression(
               "${snapshot}", java.lang.Object.class, (PageContext) _jspx_page_context, null));
   int[] _jspx_push_body_count_sql_query_1 = new int[] {0};
   try {
     int _jspx_eval_sql_query_1 = _jspx_th_sql_query_1.doStartTag();
     if (_jspx_eval_sql_query_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
       if (_jspx_eval_sql_query_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
         out = _jspx_page_context.pushBody();
         _jspx_push_body_count_sql_query_1[0]++;
         _jspx_th_sql_query_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
         _jspx_th_sql_query_1.doInitBody();
       }
       do {
         out.write("\n");
         out.write("                                    SELECT id_sexo,descripcion FROM sexo\n");
         out.write("                                ");
         int evalDoAfterBody = _jspx_th_sql_query_1.doAfterBody();
         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
       } while (true);
       if (_jspx_eval_sql_query_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
         out = _jspx_page_context.popBody();
       _jspx_push_body_count_sql_query_1[0]--;
     }
     if (_jspx_th_sql_query_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (Throwable _jspx_exception) {
     while (_jspx_push_body_count_sql_query_1[0]-- > 0) out = _jspx_page_context.popBody();
     _jspx_th_sql_query_1.doCatch(_jspx_exception);
   } finally {
     _jspx_th_sql_query_1.doFinally();
     _jspx_tagPool_sql_query_var_dataSource.reuse(_jspx_th_sql_query_1);
   }
   return false;
 }