| |
|
| java.lang.Object workbench.gui.sql.SqlHistory
SqlHistory | public class SqlHistory (Code) | | Stores the SQL scripts entered in the
SqlPanel and manages
a history of statements.
author: support@sql-workbench.net |
clear | public void clear()(Code) | | |
getShowFirstStatementAction | public WbAction getShowFirstStatementAction()(Code) | | |
getShowLastStatementAction | public WbAction getShowLastStatementAction()(Code) | | |
getShowNextStatementAction | public WbAction getShowNextStatementAction()(Code) | | |
getShowPreviousStatementAction | public WbAction getShowPreviousStatementAction()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
hasPrevious | public boolean hasPrevious()(Code) | | |
isChanged | public boolean isChanged()(Code) | | |
showCurrent | public void showCurrent()(Code) | | |
showFirstStatement | public void showFirstStatement()(Code) | | |
showLastStatement | public void showLastStatement()(Code) | | |
showNextStatement | public void showNextStatement()(Code) | | |
showPreviousStatement | public void showPreviousStatement()(Code) | | |
|
|
|