| java.lang.Object net.sourceforge.squirrel_sql.fw.datasetviewer.ResultSetDataSet
ResultSetDataSet | public class ResultSetDataSet implements IDataSet(Code) | | |
ResultSetDataSet | public ResultSetDataSet()(Code) | | |
cancelProcessing | public void cancelProcessing()(Code) | | |
getColumnCount | final public int getColumnCount()(Code) | | |
removeRow | public Object removeRow(int index)(Code) | | Removes the row at the specified index.
Parameters: index - the row number starting at 0. the object at the specified row or null if there is not row at thespecified index. |
resetCursor | public void resetCursor()(Code) | | |
setResultSet | public void setResultSet(ResultSet rs, int[] columnIndices, boolean computeWidths) throws DataSetException(Code) | | External method to read the contents of a ResultSet that is used by
all Tab classes except ContentsTab. This tunrs all the data into strings
for simplicity of operation.
|
|
|