Class RowSetOps_NOT_USED

java.lang.Object
dev.visdb.seesaw.datasources.RowSetOps_NOT_USED

public class RowSetOps_NOT_USED extends Object
x
  • Method Details

    • getColumnText_NOT_USED

      Method used by RowSet listeners to get the new text when the RowSet events are triggered.
      Parameters:
      comp - this components rowset/column text
      Returns:
      text representation of data in specified column
      See Also:
    • updateColumnObject2

      public static void updateColumnObject2(RowSet _rowSet, int _columnIndex, Object _value, JDBCType type) throws SQLException
      Update the Grid's RowSet at the specified column index with the given Object value. RowSet. Operate on the current row.

      When the user changes/edits the SSDataGrid cell this method propagates the change to the RowSet. A separate call is required to flush/commit the change to the database.

      Parameters:
      _rowSet - RowSet on which to operate
      _columnIndex - index of the database column
      _value - string to be type-converted as needed and updated in underlying RowSet column
      type - The JDBCType of the column
      Throws:
      SQLException - thrown if a database error is encountered
      See Also: