Class RowSetOps_NOT_USED
java.lang.Object
dev.visdb.seesaw.datasources.RowSetOps_NOT_USED
x
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringMethod used by RowSet listeners to get the new text when the RowSet events are triggered.static voidupdateColumnObject2(RowSet _rowSet, int _columnIndex, Object _value, JDBCType type) Update the Grid's RowSet at the specified column index with the given Object value.
-
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 columntype- The JDBCType of the column- Throws:
SQLException- thrown if a database error is encountered- See Also:
-