| |
| DB Visual ARCHITECT SQL (DB-VA SQL) provides a text editor feature for editing the SQL statements, Java code, Java persistence code and .NET persistence code which are generated by DB-VA. The text editor enables syntax highlight according to the type of source editor used. |
| |
|
|
| |
|
|
| SQL Editor
|
|
|
The SQL editor is used to show the generated SQL statement for accessing and manipulating the database. In addition, new SQL editor can be created for editing the SQL statements on your own. The SQL statements can be executed directly and the result will show inside DBVA-SQL.
|
|
|
|
 |
|
|
|
|
| Java Editor
|
|
|
DB-VA SQL support provides a Java editor for showing two types of Java source code, the JDBC implementation source code and the ORM implementation source code. Both of the source code are syntax highlighted. You can modify the source code directly inside the editor and getting the real time execution result inside DB-VA SQL.
|
|
|
|
 |
|
|
|
|
| C# Editor
|
|
|
Syntax highlighting C# editor displays the generated C# source code to access the database by the generated C# persistence code. You are allowed to further edit the C# code.
|
|
|
|
 |
|
|
|
|
| C++ Editor
|
|
|
C++ editor supports syntax highlighting. The C++ persistence code accessing and manipulating the database can be generated and shown on the C++ editor. DB-VA SQL allows you to edit the C++ persistence code manually.
|
|
|
|
 |
|
|