Interface IEditorPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnableFuture<Boolean>
checkEditorExecution(SQLDatabase db, String sql, IEditor editor)
-
-
-
Method Detail
-
checkEditorExecution
RunnableFuture<Boolean> checkEditorExecution(SQLDatabase db, String sql, IEditor editor) throws Exception
- Throws:
Exception
-
-