Bind variables
Parse sql statements for constructs like ?/*variableName*/ and give the user the ability to define the type and
the value for all found bind variables before executing the statement.
Bind connection to query
Every query panel should be able to save the used connection and restore it on reactivation.
Error Reporter
Provide IntelliJ IDEA with an implementation to handle errors caused by the plugin.
Import Data
Add a tool to import data from CSV like files into database tables.
Quick Search
Provide quick search feature for browser tree and result tables.
Formatter
Provide basic support to reformat SQL statements. This will either be done by adding an interface to an external tool or
implementing the feature itself.
Code Completion
Provide basic code completion features for editing SQL statements.
|