public abstract class ResultSetTableModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected Connection |
connection |
protected int |
maxRecords |
protected ResultSet |
records |
listenerList
Constructor and Description |
---|
ResultSetTableModel() |
Modifier and Type | Method and Description |
---|---|
protected int |
getRecordsNumber() |
protected ResultSet |
getResultSet() |
protected void |
setResultSet(ResultSet resultSet) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnCount, getRowCount, getValueAt
protected Connection connection
protected ResultSet records
protected int maxRecords
protected ResultSet getResultSet()
protected void setResultSet(ResultSet resultSet) throws SQLException
SQLException
protected int getRecordsNumber() throws SQLException
SQLException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.