Package se.conciliate.extensions.ui
Interface SQLEditor
public interface SQLEditor
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidshow(JFrame parent, boolean modal, LocalDataSource dataSource) Shows the SQL Debug Editor if the current user is admin.
-
Method Details
-
show
Shows the SQL Debug Editor if the current user is admin.- Parameters:
parent- Parent framemodal- true if the editor should be modaldataSource- A data source to use to execute queries. The data source will be closed when the editor closes.
-
show
-