Class SQLReportData

  • All Implemented Interfaces:
    DataSet, ReportData

    public class SQLReportData
    extends java.lang.Object
    implements ReportData
    Creation-Date: 19.02.2006, 17:37:42
    Author:
    Thomas Morgner
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLReportData​(java.sql.ResultSet resultSet, boolean labelMapping)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes the datasource.
      java.lang.Object get​(int column)  
      int getColumnCount()  
      java.lang.String getColumnName​(int column)  
      int getCursorPosition()  
      int getRowCount()  
      boolean isAdvanceable()
      This operation checks, whether a call to next will be likely to succeed.
      boolean isLabelMapping()  
      boolean isReadable()
      Checks, whether this report-data instance is currently readable.
      boolean next()
      This method produces the same result as 'setCursorPosition(getCursorPosition() + 1);'
      boolean setCursorPosition​(int row)
      Moves the cursor back to an already visited position.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait