FileDocCategorySizeDatePackage
ResultSetWrapper30.javaAPI DocGlassfish v2 API2427Fri May 04 22:36:06 BST 2007com.sun.gjc.spi.jdbc30

ResultSetWrapper30

public class ResultSetWrapper30 extends com.sun.gjc.spi.base.ResultSetWrapper
Result Set Wrapper for JDBC 3.0

Fields Summary
Constructors Summary
public ResultSetWrapper30(Statement stmt, ResultSet rs)
Creates a new instance of ResultSetWrapper for JDBC 3.0

param
stmt Statement that is to be wrapped
param
rs ResultSet that is to be wraped
*

        super(stmt, rs);
    
Methods Summary