PL/SQL Context Prompt - Code More Efficiently!
dbForge Studio for Oracle and its embedded PL/SQL prompts give you a chance to implement code routines rationally. PL/SQL context prompt accelerates the writing of SQL code by offering a list of database objects and PL/SQL statements to be inserted, based on the context of what you type in the SQL editor.
Table of Contents
- Quick selection of the column list
- Table expressions prompt
- Phrase completion
- Automatic generation of JOIN statements
- JOIN conditions prompt
- WHERE conditions prompt
- Columns prompt
- Columns prompt inside functions
- DELETE FROM prompt
- Prompt on selected columns
- UPDATE prompt
- Selection for a different schema
- Cursors prompt
- Prompting cursors with parameters
- RECORD fields prompt
- %ROWTYPE attribute for the RECORD prompt
- Prompting RECORD type variables n
- REF-CURSOR variables prompt
- SELECT INTO variables prompt
- Assign a value to a variable
- Variable initialization prompt
- Function parameters prompt
- Stored Procedures parameters prompt
- Recursive calls prompt
- Prompting procedures declared in packages
- Prompting package functions and variables
- SEQUENCE built-in functions prompt
- Prompting built-in methods of the table type
- Prompting built-in array methods
- SELF-type variables prompt
- Prompting objects inside FETCH INTO
- User-defined types prompt
- Prompting objects inside FOR IN
- Variables prompt in the VALUES block
- Objects prompt in the user-defined package
- CREATE TABLE prompt
- CREATE VIEW prompt
- Prompting objects in the DROP statement
- Prompting NEW/OLD variables columns
- Triggers prompt
- Objects prompt inside the ALTER statement
- Clauses prompt of the MERGE statement