Example usage for javax.sql.rowset JdbcRowSet interface-usage

List of usage examples for javax.sql.rowset JdbcRowSet interface-usage

Introduction

In this page you can find the example usage for javax.sql.rowset JdbcRowSet interface-usage.

Usage

From source file org.orbisgis.corejdbc.internal.ReadRowSetImpl.java

/**
 * RowSet implementation that can be only linked with a table (or view).
 *
 * @author Nicolas Fortin
 */
public class ReadRowSetImpl extends AbstractRowSet