KR20020063967A - Query Window System - Google Patents

Query Window System Download PDF

Info

Publication number
KR20020063967A
KR20020063967A KR1020010004484A KR20010004484A KR20020063967A KR 20020063967 A KR20020063967 A KR 20020063967A KR 1020010004484 A KR1020010004484 A KR 1020010004484A KR 20010004484 A KR20010004484 A KR 20010004484A KR 20020063967 A KR20020063967 A KR 20020063967A
Authority
KR
South Korea
Prior art keywords
query
input
window
module
output
Prior art date
Application number
KR1020010004484A
Other languages
Korean (ko)
Inventor
이정화
Original Assignee
삼성전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자 주식회사 filed Critical 삼성전자 주식회사
Priority to KR1020010004484A priority Critical patent/KR20020063967A/en
Publication of KR20020063967A publication Critical patent/KR20020063967A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24522Translation of natural language queries to structured queries

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PURPOSE: A query language window system is provided to save window resources and make an input/output of the query language possible in a CRT terminal by receiving a query language related window in an operator in an operator instruction input window directly and outputting the window through an output window without creating a query language related window additionally and to make a top/down instruction input possible by supplying a query language related exclusive graphic window. CONSTITUTION: A control mode(100) controls interactive operations of modules in a system and a data flow. A query language input/output module(110) receives a query language processing instruction from a user, displays a processing result, and supplies a query language window graphic interface. A query language processing module(120) analyzes query language stream information inputted through the query language input/output module(110) adapted to a format, reconstructs query language information, performs a sentence structure analysis and a data access to a database(200) using the reconstructed data, and transmits a processing result to the input/output module(110).

Description

질의어 윈도우 시스템 {Query Window System}Query Window System

본 발명은 개선된 질의어 사용 환경과 입출력 포맷 및 멀티 포트 기능을 지원하는 전전자 교환기 시스템의 질의어 윈도우 시스템에 관한 것이다.The present invention relates to a query window system of an electronic switching system supporting an improved query usage environment, input / output format, and multi-port function.

종래의 질의어 윈도우는 운용자 명령어 창에서 질이어 오픈 명령어(예를 들어'OPEN_QRY)를 입력하면 데이터 베이스 질의어 그룹(Data Base Query Group 이하, DBQG라고 약칭함)블록과 MC(Window Manager and Command Analysis 이하, MC라 약칭함)블록이 연계되어 INPUT 윈도우와 OUTPUT 윈도우를 개별 생성한다.In the conventional query window, when an open command (for example, 'OPEN_QRY) is entered in an operator command window, a database query group block (abbreviated as DBQG) block and MC (window manager and command analysis), The block is linked to create an INPUT window and an OUTPUT window separately.

데이터 베이스 관련 질의어는 새로이 생성된 INPUT 윈도우 상에서 입력이 이루어지며 처리 결과는 OUTPUT 윈도우를 통하여 출력된다.The query related to the database is input on the newly created INPUT window, and the processing result is output through the OUTPUT window.

이 경우 기존 운용자 명령어의 입출력을 위하여 구동되어 있는 콘솔(CONSOLE) 윈도우 또는 OUTPUT 윈도우와 겹치는 경우가 발생하여 각각의 윈도우로 출력되어야 할 메시지들이 잘못된 윈도우로 출력되거나 깨어지는 현상이 발생한다.In this case, overlapping with the CONSOLE window or the OUTPUT window that is driven for input and output of the existing operator command occurs, the messages to be output to each window are output or broken into the wrong window.

또한, 질의어가 아닌 일반 운용자 명령어를 입력할 경우 질의어 윈도우를 아이콘화 하거나 종료(Close)하여야 하는 번거로움이 있으며 CRT 타입의 입력포트에서는 질의어 사용이 불가능하여 질의어용 PC를 별도로 구비하여야 하는 문제점도 발생하게 된다.In addition, when inputting a general operator command other than a query word, the query window must be iconized or closed. Also, a query computer cannot be used in an input port of the CRT type. Done.

질의어 입력 윈도우에서 SQL(structured query language)문을 입력할 때, 구문 및 Syntax에 맞추어 긴 문장을 모두 입력하여야 함은 물론이고 시스템 형상 정보를 알아 정확하게 입력해야 함으로 인하여 사용의 어려움이 따른다.When entering a structured query language (SQL) statement in the query input window, it is difficult to use the long sentence in accordance with the syntax and syntax, as well as to accurately input the system configuration information.

한편, 질의어 윈도우는 텍스트 윈도우이므로 그 모양새가 시대에 뒤떨어지며 윈도우 관리도 모든 포맷을 하나 하나 지정하여야 하는 번거로움이 있다.On the other hand, since the query window is a text window, its appearance is out of date, and window management is cumbersome to specify all formats one by one.

또한, 복수의 PC에서 동시에 질의어 윈도우를 실행하여 사용할 경우 각각의 포트 관리가 개별적으로 이루어지지 않아 단말기 상호간의 입출력 메시지가 혼재되어 섞이는 문제점이 발생한다.In addition, when a plurality of PCs simultaneously run and use a query window, each port is not managed individually, resulting in a mixed input / output message between terminals.

본 발명은 이러한 문제점들을 해결하기 위하여 창안된 것으로, 운용자 명령어 입력 윈도우에서 질의어를 사용할 때, 질의어 관련 윈도우를 별도로 생성하지 않고 운용자 명령어 입력 윈도우에서 직접 입력받아 출력 윈도우를 통하여 출력할 수 있도록 하여 윈도우 자원을 절약하고, CRT 터미널에서도 질의어 입출력이 가능하도록 하며, 질의어 관련 전용 그래픽 윈도우를 제공하여 탑 다운식 명령어 입력이 가능하도록 하는 질의어 윈도우 시스템을 제공하는데 그 목적이 있다.The present invention was devised to solve these problems. When using a query in an operator command input window, the window resource can be directly output from the operator command input window and output through the output window without separately generating a query related window. The purpose of the present invention is to provide a query window system that enables query input / output in a CRT terminal and provides a graphic window related to the query, enabling top-down command input.

또한, 포트별 관리를 통하여 동일 포트에서는 한 종류의 질의어만 입력 가능하도록 허용하여 복수의 포트로부터 질의어가 동시에 입력되더라도 입출력 정보가 혼재되지 않도록 질의어 시스템을 구성하는데 본 발명의 또 다른 목적이 있다.In addition, it is another object of the present invention to configure a query system to allow only one type of query word to be input at the same port through port-by-port management so that input / output information is not mixed even when query words are simultaneously input from a plurality of ports.

도 1은 본 발명의 바람직한 실시예에 따른 질의어 윈도우 시스템의 구성을 나타내는 블록도이다.1 is a block diagram showing the configuration of a query window system according to a preferred embodiment of the present invention.

도 2는 질의어 입/출력 모듈이 제공하는 입출력 윈도우의 그래픽 인터페이스를 나타내는 예시도이다.2 is an exemplary diagram illustrating a graphic interface of an input / output window provided by a query input / output module.

<도면의 주요 부분에 대한 부호 설명><Description of the symbols for the main parts of the drawings>

100 : 제어부(제어 모듈)110 : 질의어 입/출력 모듈100: control unit (control module) 110: query input / output module

111 : 릴레이션 네임 입력 모듈112 : 억세스 코멘드 입력 모듈111: relation name input module 112: access command input module

113 : 프로세서 입력 모듈114 : 옵션 입력 모듈113: processor input module 114: optional input module

115 : 릴레이션 정보 출력 모듈116 : 도메인 정보 출력 모듈115: relation information output module 116: domain information output module

117 : 질의 명령어 출력 모듈118 : 클리어 모듈117: query command output module 118: clear module

119 : 순차 검색 모듈120 : 질의어 처리 모듈119: sequential search module 120: query processing module

121 : 질의어 처리 결과 출력 창200 : 데이터 베이스121: Query processing result output window 200: Database

이러한 목적을 달성하기 위하여 본 발명은, 데이터 베이스를 포함하는 ATM 교환기의 질의어 윈도우 시스템에 있어서, 사용자로부터 질의어를 입력받아 처리결과를 디스플레이하며 질의어 윈도우 인터페이스를 제공하는 질의어 입/출력 모듈과, 질의어 입/출력 모듈을 통하여 입력된 질의어 스트림 정보를 포맷에 맞추어 분석한 후 질의어 정보를 재구성하여 재구성된 데이터를 이용하여 구문 분석 및 데이터 베이스로의 데이터 접근을 수행하고 처리 결과를 입/출력 모듈로 전송하는 질의어 처리 모듈과, 상기 각 모듈들의 상호 동작과 데이터 흐름을 제어하며 사용자 명령어 입력 윈도우에서 질의어를 사용할 때 질의어 관련 윈도우를 별도로 생성하지 않고 사용자 명령어 입력 윈도우에서 상기 질의어 입/출력 모듈을 디스플레이하여 질의어의 입출력을 수행하는 제어 모듈을 포함하는 특징이 있다.In order to achieve the above object, the present invention provides a query input / output module for receiving a query from a user and displaying a processing result and providing a query window interface in a query window system of an ATM switch including a database, and a query input / output module. After analyzing the query stream information input through the / output module according to the format, reconstructing the query information, performing parsing and data access to the database using the reconstructed data, and transmitting the processing result to the input / output module. The query processing module controls the interaction and data flow of each module, and displays the query input / output module in the user command input window instead of generating a query related window separately when using the query in the user command input window. I / O It is characterized in that a control module to perform.

이하, 본 발명이 속하는 분야에 통상의 지식을 지닌자가 본 발명을 용이하게 실시할 수 있도록 본 발명의 바람직한 실시 예를 첨부된 도면을 참조하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention.

또한, 이해의 편의를 위하여 비록 다른 도면에 속하더라도 동일한 구성 요소에는 동일한 부호를 부여하였음을 주의하여야 한다.In addition, it should be noted that the same reference numerals are given to the same components, although belonging to different drawings for convenience of understanding.

도 1은 본 발명의 바람직한 실시예에 따른 질의어 윈도우 시스템의 구성을 나타내는 블록도이다.1 is a block diagram showing the configuration of a query window system according to a preferred embodiment of the present invention.

도시된 바와 같이, 질의어 윈도우 시스템은 시스템 내의 모듈들의 상호 동작과 데이터 흐름을 제어하는 제어 모듈(제어부:100)중심으로 구성된다.As shown, the query window system is composed of a control module (control unit 100) center that controls the interaction and data flow of the modules in the system.

질의어 입/출력 모듈(110)은 사용자로부터 질의어 처리 명령어를 입력받아 처리 결과를 디스플레이하며 질의어 윈도우 그래픽 인터페이스를 제공하는 기능을 수행한다.The query input / output module 110 receives a query processing command from a user, displays a processing result, and provides a query window graphic interface.

질의어 처리 모듈(120)은 질의어 입/출력 모듈(110)을 통하여 입력된 질의어 스트림 정보를 포맷에 맞추어 분석한 후 질의어 정보를 재구성하여 재구성된 데이터를 이용하여 구문 분석 및 데이터 베이스(200)로의 데이터 접근을 수행하고 처리 결과를 입/출력 모듈(110)로 전송하는 기능을 수행한다.The query processing module 120 analyzes the query stream information input through the query input / output module 110 according to a format, reconstructs the query information, and parses the data using the reconstructed data and the data to the database 200. Performs an access and transmits the processing result to the input / output module 110.

도 2는 질의어 입/출력 모듈이 제공하는 입출력 윈도우의 그래픽 인터페이스를 나타내는 예시도이다.2 is an exemplary diagram illustrating a graphic interface of an input / output window provided by a query input / output module.

질의어 입/출력 모듈(110)은 세분화된 서브 모듈들(111~119)로 구성되는데 도 1과 도 2를 참조하여 그 종류와 기능을 설명하면,The query input / output module 110 is composed of sub-modules 111 to 119, which will be described with reference to FIGS. 1 and 2.

릴레이션 네임(RELATION NAME) 입력 모듈(111)은 질의어를 수행하고자 하는 릴레이션 네임이나, 릴레이션 ID를 입력받는다.The relation name input module 111 receives a relation name or relation ID to perform a query.

이때, 사용자가 원하는 릴레이션 네임을 직접 입력받을 수 있고, 콤보 박스(COMBO BOX)를 통하여 입력받을 수도 있다.In this case, the relation name desired by the user may be directly input, or may be input through a combo box.

콤보 박스에 저장되는 릴레이션 네임은 해당 포트에서 1회이상 수행한 릴레이션들을 메모리에 저장하였다가 선택창을 통하여 제공한다.The relation name stored in the combo box is stored in memory and provided through the selection window.

바람직하기로는, 처음으로 프로세스를 수행할 때만 릴레이션 네임 또는 ID를 입력하고 이때 입력받은 릴레이션 네임 또는 ID를 메모리에 저장하였다가 이후부터는 콤보 박스를 통하여 입력받는다.Preferably, the relation name or ID is input only when the first process is executed, and the relation name or ID received at this time is stored in the memory and then received through the combo box.

억세스 코멘드(COMMAND) 입력 모듈(112)은 선택된 릴레이션에 대한 접근 명령어를 선택, 입력받는다.The access command input module 112 selects and receives an access command for the selected relation.

바람직하기로는, 직접 텍스트를 통한 입력은 불가능하고 콤보 박스를 통하여코멘드 리스트를 디스플레이하고 필요한 억세스 코멘드를 선택하도록 한다. 이때, 선택 가능한 데이터 베이스 질의 명령어로는 SELECT(선택), UPDATE(갱신), INSERT(삽입), DELETE(삭제), MAXL(최대), MINL(최소), SUM(합), COUNT(카운트), AVG(평균) 등이 있다.Preferably, direct text entry is not possible and allows the combo box to display a list of commands and select the required access command. At this time, selectable database query commands include SELECT, UPDATE, INSERT, DELETE, MAXL, MINL, SUM, COUNT, AVG (average).

프로세서(PROCESSOR) 입력 모듈(113)은 해당 릴레이션에 대하여 질의어를 수행하는 프로세서를 입력받는다.The processor input module 113 receives a processor that performs a query on the relation.

옵션(OPTION) 입력 모듈(114)은 상기 억세스 코멘드에서 SELECT, UPDATE를 선택하였을 경우 수행되는 기능으로 SELECT 시는 IN SEQ와 IN ORDER, UPDATE 시는 DSKBK와 MEMUP을 선택할 수 있다.The option input module 114 is a function that is performed when SELECT and UPDATE are selected in the access command. The option input module 114 may select IN SEQ and IN ORDER during SELECT and DSKBK and MEMUP during UPDATE.

릴레이션 정보(RELATION INFORMATION) 정보 출력 모듈(115)은 선택된 릴레이션의 정보를 출력한다. 그 예로는, 릴레이션 ID, 릴레이션의 타입(MEM, DKO, DKB, PROJ, JOIN), 릴레이션 로케이션 타입(NOR, DIS, REP, LOR, PDIS), 릴레이션이 실장되는 프로세서, 글로벌(Global)접근 프로세서, 키 도메인 및 검색 방식(seq, index, bin, hash) 등을 출력한다.RELATION INFORMATION The information output module 115 outputs information on the selected relation. Examples include relation ID, relation type (MEM, DKO, DKB, PROJ, JOIN), relation location type (NOR, DIS, REP, LOR, PDIS), processor on which relation is implemented, global access processor, Outputs the key domain and search method (seq, index, bin, hash), etc.

도메인 정보(DOMAIN INFORMATION) 정보 출력 모듈(116)은 릴레이션이 선택되고, 해당 릴레이션의 도메인이 출력된 후 커서 포인트가 도메인 입력 에디트 박스에 위치하여 있을 때, 해당 도메인 정보를 출력한다. 출력되는 도메인 정보는 도메인 네임, 도메인 사이즈, 도메인 타입 등이다.The domain information information output module 116 outputs the domain information when the relation is selected and the cursor point is located in the domain input edit box after the domain of the relation is output. The output domain information is domain name, domain size, domain type and the like.

질의어 출력 모듈(117)은 억세스 코멘드 입력 모듈을 통하여 억세스 코멘드를 선택하면 질의어를 출력하고 조건 입력을 위한 데이터 베이스 질의 명령어를 선택할 경우 조건 완료를 출력한다.The query output module 117 outputs a query when selecting an access command through the access command input module and outputs condition completion when selecting a database query command for condition input.

조건 입력이 완료되고 조건 완료 버튼을 클릭하면 선택한 데이터 베이스 질의 명령어가 질의어 처리 결과 출력 창(121)을 통하여 출력된다.When the condition input is completed and the condition completion button is clicked, the selected database query command is output through the query processing result output window 121.

클리어 모듈(118)은 데이터 베이스 질의 명령어를 수행하기 위하여 진행하다가 처음부터 다시 시작하기를 원할 때 이미 출력된 질의어 처리 결과 출력 창(121)의 정보를 클리어 하는 기능을 수행한다.The clear module 118 performs the function of clearing the information of the query processing result output window 121 that has already been outputted when the user wants to start again from the beginning while proceeding to execute the database query command.

바람직하기로는 클리어 모듈은 도 2과 같이 클리어 버튼(CLEAR BUTTON) 형태로서 그 기능을 수행한다.Preferably, the clear module performs its function in the form of a clear button as shown in FIG. 2.

순차 검색 모듈(119)은 앞서 설명한 옵션 버튼에서 IN SEQ의 기능과 유사한데, 순차적으로 연속 검색을 수행할 경우 한번 SELECT 한 후 순차적으로 다음 튜플들을 검색하며 넥스트 버튼(NEXT BUTTON)형태로 하는 것이 바람직하다.The sequential search module 119 is similar to the function of IN SEQ in the above-described option button. When performing a sequential search sequentially, it is preferable to search the next tuples sequentially after selecting once and to have a next button (NEXT BUTTON) form. Do.

이상 설명한 것과 같이 질의어 입/출력 모듈(110)에서 제공하는 윈도우 인터페이스를 통하여 사용자는 질의어 명령어에 맞는 조건을 입력한 후 억세스 코멘드로 변경된 버튼을 클릭함으로써 명령어를 수행하고, 정상적으로 수행되면 그 결과가 도메인 에디트 박스나 하단에 위치한 질의어 처리 결과 출력 창(121)을 통하여 출력되고 만약, 비정상적으로 수행되면 비정상적으로 수행된 결과나 이유가 출력된다.As described above, through the window interface provided by the query input / output module 110, the user inputs a condition corresponding to the query command, and then executes the command by clicking the button changed to the access command. It is output through the query processing result output window 121 located at the edit box or the bottom. If abnormally performed, the abnormal result or reason is output.

바람직하기로는, 사용자가 질의어 윈도우를 오픈하기 위하여 사용자 입력 윈도우에서 오픈 명령어(예를 들면, OPEN-QRY 등)를 입력하면 종래와는 달리 질의어 윈도우가 별도로 구동되지 않고 운용자 입력 윈도우 자체가 질의어 입/출력모듈(110)에 제공하는 그래픽 인터페이스를 통한 질의어 윈도우로 전환되도록 한다.Preferably, when the user inputs an open command (eg, OPEN-QRY) in the user input window to open the query window, the query window does not run separately, and the operator input window itself enters the query word. Switch to the query window via the graphical interface provided to the output module 110.

또한, QRY> 프롬트를 이용하여 질의어 윈도우 모드임을 알 수 있게 하며 리턴키에 의하여 질의어 구문 라인 입력 종료를 인식한다.Also, the QRY> prompt can be used to indicate that the query window is in the query mode. The return key recognizes the end of the query syntax line input.

'OUIT;'라는 명령어가 입력되면 질의어 윈도우 모드가 종료되어 운용자 입력 윈도우로 복귀한다.If the command 'OUIT;' is entered, the query window mode is terminated and the screen returns to the operator input window.

한편, 기존의 CRT 터미널에서는 별도의 질의어 윈도우 구동이 불가능하여 질의어 사용이 불가능했으나 운용자 명령어 윈도우를 질의어 윈도우와 겸용함으로써, CRT 터미널에서도 질의어 사용을 가능하다. 질의어 사용은 앞서 설명한 운용자 명령어 윈도우를 이용한 질의어 사용 방법과 동일하다.On the other hand, in the existing CRT terminal, it is impossible to run a separate query window, so it is impossible to use a query. However, by using an operator command window with a query window, the query can be used in a CRT terminal. The query usage is the same as the query usage using the operator command window described above.

제어 모듈(100)은 질의어 사용 요구를 받으면 입력창과 출력창 생성을 별도로 요구하지 않고 단지 질의어 입출력 정보 관리를 위한 프로세스를 구동한다.When the control module 100 receives a request for using a query, the control module 100 merely drives a process for managing query input / output information without separately requesting an input window and an output window.

또한 제어 모듈(100)은 각 프로세스들의 포트별 별도 관리가 이루어지도록 하여 여려 포트로부터 질의어가 동시에 입력되더라도 상호간의 정보가 훼손되지 않도록 하나의 포트에는 한 종류의 질의어만 입력 가능하도록 허용하여 복수의 포트로부터 질의어가 동시에 입력되더라도 입출력 정보가 혼재되지 않도록 하는 것이 바람직하다.In addition, the control module 100 allows separate management for each port of each process so that only one type of query can be input to one port so that information is not compromised even when query words are simultaneously input from multiple ports. It is desirable to prevent input and output information from being mixed even if query words are simultaneously input from the user.

이상 본 발명의 바람직한 실시예에 대해 상세히 기술되었지만, 본 발명이 속하는 기술분야에 있어서 통상의 지식을 가진 사람이라면, 첨부된 청구 범위에 정의된 본 발명의 정신 및 범위를 벗어나지 않으면서 본 발명을 여러 가지로 변형 또는변경하여 실시할 수 있음을 알 수 있을 것이다. 따라서 본 발명의 앞으로의 실시예들의 변경은 본 발명의 기술을 벗어날 수 없을 것이다.Although the preferred embodiments of the present invention have been described in detail above, those skilled in the art will appreciate that the present invention may be modified without departing from the spirit and scope of the invention as defined in the appended claims. It will be appreciated that modifications or variations may be made. Therefore, changes in the future embodiments of the present invention will not be able to escape the technology of the present invention.

이상 살펴본 바와 같이, 본 발명에 따르면 운용자 명령어 입력 윈도우에서 질의어를 사용할 때, 질의어 입/출력 모듈에서 제공하는 인터페이스를 통하여 질의어 관련 윈도우를 별도로 생성하지 않고 운용자 명령어 입력 윈도우에서 직접 입력받아 출력 윈도우를 통하여 출력할 수 있도록 하여 윈도우 자원의 절약이 가능하고, CRT 터미널에서도 질의어 입출력이 가능하며, 질의어 관련 전용 그래픽 윈도우를 제공하여 탑 다운식 명령어 입력이 가능하도록 하는 질의어 윈도우 시스템을 제공하는 장점이 있다.As described above, according to the present invention, when a query is used in an operator command input window, the query command input window is directly input from the operator command input window without separately generating a query related window through an interface provided by the query input / output module. It is possible to save the window resources by outputting, to query I / O in the CRT terminal, and to provide a query window system that enables the top-down command input by providing a dedicated graphic window related to the query.

또한, 포트별 관리를 통하여 동일 포트에서는 한 종류의 질의어만 입력 가능하도록 허용하여 복수의 포트로부터 질의어가 동시에 입력되더라도 입출력 정보가 혼재되지 않는 장점이 있다.In addition, through port-by-port management, only one type of query is allowed in the same port, so that input and output information is not mixed even when query words are simultaneously input from a plurality of ports.

Claims (5)

데이터 베이스를 포함하는 ATM 교환기의 질의어 윈도우 시스템에 있어서,In the query window system of an ATM switch including a database, 사용자로부터 질의어 처리 명령어를 입력받고 질의어 처리 결과를 디스플레이하며 질의어 윈도우 그래픽 인터페이스를 제공하는 질의어 입/출력 모듈;A query input / output module that receives a query processing command from a user, displays a query processing result, and provides a query window graphic interface; 상기 질의어 입/출력 모듈을 통하여 입력된 질의어 스트림 정보를 분석한 후 상기 입력된 질의어 정보를 재구성하고, 상기 재구성된 데이터를 이용하여 질의어 구문 분석 및 상기 데이터 베이스로의 데이터 접근을 수행하며, 상기 질의어의 처리 결과를 상기 입/출력 모듈로 전송하는 질의어 처리 모듈;After analyzing the query stream information input through the query input / output module, reconstruct the input query information, and perform query syntax analysis and data access to the database using the reconstructed data. A query processing module for transmitting a processing result of the query module to the input / output module; 사용자가 질의어 윈도우를 오픈하기 위하여 사용자 입력 윈도우에서 오픈 명령어(예를 들면, OPEN-QRY 등)를 입력하면 종래와는 달리 질의어 윈도우가 별도로 구동되지 않고 운용자 입력 윈도우 자체가 질의어 윈도우로 전환되도록 한다.When a user inputs an open command (eg, OPEN-QRY) in a user input window to open a query window, the query window is not driven separately, but the operator input window itself is converted to the query window. 상기 각 모듈들의 상호 동작과 데이터 흐름을 제어하며, 상기 사용자로부터 질의어 오픈 명령어가 입력되면 별도의 질의어 입력 및 출력 윈도우를 생성하지 않고 상기 사용자의 명령어 입력 윈도우 상에서 상기 질의어 입/출력 모듈을 디스플레이하여 질의어의 입출력 처리를 수행하도록 하는 제어 모듈을 포함하는 것을 특징으로 하는 질의어 윈도우 시스템.Controls the interoperability and data flow of the modules, and when a query open command is input from the user, the query is displayed by displaying the query input / output module on the command input window of the user without generating a separate query input and output window. Query window system comprising a control module for performing input and output processing of the. 제 1항에 있어서, 상기 질의어 입/출력 모듈은,The method of claim 1, wherein the query input / output module, 질의어를 수행하고자 하는 릴레이션 네임 및 릴레이션 ID 중 어느 하나를 입력받는 릴레이션 네임(RELATION NAME) 입력 모듈;A relation name input module configured to receive one of a relation name and a relation ID to perform a query; 상기 입력된 릴레이션에 대한 접근 명령어를 입력받는 억세스 코멘드(COMMAND) 입력 모듈;An access command input module for receiving an access command for the input relation; 상기 입력된 릴레이션에 대하여 질의어를 수행하는 프로세서를 입력받는 프로세서(PROCESSOR) 입력 모듈;A processor input module configured to receive a processor that performs a query on the input relation; 상기 선택된 릴레이션의 정보를 출력하는 릴레이션 정보(RELATION INFORMATION) 정보 출력 모듈;A relation information information output module configured to output information of the selected relation; 상기 선택된 릴레이션의 도메인이 도메인 정보를 출력하는 도메인 정보(DOMAIN INFORMATION) 정보 출력 모듈;A domain information output module for outputting domain information by the domain of the selected relation; 상기 질의어 처리 모듈로부터 전송되는 질의어 처리 결과를 출력하는 질이어 출력 모듈;A jill output module for outputting a query processing result transmitted from the query processing module; 제 2항에 있어서, 상기 질의어 입/출력 모듈은 상기 입력된 질의어를 수행하기 위하여 진행하다가 처음부터 다시 시작하기를 원할 때 이미 출력된 질의어 처리 정보를 클리어 하는 기능을 수행하는 클리어 모듈을 더 포함하는 것을 특징으로 하는 질의어 윈도우 시스템.The method of claim 2, wherein the query input / output module further includes a clear module that performs a function of clearing the already outputted query processing information when the user proceeds to perform the input query and starts from the beginning again. Query window system, characterized in that. 제 2항에 있어서, 상기 도메인 정보 출력 모듈을 통하여 출력되는 도메인 정보는 도메인 네임, 도메인 사이즈 및 도메인 타입 중 적어도 어느 하나인 것을 특징으로 하는 질의어 윈도우 시스템.The query window system of claim 2, wherein the domain information output through the domain information output module is at least one of a domain name, a domain size, and a domain type. 제 1항에 있어서, 상기 제어 모듈은 각 질의어 처리 프로세스의 포트를 별도로 관리하며, 하나의 포트에는 한 종류의 질의어만 입력되도록 허용하는 것을 특징으로 하는 질의어 윈도우 시스템.The query window system of claim 1, wherein the control module separately manages ports of each query processing process and allows only one type of query word to be input to one port.
KR1020010004484A 2001-01-31 2001-01-31 Query Window System KR20020063967A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010004484A KR20020063967A (en) 2001-01-31 2001-01-31 Query Window System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010004484A KR20020063967A (en) 2001-01-31 2001-01-31 Query Window System

Publications (1)

Publication Number Publication Date
KR20020063967A true KR20020063967A (en) 2002-08-07

Family

ID=27692841

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010004484A KR20020063967A (en) 2001-01-31 2001-01-31 Query Window System

Country Status (1)

Country Link
KR (1) KR20020063967A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007030585A1 (en) * 2005-09-09 2007-03-15 Microsoft Corporation Browse mode designer
KR101102362B1 (en) * 2010-01-25 2012-01-03 손강현 disposable cup with cover

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007030585A1 (en) * 2005-09-09 2007-03-15 Microsoft Corporation Browse mode designer
US7581189B2 (en) 2005-09-09 2009-08-25 Microsoft Corporation Dynamically generating a database report during a report building process
KR101102362B1 (en) * 2010-01-25 2012-01-03 손강현 disposable cup with cover

Similar Documents

Publication Publication Date Title
US7360202B1 (en) User interface system and methods for providing notification(s)
US20010002128A1 (en) Electronic processing device having a menu interface
US7376898B1 (en) Methods and apparatus for managing resources
JPH07287687A (en) Telecommunication system business management terminal deviceand business management method
US8935276B2 (en) Apparatus for and method of handling data analysis
US20080018928A1 (en) Apparatus and method for report invocation and manipulation on a mobile communication device
CN112558967A (en) Page automatic generation method and device, electronic equipment and storage medium
US7647558B2 (en) User interface for presenting object representations
WO2021000668A1 (en) Information processing method and apparatus
CN113934832A (en) Interactive processing method, device, equipment, medium and program product based on session
KR20020063967A (en) Query Window System
US7457858B1 (en) Filtering network management messages
KR20040051876A (en) Web service tester and method of testing web service
US20210004524A1 (en) Catalog file creation assistance device, catalog file creation assistance method, and catalog file creation assistance program
CN115640349A (en) Data processing method, device, equipment and storage medium
CN110795137A (en) Authority configuration method, device, system, electronic equipment and readable medium
CN110958147B (en) Internet of things equipment interconnection strategy configuration system
CN114356749A (en) Monitoring method and device for counting code branch test condition
JP2006031301A (en) Operation monitoring apparatus
JPH09244883A (en) Interface definition reference system
KR970068709A (en) Control command processing method of switching network
US5819253A (en) Database retrieval system having a plurality of independent input modes for database retrieval conditions
JPH1115680A (en) Multiprocess managing device and program storing medium
JPH07200233A (en) Graphic parts management device
JPH07175619A (en) Interactive data input system

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application