| java.lang.Object javax.swing.table.AbstractTableModel isql.TableMap
_endRow | protected int _endRow(Code) | | |
_moreRows | protected boolean _moreRows(Code) | | |
_rowsProcessed | protected int _rowsProcessed(Code) | | |
_sql | protected String _sql(Code) | | the SQL statement relating to this map.
RK added on 20031229 16:46:59
added so as to be able to derive tablename while linking. Oracle
is not giving the same in getTableName or rsmd.
|
_startRow | protected int _startRow(Code) | | |
colPrecisions | int colPrecisions(Code) | | |
executionTime | long executionTime(Code) | | milliseconds taken to execute query.
RK added on 20040131 15:26:24
|
getColumnClass | public Class getColumnClass(int aColumn)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getColumns | public List getColumns()(Code) | | returns a list of column names
RK added on 20031225 19:04:50
|
getData | public List getData()(Code) | | returns a list of data which is a list per row.
RK added on 20031225 19:05:13
|
getEndRow | public int getEndRow()(Code) | | |
getExecutionTime | public long getExecutionTime()(Code) | | |
getPrecision | public int getPrecision(int column)(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getScale | public int getScale(int column)(Code) | | |
getStartRow | public int getStartRow()(Code) | | |
getTableName | public String getTableName(int column)(Code) | | TODO - this is required
|
getType | public int getType(int column)(Code) | | get col type as java.sql.Type.
start with an offset of 1. pls fix someday
|
getValueAt | public Object getValueAt(int aRow, int aColumn)(Code) | | |
getWidth | public int getWidth(int column)(Code) | | get col width.
start with an offset of 1. pls fix someday
|
isCellEditable | public boolean isCellEditable(int row, int column)(Code) | | |
moreRows | public void moreRows(boolean more)(Code) | | |
moreRows | public boolean moreRows()(Code) | | |
setEndRow | public void setEndRow(int EndRow)(Code) | | |
setExecutionTime | public void setExecutionTime(long executionTime)(Code) | | |
setPrecisions | public void setPrecisions(int[] Precision)(Code) | | |
setRowCount | public void setRowCount(int lastProcessedRowCount)(Code) | | |
setScales | public void setScales(int[] Scale)(Code) | | |
setStartRow | public void setStartRow(int startRow)(Code) | | |
setTableNames | public void setTableNames(String[] TableNames)(Code) | | TODO - this is required !!! by the autolink a-s-d facility
|
setTypes | public void setTypes(int[] Types)(Code) | | |
setValueAt | public void setValueAt(Object aValue, int aRow, int aColumn)(Code) | | |
setWidths | public void setWidths(int[] widths)(Code) | | |
sort | public void sort(int col, boolean direction)(Code) | | |
sort | public void sort(int[] col, boolean direction)(Code) | | sort the given table model based on given columns in the given
direction (asc or descending)
|
sort | public void sort(int[] col, int[] direction)(Code) | | sort the given table model based on given columns using the
second array to decide order.
|
|
|