All Known Implementing Classes:
ResultImpl
This interface represents the result of a <sql:query> action. It provides access to the following information in the query result:
An implementation of the Result interface provides a disconnected view into the result of a query.
Justyna - Horwat| Method from javax.servlet.jsp.jstl.sql.Result Summary: |
|---|
| getColumnNames, getRowCount, getRows, getRowsByIndex, isLimitedByMaxRows |
| Method from javax.servlet.jsp.jstl.sql.Result Detail: |
|---|
|
|
Returns the result of the query as an array of A row is structured as a The |
ResultSet.getObject() method is used. |
|