info.informatica.report.block
Interface ResultsetBlock


public interface ResultsetBlock

A block that prints a Resultset.

Author:
amengual at informatica dot info

Method Summary
 void print(ReportWriter rw, ResultSet rs)
          Prints a Dataset object.
 

Method Detail

print

void print(ReportWriter rw,
           ResultSet rs)
           throws info.informatica.doc.RenderingException,
                  SQLException
Prints a Dataset object.

Gives an object representation of the printed data.

Parameters:
rs - the resultset
Throws:
info.informatica.doc.RenderingException - if a problem occurred when rendering the block.
SQLException - if there was a problem using the data.