| |
|
| java.lang.Object javax.swing.table.AbstractTableModel org.jahia.sqlprofiler.gui.ProfileStatementTableModel
ProfileStatementTableModel | public class ProfileStatementTableModel extends AbstractTableModel implements Comparator(Code) | | Title: SQL Profiler
Description:
Copyright: Copyright (c) 2003
Company: Jahia Ltd
author: Serge Huber author: Jean-Philippe Valentin version: 1.0 version: 11/14/2003 : Add save table profile statistics as report file CSV by Jean-Philippe VALENTIN (JPV) |
currCol | protected int currCol(Code) | | |
addMouseListenerToHeaderInTable | public void addMouseListenerToHeaderInTable(JTable table)(Code) | | |
clear | public void clear()(Code) | | |
displayOccurenceStats | public void displayOccurenceStats(boolean displayQueries)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getHighestQueryTime | public long getHighestQueryTime()(Code) | | |
getLowestQueryTime | public long getLowestQueryTime()(Code) | | |
getQueriesBetweenTime | public ArrayList getQueriesBetweenTime(long lowTime, long highTime)(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getStatementCountValueLabel | public JLabel getStatementCountValueLabel()(Code) | | |
getValueAt | public Object getValueAt(int rowIndex, int columnIndex)(Code) | | |
processP6Event | public void processP6Event(String eventText)(Code) | | |
saveReportFile | public void saveReportFile(String reportFileName)(Code) | | |
saveSQLIndexFile | public void saveSQLIndexFile(String indexesFileName)(Code) | | |
setStatementCountValueLabel | public void setStatementCountValueLabel(JLabel statementCountValueLabel)(Code) | | |
sortAndUpdateTable | public void sortAndUpdateTable()(Code) | | |
sortByColumn | public void sortByColumn(int column)(Code) | | |
updateQueryStatsDisplay | public void updateQueryStatsDisplay()(Code) | | |
|
|
|