public class QueryTag extends QueryTagSupport
<query> using the container's EL implementation.dataSourceSpecified, maxRows, maxRowsSpecified, rawDataSource, sql, startRow| Constructor and Description |
|---|
QueryTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Prepares for execution by setting the initial state, such as
getting the
Connection |
void |
release() |
void |
setDataSource(String expression) |
void |
setMaxRows(String expression) |
void |
setSql(String expression) |
void |
setStartRow(String expression) |
addSQLParameter, doCatch, doEndTag, doFinally, setScope, setVardoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doStartTag()
throws javax.servlet.jsp.JspException
QueryTagSupportConnectiondoStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class QueryTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setDataSource(String expression)
public void setSql(String expression)
public void setStartRow(String expression)
public void setMaxRows(String expression)
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.