| java.lang.Object workbench.storage.DataStoreReplacer
DataStoreReplacer | public class DataStoreReplacer (Code) | | author: support@sql-workbench.net |
DataStoreReplacer | public DataStoreReplacer()(Code) | | |
DataStoreReplacer | public DataStoreReplacer(DataStore store)(Code) | | Create a new DataStoreReplacer for the given DataStore.
The datastore is not checked if it is updateable!
Parameters: store - the DataStore to search and replace in |
findNext | public Position findNext()(Code) | | Find the next occurance of the search string.
This returns NO_POSITION if find(String, boolean) has not
been called before.
the position of the next occurance |
reset | public void reset()(Code) | | |
setSelectedRows | public void setSelectedRows(int[] rows)(Code) | | Limit all search and replace actions to the selected rows.
To reset search & replace in the selected rows, setSelecteRows()
has to be called again with a null value
Parameters: rows - the selected rows to be searched, null to reset row selection |
|
|