ROWTYPE is not any more supported due to since Oracle 19c
JDBC Driver ROWTYPE is not any more supported
SDO_GEOMETRY is not any more supported. SDO-Geometry drivers
had always been external libraries and are not maintained any more.
PL/SQL Editor:
Code completion, text hover and hyperlinks for SQL commands
'SELECT', 'UPDATE', 'DELETE', 'INSERT' and 'MERGE' as well as for
implicit and explicit cursors supported.
Examples:
Updated to Oracle 21.1 JDBC Driver from Maven Repository.
Beta20 (2020-10-30)
Improved PL/SQL code assist, texthover and hyperlinks and code
completion.
Improved Windows 10 handling.
Beta19 (2020-06-28)
Improved PL/SQL Editor, better error handling, more code
completion, content assist, text hover and hyperlinks.
Beta18 (2019-11-24)
Multi-Schema and Mixed-Schema Code Completion support.
Beta17 (2019-08-23)
Code completion for PL/SQL Records, PL/SQL Tables, Collections
and User Defined Objects optimized.
Oracle 19c tests passed without issues.
Beta16 (2019-07-09)
Small UI fixes : images of tooltip / filter inside folders.
Beta15 (2019-06-28)
Editor supports hyperlink (press CTRL) functionality and text
hover (tool tip).
Beta14 (2019-06-03)
Hot Fix : Java-Class-Not-Found
Beta13 (2019-05-24)
Editor improvement and fixes.
Performance tuning of generator and editor content assist.
Oracle 18c fixes.
Beta12 (2019-04-17)
Editor improved.
Supports connection configuration via URL.
Autonomous Database ATP/ADW supported.
The generated code throws only SQLException.
Beta11 (2018-11-13)
PL/SQL Connector Builder processes Private Synonyms and allows
setting of Schema Prefix to access objects from other schemas.
PL/SQL Connector Builder supports the data type Rowtype for
parameter, ref cursor and in package defined collections.
In package defined collections supports element type PL/SQL
Record.
Beta10 (2018-06-17)
PL/SQL Connector Builder generates Java code for Factory-API
and Spring-API.
Transfer Objects generates public fields or private fields and
getter/setter-methods.
Spring-HTTP-Remoting is refactored from XML-configuration to
annotation configuration.
PL/SQL Connector Builder can be used as Maven-Plugin from
separate download.
Set warning level of compiled database objects.
Smaller bug fixes of builder and ui increases stability.
Beta9 (2018-02-12)
Some UI problem fixed.
Editor parser failure fixed.
Performance of Connector Builder improved.
Improvement of Java-Doc generation.
RMI Connector Builder left experimental state.
PL/SQL Batch/Stream Connector Builder left experimental state.
Update online documentation.
Beta8 (2018-01-14)
Some hard errors fixed (incl. generate new connection).
Connector Builder generates Java-Doc in generated Java source
code.