Home Applications findtable

findtable

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
230
Views
0
IPM installs
0
17
Details
Releases
Reviews
Issues
Pull requests
Query entity class corresponding structure.

What's new in this version

add full english description

findtable

Find table structure tool.

Because the table structure and data of iris are stored in a global way, when fetching data, you can use $P or $LG to get the value of the corresponding field. To find the specific piece location, you need to view it through cachesqlstorage and cachestorage, which is inconvenient. It is fixed to write a table structure query tool to find all indexes and field descriptions through package name and class name, which is convenient for developers to write code.

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

  1. Clone/git pull the repo into any local directory

    $ git clone https://github.com/wanghc/findtable.git
    
  2. Open the terminal in this directory and run:

    $ docker-compose build
    
  3. Run the IRIS container with your project:

    $ docker-compose up -d
    
  4. Access findtable or findglobal with browser

How to Test it

Open IRIS terminal:

$ docker-compose exec iris iris session iris
USER>write $zv

进入界面

  1. Input PackageName,ClassName / GlobalName

  2. Click the find button

  3. Find Table Page

    演示

Read more
Made with
Version
1.0.121 Apr, 2021
ObjectScript quality test
Category
Developer Environment
Works with
InterSystems IRISCachéEnsemble
First published
21 Apr, 2021
Last checked by moderator
27 Jun, 2023Works