WindowResultSet This ResultSet handles a window function ResultSet. The implementation is based on IndexRowToBaseRowResultSet. The ResultSet is opened using openCore(). Each row is fetched and any restrictions evaluated for each row in a do-while loop in getNextRowCore(). The ResultSet is closed using closeCore(). The WindowResultSet may have any type ResultSet as its source ResultSet to accomodate future window function implementation. Ranking window functions can use an already grouped or ordered resultset as its source.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.