BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogicx.jsp.tags
Class QueryTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byweblogicx.jsp.tags.QueryTag
All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Serializable, Tag

public class QueryTag
extends BodyTagSupport

The query tag allows you execute SQL against a data source and manipulate the results of the query.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
QueryTag()
           
 
Method Summary
 int doAfterBody()
           
 void doInitBody()
           
 int doStartTag()
           
 String getDb()
           
 String getId()
           
 String getSql()
           
 void release()
          Clean up on failure of the body to execute.
 void setDb(String db)
          This is the name of the datasource as specified in the war file.
 void setId(String id)
          The id of the ResultSet returned from the query.
 void setSql(String sql)
          This is the SQL query to execute against the datasource.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

QueryTag

public QueryTag()
Method Detail

doAfterBody

public int doAfterBody()
                throws JspException
Throws:
JspException

doInitBody

public void doInitBody()
                throws JspException
Throws:
JspException

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

getDb

public String getDb()

getId

public String getId()

getSql

public String getSql()

release

public void release()
Clean up on failure of the body to execute.


setDb

public void setDb(String db)
This is the name of the datasource as specified in the war file.


setId

public void setId(String id)
The id of the ResultSet returned from the query.


setSql

public void setSql(String sql)
This is the SQL query to execute against the datasource.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.