Code Completion Proposal




PragmaSQL has extensive code completion proposal feature. Besides standard database objects like tables, views , stored procedures and user defined functions, PragmaSQL provides you with code completion proposal for temorary tables, local variables (including table variables) and table aliases.

Code completion proposal feature supports fully qualified object names too. As you write down [DatabaseName].[Owner].[ObjectNa...] PragmaSQL automatically switches to the correct database and brings you only the objects owned by the specified database user.

Code completion proposal feature also lists the columns of respective table, view, table/view aliases, temporary/ local variable table objects.

Manual filtering of database object through code completion window is also supported