SQL Monitor

The SQL Monitor is a powerfull editor to execute SQL queries.  Many tools and functions help you to simplify your work.

SQL Monitor

Query Editor

 

There is a powerful editor offering syntax highlighting, load and save, drag and drop of SQL-files and printing.

The words of the SQL 2000 standards are available as code templates. You can create your own code templates. Every query is saved  in an internal database and every few minutes the content of the editor is saved.  Use right mouse click to find all functions

Query History

 

Every query goes to an internal database. Because you can work on a lot of different DBMS, the queries are separated by the underlying database not to mess up with different SQLdialect. The GUI associated with this function offers search and clean-up functions.

DB Tree Browser

 

The DB tree browser displays the DB-objects as a tree. It supports DB-schema, tables, views and functions. Filter the tree and open the menu with right mous click and profit from the functions offered. Let the query automatically be created or get the CREATE TABLE / VIEW command just by a click. Even update or insert commands can be created by the tool.

Query History

 

Every query goes to an internal database. Because you can work on a lot of different DBMS, the queries are separated by the underlying database not to mess up with different SQLdialect. The GUI associated with this function offers search and clean-up functions.

CODE completion templates

 

Get your most used commands just by an abbreviation. As a default the SQL standard words are already there and you are invited to create your own code templates and just call them by an abbreviation and CTRL-SPACE.

CODE GENERATOR

 

You can create a Java-Bean out of a table or a query. You can also get a managed bean to be used in JSF and also, it creates a JTable mdel to be used within your Swing application.

Some impressions