Invoked when the return type of the method is an array type.
Parameters: rs - ResultSet to process. Parameters: maxRows - The maximum size of array to create, a value of 0 indicates that the arraysize will be the same as the result set size (no limit). Parameters: arrayClass - The class of object contained within the array Parameters: cal - A calendar instance to use for date/time values An array of the specified class type throws: SQLException - On error.
Map the ResultSet to the method's return type. The object type returned is defined by the return type of the method.
Parameters: context - A ControlBeanContext instance, see Beehive controls javadoc for additional information Parameters: m - Method assoicated with this call. Parameters: resultSet - Result set to map. Parameters: cal - A Calendar instance for time/date value resolution. The Object resulting from the ResultSet
Methods inherited from org.apache.beehive.controls.system.jdbc.ResultSetMapper