程序包 weka.gui.sql

类 ResultSetTable

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class ResultSetTable extends JTable
Represents an extended JTable, containing a table model based on a ResultSet and the corresponding query.
版本:
$Revision: 7059 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • ResultSetTable

      public ResultSetTable(String url, String user, String pw, String query, ResultSetTableModel model)
      initializes the table
      参数:
      url - the database URL
      user - the database user
      pw - the database password
      query - the query
  • 方法详细资料

    • getURL

      public String getURL()
      returns the database URL that produced the table model
    • getUser

      public String getUser()
      returns the user that produced the table model
    • getPassword

      public String getPassword()
      returns the password that produced the table model
    • getQuery

      public String getQuery()
      returns the query that produced the table model
    • finalize

      public void finalize() throws Throwable
      frees up the memory
      抛出:
      Throwable