Package net.hironico.minisql.ui.history
Class QueryHistory
java.lang.Object
net.hironico.minisql.ui.history.QueryHistory
- All Implemented Interfaces:
QueryExecutionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryHistoryListener(QueryHistoryListener listener) static QueryHistorygetQueryHistoryAt(int num) voidqueryExecuted(String query) void
-
Method Details
-
getInstance
-
queryExecuted
- Specified by:
queryExecutedin interfaceQueryExecutionListener
-
getSQLHistory
-
addQueryHistoryListener
-
removeQueryHistoryListener
-
getQueryHistoryAt
-