Class ParamDataSource

java.lang.Object
ca.phon.query.report.datasource.ParamDataSource
All Implemented Interfaces:
TableDataSource

@Deprecated public class ParamDataSource extends Object implements TableDataSource
Deprecated.
List query parameters.
  • Constructor Details

  • Method Details

    • getColumnCount

      public int getColumnCount()
      Deprecated.
      Description copied from interface: TableDataSource
      Number of columns (not including column header)
      Specified by:
      getColumnCount in interface TableDataSource
    • getRowCount

      public int getRowCount()
      Deprecated.
      Description copied from interface: TableDataSource
      Number of rows (not including column header)
      Specified by:
      getRowCount in interface TableDataSource
    • getValueAt

      public Object getValueAt(int row, int col)
      Deprecated.
      Description copied from interface: TableDataSource
      Return the value at the given row+col.
      Specified by:
      getValueAt in interface TableDataSource
      Parameters:
      row -
      col -
      Returns:
      the value at the given pos
    • getColumnTitle

      public String getColumnTitle(int col)
      Deprecated.
      Description copied from interface: TableDataSource
      Get the name of the specified column
      Specified by:
      getColumnTitle in interface TableDataSource
      Parameters:
      col -
      Returns:
      the column title
    • getColumnIndex

      public int getColumnIndex(String columnName)
      Deprecated.
      Specified by:
      getColumnIndex in interface TableDataSource