Plsql Review App Application icon

Plsql Review App 1.7

1 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Plsql Review App, developed and published by TxSolve, has released its latest version, 1.7, on 2016-10-10. This app falls under the Tools category on the Google Play Store and has achieved over 1 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Plsql Review App APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_pshreedhar.PLSQL_Review1

Updated: 8 years ago

Developer Name: TxSolve

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Plsql Review App on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Plsql Review App 1.7
2016-10-10 / 1 MB / Android 2.3+

About this app

This app takes users input plsql file (package, procedures script) and publishes Insights on source code with visual charts and in tabular format.

Plsql Review Tool is a handy solution for code reviewers; it helps quickly gathers important stats about the code to determine the efficiency of the program. It can also serve Estimation purpose to assess complexity of the Plsql Program. Instead of browsing the code line by line manually, a code reviewer can use this tool to pin point grave program errors by instantly tracking down to the exact line of code. The tool checks for proper usage of variables, hard coded values, control or conditional statements, exception handling etc., It highlights the code areas where redundant usage like SELECT statements, referring same table appear.

The tool has a very user-friendly and convenient interface where the user can simply specify the file name, click review and the tool generates useful insights. The Code Profile summary and the File contents sections are neatly color-coded for easy identification. User can also easily navigate to the preferred line of code by clicking the line number. The CRUD Statement section on the interface that displays SELECT, UPDATE, INSERT and DELETE statements separately for effective review of sql statements used within the package.

App is helpful for Plsql Developers who develop, modify, maintain or support database objects based on SQL, PLSQL code e.g. Procedures, packages, triggers, functions etc.

New features

Users will just choose the file to review, no need to click Display review. Added notification, comment density metric, alignment changes.