Class SQLResultSetTableModel

All Implemented Interfaces:
Serializable, TableModel

public class SQLResultSetTableModel extends DefaultTableModel
SQL ResultSet TableModel to be displayed in the result component once the query is finished. Multiple display types are possible in order to present the resultset as a table, json document, row text ... It is also possible to transpose a result set and vice versa.
See Also: