Example usage for javax.sql RowSetWriter interface-usage

List of usage examples for javax.sql RowSetWriter interface-usage

Introduction

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

Usage

From source file Main.java

class CustomRowSetWriter implements RowSetWriter {

  public CustomRowSetWriter() {
    System.out.println("CustomRowSetWriter: constructor.");
  }