Java Reference
In-Depth Information
Method Name
Description
getRowsByIndex()
Returns a bi-dimensional array of Objects representing the
rows and columns of the result set.
isLimitedByMaxRows()
Returns a Boolean indicating if the maximum number of rows
in the result set was limited by the maxRows attribute of the
<sql:query> tag.
As we can see, all methods defined in the javax.servlet.jsp.jstl.sql.Result
interface are getter methods that conform to the JavaBean specification, therefore
these methods can be accessed as JavaBean properties from JSTL tags.
The easiest way to add an <sql:query> tag to one of our JSPs is to simply drag the
DB Query item from the NetBeans palette into our page.
After dropping this item into our page, we are prompted for additional information.
Search WWH ::




Custom Search