Oracle plugin
Purpose
This plugin allows to publish some Oracle code. I use it for
storing PL/SQL procedures, packages, functions. For these types
of objects, the plugin shows the list of errors (if any) in the
Error List. Also, it can be used for any DML SQL statements:
CREATE, INSERT, ALTER etc.
Sorry, currently it has nothing to do with
SELECT.
Commands
- Publish Buffer - Send
current buffer entirely to the database. This buffer should
contain a correct statement.
- Publish Selection -
Sends current selection to the database. The selection should
contain a correct statement.
- Publish Buffer To Server
- Sends current buffer to the database of user choice (dialog is
displayed before publishing). The selection should contain a correct
statement.
- Publish Selection To Server
- Sends current selection to the database of user choice (dialog is
displayed before publishing). The selection should contain a correct
statement.
Change Log
Version 0.2
Some cleanups. Buffer now can be ended with '/' - this character will
be wiped out correctly (I hope).
Version 0.1
Requires jEdit 3.0 (not tested with previous versions).
- First release I can show to the jEdit community.