KR100333676B1 - Method for generating multiple dataview screen control using single software program for data retrieval - Google Patents

Method for generating multiple dataview screen control using single software program for data retrieval Download PDF

Info

Publication number
KR100333676B1
KR100333676B1 KR1019990061900A KR19990061900A KR100333676B1 KR 100333676 B1 KR100333676 B1 KR 100333676B1 KR 1019990061900 A KR1019990061900 A KR 1019990061900A KR 19990061900 A KR19990061900 A KR 19990061900A KR 100333676 B1 KR100333676 B1 KR 100333676B1
Authority
KR
South Korea
Prior art keywords
data
output
view
program
inquiry program
Prior art date
Application number
KR1019990061900A
Other languages
Korean (ko)
Other versions
KR20010063806A (en
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 KR1019990061900A priority Critical patent/KR100333676B1/en
Publication of KR20010063806A publication Critical patent/KR20010063806A/en
Application granted granted Critical
Publication of KR100333676B1 publication Critical patent/KR100333676B1/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/26Visual data mining; Browsing structured data

Abstract

본 발명은 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법에 관한 것으로, 화면에 데이터 뷰라는 데이터 출력부를 작성하고, 데이터베이스의 데이터 저장 테이블로부터 데이터를 조회하여 데이터 뷰에 출력하기 위하여, 각 데이터 뷰 별로 데이터 조회 프로그램을 작성하지 않고, 데이터 뷰 내부구조 속에 데이터를 다양한 형태로 화면에 출력할 수 있도록 하는 데이터 출력 맵 구조체와 출력로직 프로그램을 내장함으로써 하나의 데이터 조회 프로그램을 이용하여 다양한 데이터 뷰를 제공할 수 있는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법을 제공하기 위하여, 데이터 저장장치의 테이블 구조를 정의하는 제 1 단계; 상기 데이터 저장장치를 참조하여 데이터 조회 프로그램을 작성하고, 상기 데이터 조회 프로그램의 출력인자를 설정하는 제 2 단계; 상기 데이터 조회 프로그램 및 그 출력인자를 참조하여 데이터 뷰를 생성하고, 상기 데이터 뷰의 출력인자를 설정하는 제 3 단계; 및 상기 데이터 조회 프로그램을 참조하여 상기 제 1 단계부터 반복 수행하여, 다수의 데이터 뷰를 생성하는 제 4 단계를 포함하며, 데이터 조회 시스템 등에 이용됨.The present invention relates to a method of generating a plurality of data views using a single data inquiry program, and to create a data output unit called a data view on a screen, and to retrieve data from a data storage table of a database and output the data view to each data view. Provides various data views using one data inquiry program by embedding data output map structure and output logic program to output data in various forms in the internal structure of data view without writing a data inquiry program. A first step of defining a table structure of the data storage device to provide a plurality of data view generation method using a single data lookup program that can be; A second step of creating a data inquiry program with reference to the data storage device and setting an output factor of the data inquiry program; A third step of generating a data view by referring to the data inquiry program and its output factors and setting an output factor of the data view; And a fourth step of repeatedly generating the plurality of data views by repeating the first step with reference to the data inquiry program.

Description

단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법{METHOD FOR GENERATING MULTIPLE DATAVIEW SCREEN CONTROL USING SINGLE SOFTWARE PROGRAM FOR DATA RETRIEVAL}How to create multiple data views using a single data inquiry program {METHOD FOR GENERATING MULTIPLE DATAVIEW SCREEN CONTROL USING SINGLE SOFTWARE PROGRAM FOR DATA RETRIEVAL}

본 발명은 응용 소프트웨어를 신속하게 개발할 수 있도록 소프트웨어 개발 환경을 지원하는 RAD(Rapid Application Development) 도구에서 개발자가 데이터베이스에 연관된 업무화면을 쉽게 개발할 수 있도록 하는 단일 데이터 조회 프로그램을 이용한 복수 개의 데이터 뷰 생성방법 및 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present invention provides a method of generating a plurality of data views using a single data inquiry program that allows a developer to easily develop a business screen associated with a database in a rapid application development (RAD) tool that supports a software development environment so that application software can be rapidly developed. And a computer readable recording medium having recorded thereon a program for realizing the method.

종래의 데이터 뷰 생성방법은, 비쥬얼(Visual) 방식의 응용 소프트웨어 개발 도구들은 데이터베이스에 저장된 데이터를 화면에 출력하기 위하여 각 화면유형에 알맞은 데이터 뷰를 화면에 작성한 후에, 각 데이터 뷰에 대응하는 데이터 조회 프로그램을 작성하여 화면의 데이터 뷰에 데이터를 출력하는 방법을 사용한다.Conventional data view generation method, visual application software development tools to create a data view for each screen type on the screen in order to output the data stored in the database on the screen, and then search the data corresponding to each data view Write a program to output data to the data view of the screen.

그러나, 상기한 바와 같은 종래의 데이터 뷰 생성방법은, 소프트웨어 개발자가 화면에 데이터를 출력하기 위하여 화면의 개수만큼 데이터베이스의 데이터 저장 테이블로부터 데이터를 조회하는 프로그램을 일일이 작성하여야 하므로, 복잡한 프로그램일 경우에는 프로그램 시간이 많이 소요되고, 각각의 개발자가 동일한 데이터 테이블로부터 유사한 데이터를 조회하는 프로그램을 작성하는 경우에도 서로 다른 데이터 조회로직을 프로그래밍 하게 되어, 소프트웨어 프로그램상의 오류가 많아지는 문제점이 있었다.However, in the conventional method of generating a data view as described above, in order to output data on a screen, a software developer must write a program for inquiring data from a data storage table of a database as many as the number of screens. The program takes a lot of time, and even if each developer writes a program for retrieving similar data from the same data table, different data retrieval logics are programmed, which causes a lot of errors in the software program.

본 발명은, 상기한 바와 같은 문제점을 해결하기 위해 제안된 것으로, 화면에 데이터 뷰라는 데이터 출력부를 작성하고, 데이터베이스의 데이터 저장 테이블로부터 데이터를 조회하여 데이터 뷰에 출력하기 위하여, 각 데이터 뷰 별로 데이터 조회 프로그램을 작성하지 않고, 데이터 뷰 내부구조 속에 데이터를 다양한 형태로 화면에 출력할 수 있도록 하는 데이터 출력 맵 구조체와 출력로직 프로그램을 내장함으로써 하나의 데이터 조회 프로그램을 이용하여 다양한 데이터 뷰를 제공할 수 있는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 그 목적이 있다.The present invention has been proposed to solve the above problems, and to create a data output unit called a data view on the screen, to retrieve data from the data storage table of the database and output the data to the data view, for each data view It is possible to provide various data views using a single data inquiry program by embedding a data output map structure and an output logic program that can output data in various forms in the data view internal structure without writing an inquiry program. It is an object of the present invention to provide a method of generating a plurality of data views using a single data inquiry program and a computer-readable recording medium recording a program for realizing the method.

도 1 은 본 발명이 적용되는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성장치의 일실시예 예시도.1 is a view illustrating an embodiment of a plurality of data view generating apparatuses using a single data inquiry program to which the present invention is applied.

도 2 는 본 발명이 적용되는 데이터 저장장치의 일실시예 구성도.2 is a configuration diagram of an embodiment of a data storage device to which the present invention is applied.

도 3 은 본 발명에 따른 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법에 대한 일실시예 처리 흐름도.3 is a flowchart illustrating an embodiment of a method of generating a plurality of data views using a single data inquiry program according to the present invention.

도 4 는 본 발명에 따른 데이터 조회 프로그램의 출력인자를 이용하여 데이터 뷰의 출력인자를 조정하는 방법에 대한 일실시예 설명도.4 is a diagram illustrating a method of adjusting an output factor of a data view by using an output factor of a data inquiry program according to the present invention.

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

10 : 중앙처리장치 11 : 주기억장치10: central processing unit 11: main memory unit

12 : 데이터 저장장치 13 : 입출력 장치12: data storage device 13: input and output device

상기 목적을 달성하기 위한 본 발명의 방법은, 데이터 조회 시스템에 적용되는 복수개의 데이터 뷰 생성방법에 있어서, 데이터 저장장치의 테이블 구조를 정의하는 제 1 단계; 상기 데이터 저장장치를 참조하여 데이터 조회 프로그램을 작성하고, 상기 데이터 조회 프로그램의 출력인자를 설정하는 제 2 단계; 상기 데이터 조회 프로그램 및 그 출력인자를 참조하여 데이터 뷰를 생성하고, 상기 데이터 뷰의 출력인자를 설정하는 제 3 단계; 및 상기 데이터 조회 프로그램을 참조하여 상기 제 1 단계부터 반복 수행하여, 다수의 데이터 뷰를 생성하는 제 4 단계를 포함한다.According to an aspect of the present invention, there is provided a method of generating a plurality of data views applied to a data retrieval system, comprising: a first step of defining a table structure of a data storage device; A second step of creating a data inquiry program with reference to the data storage device and setting an output factor of the data inquiry program; A third step of generating a data view by referring to the data inquiry program and its output factors and setting an output factor of the data view; And a fourth step of generating a plurality of data views by repeatedly performing the first step with reference to the data inquiry program.

또한, 본 발명은, 마이크로 프로세서를 구비한 데이터 조회 시스템에, 데이터 저장장치의 테이블 구조를 정의하는 제 1 기능; 상기 데이터 저장장치를 참조하여 데이터 조회 프로그램을 작성하고, 상기 데이터 조회 프로그램의 출력인자를 설정하는 제 2 기능; 상기 데이터 조회 프로그램 및 그 출력인자를 참조하여 데이터 뷰를 생성하고, 상기 데이터 뷰의 출력인자를 설정하는 제 3 기능; 및 상기 데이터 조회 프로그램을 참조하여 상기 제 1 기능부터 반복 수행하여, 다수의 데이터 뷰를 생성하는 제 4 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.The present invention also provides a data inquiry system having a microprocessor, comprising: a first function of defining a table structure of a data storage device; A second function of creating a data inquiry program with reference to the data storage device and setting an output factor of the data inquiry program; A third function of generating a data view by referring to the data inquiry program and its output arguments and setting an output factor of the data view; And a computer readable recording medium having recorded thereon a program for realizing a fourth function of generating a plurality of data views by repeatedly performing the first function with reference to the data inquiry program.

상술한 목적, 특징들 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

데이터 뷰는, 데이터 저장장치에 저장된 데이터를 조회하여 사용자 컴퓨터 화면상에서 비쥬얼하게 출력하기 위한 일종의 화면 출력부로써, 상기 데이터 저장장치의 데이터 테이블로부터 데이터를 조회하는 데이터 조회 프로그램을 실행함으로써 얻어진 데이터를 수신하여, 화면에 출력하는 화면 콘트롤의 일종이다. 따라서, 데이터 뷰는 데이터를 조회하는 데이터 조회 프로그램을 참조하여 작성하게 된다.The data view is a kind of screen output unit for inquiring data stored in the data storage device and visually outputting it on a user computer screen. The data view receives data obtained by executing a data inquiry program for inquiring data from the data table of the data storage device. This is a kind of screen control that is output to the screen. Therefore, the data view is created by referring to a data retrieval program for retrieving data.

본 발명의 특징은, 특정 데이터 테이블로부터 데이터를 조회하여 화면에 출력하고자 하는 경우, 출력하고자 하는 데이터를 조회하는 데이터 조회 프로그램을 데이터 뷰와 독립적으로 작성하고, 상기 데이터 조회 프로그램의 출력인자를 정의한다. 그리고, 화면의 출력형태에 따라 데이터 뷰를 정의하고, 상기 데이터 조회 프로그램과 프로그램의 출력인자를 참조함으로써, 데이터 조회 프로그램의 수정 없이 각 데이터 뷰에 알맞은 형태로 데이터 뷰 출력인자를 정의한다.According to an aspect of the present invention, when a data is to be queried from a specific data table and outputted on a screen, a data inquiry program for searching the data to be output is created independently of the data view, and the output argument of the data inquiry program is defined. . Then, the data view is defined according to the output form of the screen, and by referring to the data inquiry program and the output arguments of the program, data view output factors are defined in a form suitable for each data view without modification of the data inquiry program.

도 1 은 본 발명이 적용되는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성장치의 일실시예 예시도이다.1 is a diagram illustrating an embodiment of a plurality of data view generating apparatuses using a single data inquiry program to which the present invention is applied.

도 1 에 도시된 바와 같이, 본 발명이 적용되는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성장치는, 전체적인 동작을 제어하고 관리하는 중앙처리장치(10)와, 상기 중앙처리장치(10)에서 수행되는 프로그램을 저장하고 작업 수행중 이용되는 또는 작업 수행중에 발생되는 각종 데이터를 저장하는 주기억장치(11)와 데이터 저장장치(12) 및 사용자와의 데이터 입출력을 위한 입출력장치(13)를 포함한다.As shown in FIG. 1, a plurality of data view generating apparatuses using a single data inquiry program to which the present invention is applied include a central processing unit 10 for controlling and managing an overall operation, and a central processing unit 10. A main memory 11 for storing a program to be executed and storing various data used during or performing a task, a data storage device 12, and an input / output device 13 for inputting / outputting data to and from a user. .

그리고, 상기 입출력장치(13)는 일반적인 키보드, 디스플레이 장치 및 프린터 등을 포함한다.The input / output device 13 includes a general keyboard, a display device, a printer, and the like.

그러나, 상기한 바와 같은 구성을 갖는 컴퓨터 하드웨어 환경은 당해 분야에서 이미 주지된 기술에 지나지 아니하므로 여기에서는 그에 관한 자세한 설명은 생략하기로 한다.However, since the computer hardware environment having the configuration as described above is only a technique well known in the art, detailed description thereof will be omitted herein.

첨부된 도 2 는 본 발명이 적용되는 데이터 저장장치의 일실시예 구성도이다.2 is a block diagram of an embodiment of a data storage device to which the present invention is applied.

도면에 도시된 바와 같이, 본 발명이 적용되는 데이터 저장장치는, 데이터를 저장하는 데이터 저장 테이블(27)과, 상기 데이터 저장 테이블(27)의 구조정보를 저장하는 테이블 구조정보 테이블(23)과, 상기 데이터 저장 테이블(27)로부터 데이터를 조회하는 프로그램을 저장하는 데이터 조회 프로그램 정보 테이블(21)과, 상기 데이터 조회 프로그램의 프로그램 출력 인자를 저장하는 데이터 출력 프로그램 출력인자 정보 테이블(22)과, 상기 데이터 저장 테이블(27)에 저장된 데이터를 화면에 출력하는 출력 콘트롤인 데이터 뷰를 저장하는 데이터 뷰 정보 테이블(24)과, 상기 데이터 뷰의 출력인자를 저장하는 데이터 뷰 출력인자 정보 테이블(25)과, 상기 데이터 뷰 출력인자의 출력형태를 정의하는 데이터 뷰 출력양식 정보를 저장하는 데이터 뷰 출력양식 정보 테이블(26)을 포함한다.As shown in the figure, a data storage device to which the present invention is applied includes a data storage table 27 for storing data, a table structure information table 23 for storing structure information of the data storage table 27, and A data retrieval program information table 21 for storing a program for retrieving data from the data storage table 27, a data output program output factor information table 22 for storing a program output factor of the data retrieval program, A data view information table 24 for storing a data view, which is an output control for outputting data stored in the data storage table 27, and a data view output factor information table 25 for storing output factors of the data view; And data view output form information for storing data view output form information defining an output form of the data view output factor. The table 26 is included.

이제, 첨부된 도 3 을 참조하여 본 발명에 따른 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법에 대해 상세히 설명하면 다음과 같다.Now, the method of generating a plurality of data views using a single data inquiry program according to the present invention will be described in detail with reference to FIG. 3.

도 3 은 본 발명에 따른 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법에 대한 일실시예 처리 흐름도이다.3 is a flowchart illustrating a method of generating a plurality of data views using a single data inquiry program according to the present invention.

먼저, 상기 도 2 에서 설명한 바와 같은 데이터 저장장치(12)의 테이블 구조를 정의하고(30), 테이블 구조정보 테이블(23)로부터 조회의 대상이 되는 데이터 저장 테이블(27)을 선택하여, 상기 데이터 저장 테이블(27)의 구조를 참조하여 데이터 조회 프로그램을 작성하고(31), 상기 데이터 조회 프로그램을 데이터 조회 프로그램 정보 테이블(21)에 저장한다.First, a table structure of the data storage device 12 as described with reference to FIG. 2 is defined (30), and a data storage table 27 to be searched is selected from the table structure information table 23, and the data is selected. A data inquiry program is created with reference to the structure of the storage table 27 (31), and the data inquiry program is stored in the data inquiry program information table 21.

상기 테이블 구조정보 테이블(23)로부터 조회 대상이 되는 데이터 저장 테이블(27)의 구조정보를 참조하고, 출력하고자 하는 데이터 항목을 선택하여 해당 항목을 상기 데이터 조회 프로그램의 출력인자로 설정하고(32), 상기 데이터 조회 프로그램의 출력인자를 데이터 조회 프로그램 출력인자 정보 테이블(22)에 저장한다.Refer to the structure information of the data storage table 27 to be searched from the table structure information table 23, select a data item to be output, and set the item as an output factor of the data inquiry program (32). The output argument of the data inquiry program is stored in the data inquiry program output factor information table 22.

그리고, 상기 데이터 조회 프로그램 정보 테이블(21)로부터 데이터 뷰가 출력하고자 하는 데이터를 조회하는 데이터 조회 프로그램을 참조하여, 데이터 뷰를 작성하고(33), 상기 데이터 뷰를 데이터 뷰 정보 테이블(24)에 저장한다.Then, the data view is created from the data inquiry program information table 21 by referring to the data inquiry program for inquiring the data to be output, and the data view is created in the data view information table 24. Save it.

상기 데이터 조회 프로그램 출력인자 정보 테이블(22)로부터 상기 데이터 조회 프로그램의 출력인자를 참조하여, 상기 작성된 데이터 뷰에 알맞게 출력인자를 설정하여(34), 이를 데이터 뷰 출력인자 정보 테이블(25)에 저장한다.Referring to the output argument of the data inquiry program from the data inquiry program output factor information table 22, an output factor is set according to the created data view (34) and stored in the data view output factor information table 25. do.

데이터 뷰의 출력인자가 작성되면, 각 데이터 뷰 출력인자에 출력되는 데이터의 출력형식을 정의하고(35), 상기 출력형식을 데이터 뷰 출력양식 정보 테이블(26)에 저장한다.When the output view of the data view is created, an output format of data output to each data view output argument is defined (35), and the output format is stored in the data view output form information table 26.

그리고, 동일한 데이터 조회 프로그램을 참조하여 상기 과정(30 내지 35)을 반복함으로써, 사용자의 다양한 화면 출력과 관련된 요구사항을 반영하여, 다양한 형태의 데이터 뷰를 가지는 화면 프로그램을 작성할 수 있다.By repeating the processes 30 to 35 with reference to the same data inquiry program, a screen program having various types of data views can be created by reflecting requirements related to various screen outputs of the user.

첨부된 도 4 는 본 발명에 따른 데이터 조회 프로그램의 출력인자를 이용하여 데이터 뷰의 출력인자를 조정하는 방법에 대한 일실시예 설명도이다.4 is a diagram illustrating a method of adjusting an output factor of a data view using an output factor of a data inquiry program according to the present invention.

도면에서, '41'은 데이터 조회 프로그램 출력인자의 예를 나타내고, '42' 내지 '44'는 다양한 데이터 뷰를 나타낸다.In the figure, '41' represents an example of a data inquiry program output factor, and '42' to '44' represent various data views.

상기 데이터 조회 프로그램 출력인자의 예(41)는, 상기 데이터 저장 테이블(27)로부터 사원정보를 조회하는 데이터 조회 프로그램 'GetEmployeeInfo()'의 출력인자로써, 사번, 성명, 주소, 월급여, 월상여금 및 입사일 이라는 인자로구성된다.The example 41 of the data inquiry program output factor is an output factor of the data inquiry program 'GetEmployeeInfo ()' which inquires the employee information from the data storage table 27. The number, name, address, salary, monthly bonus And the date of incidence.

상기 데이터 조회 프로그램의 출력인자를 참조하여 사원의 연봉을 화면에 출력하는 데이터 뷰 'EmpAnnualSalary()'(42), 사원의 일반적인 정보를 화면에 출력하는 데이터 뷰 'EmpGeneralInfo()'(43) 및 사원의 년 상여금 정보를 화면에 출력하는 데이터 뷰 'EmpBonus()'(44)를 정의할 수 있다.Data view 'EmpAnnualSalary ()' (42), which outputs the salary of employees on the screen by referring to the output factors of the data inquiry program, 'EmpGeneralInfo ()' (43), and the data view, which outputs general information of employees on the screen You can define a data view 'EmpBonus ()' 44 that outputs the year bonus information for the screen.

여기서, 상기 데이터 조회 프로그램 'GetEmployeeInfo()'(41)의 출력인자를 활용하여 사원의 연봉정보를 출력하는 데이터 뷰 'EmpAnnualSalary()'(42)를 작성하는 방법은 다음과 같다.Here, a method of creating a data view 'EmpAnnualSalary ()' 42 for outputting employee salary information using the output factors of the data inquiry program 'GetEmployeeInfo ()' 41 is as follows.

상기 데이터 조회 프로그램 "GetEmployeeInfo()"(41)를 참조하여 데이터 뷰 "EmpAnnualSalary()"(42)를 정의하고, 상기 데이터 뷰(41)의 출력인자를 정의하기 위하여, 상기 데이터 조회 프로그램 "GetEmployeeInfo()"(41)의 출력인자 가운데 사번, 성명, 월급여 및 월상여금 인자를 선택하고, 연봉이라는 사용자 정의인자를 상기 데이터 뷰(41)의 출력인자에 추가한다. 여기서, 연봉이라는 출력인자는 (월급여+월상여금)×12개월의 계산식으로 도출되도록 데이터 뷰 프로그램을 작성한다.상술한 바와 같은 본 발명의 방법은 프로그램으로 구현되어 컴퓨터로 읽을 수 있는 형태로 기록매체(씨디롬, 램, 롬, 플로피 디스크, 하드 디스크, 광자기 디스크 등)에 저장될 수 있다.In order to define the data view "EmpAnnualSalary ()" 42 with reference to the data inquiry program "GetEmployeeInfo ()" 41, and to define an output factor of the data view 41, the data inquiry program "GetEmployeeInfo ( (4) of the output factors of the ") " (41), and adds a user-defined factor of salary to the output factor of the data view 41. Here, the annual salary output factor writes a data view program to be derived from a formula of (salary salary + monthly bonus) x 12 months. The method of the present invention as described above is implemented as a program and recorded in a computer-readable form. It can be stored on media (CD-ROM, RAM, ROM, floppy disk, hard disk, magneto-optical disk, etc.).

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains. It is not limited to the drawing.

상기한 바와 같은 본 발명은, 데이터 뷰 내부구조 속에 데이터를 다양한 형태로 화면에 출력할 수 있도록 하는 데이터 출력 맵 구조체와 출력로직 프로그램을 내장한 하나의 데이터 조회 프로그램을 이용하여 다양한 데이터 뷰를 제공함으로써, 화면의 개수만큼 데이터베이스의 데이터 저장 테이블로부터 데이터를 조회하는 프로그램을 일일이 작성하지 않아도 되고, 프로그래밍을 현저하게 단축시킬 수 있으며, 소프트웨어 프로그램상의 오류를 효과적으로 줄일 수 있는 효과가 있다.The present invention as described above, by providing a variety of data views using the data output map structure and the output logic program built in the data output map structure to output the data in various forms in the data view internal structure In addition, it is not necessary to write a program which inquires data from the data storage table of the database as many as the number of screens, and it can significantly reduce the programming and effectively reduce the error in the software program.

Claims (5)

데이터 조회 시스템에 적용되는 복수개의 데이터 뷰 생성방법에 있어서,In the method for generating a plurality of data views applied to a data inquiry system, 데이터 저장장치의 테이블 구조를 정의하는 제 1 단계;A first step of defining a table structure of the data storage device; 상기 데이터 저장장치를 참조하여 데이터 조회 프로그램을 작성하고, 상기 데이터 조회 프로그램의 출력인자를 설정하는 제 2 단계;A second step of creating a data inquiry program with reference to the data storage device and setting an output factor of the data inquiry program; 상기 데이터 조회 프로그램 및 그 출력인자를 참조하여 데이터 뷰를 생성하고, 상기 데이터 뷰의 출력인자를 설정하는 제 3 단계; 및A third step of generating a data view by referring to the data inquiry program and its output factors and setting an output factor of the data view; And 상기 데이터 조회 프로그램을 참조하여 상기 제 1 단계부터 반복 수행하여, 다수의 데이터 뷰를 생성하는 제 4 단계A fourth step of generating a plurality of data views by repeatedly performing the first step with reference to the data inquiry program; 를 포함하는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법.Method of generating a plurality of data views using a single data inquiry program comprising a. 제 1 항에 있어서,The method of claim 1, 상기 데이터 저장장치의 구조는,The structure of the data storage device, 데이터를 저장하는 데이터 저장 테이블과, 상기 데이터 저장 테이블의 구조정보를 저장하는 테이블 구조정보 테이블과, 상기 데이터 저장 테이블로부터 데이터를 조회하는 프로그램을 저장하는 데이터 조회 프로그램 정보 테이블과, 상기 데이터 조회 프로그램의 프로그램 출력 인자를 저장하는 데이터 출력 프로그램 출력인자 정보 테이블과, 상기 데이터 저장 테이블에 저장된 데이터를 화면에 출력하는 출력 콘트롤인 데이터 뷰를 저장하는 데이터 뷰 정보 테이블과, 상기 데이터 뷰의 출력인자를 저장하는 데이터 뷰 출력인자 정보 테이블과, 상기 데이터 뷰 출력인자의 출력형태를 정의하는 데이터 뷰 출력양식 정보를 저장하는 데이터 뷰 출력양식 정보 테이블을 포함하는 것을 특징으로 하는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법.A data storage table for storing data, a table structure information table for storing structure information of the data storage table, a data inquiry program information table for storing a program for querying data from the data storage table, and a data inquiry program for A data output program output factor information table for storing a program output factor, a data view information table for storing a data view which is an output control for outputting data stored in the data storage table to a screen, and an output factor for the data view. And a data view output form information table for storing a data view output form information table defining a data view output form information table and a data view output form information defining an output form of the data view output factor. How to create a view. 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 제 2 단계는,The second step, 상기 테이블 구조정보 테이블로부터 조회의 대상이 되는 데이터 저장 테이블을 선택하고, 상기 데이터 저장 테이블의 구조를 참조하여 데이터 조회 프로그램을 작성하는 제 5 단계;A fifth step of selecting a data storage table to be searched from the table structure information table and creating a data inquiry program by referring to the structure of the data storage table; 상기 데이터 조회 프로그램을 데이터 조회 프로그램 정보 테이블에 저장하는 제 6 단계;A sixth step of storing the data inquiry program in a data inquiry program information table; 상기 테이블 구조정보 테이블로부터 조회 대상이 되는 데이터 저장 테이블의 구조정보를 참조하고, 출력하고자 하는 데이터 항목을 선택하여 해당 항목을 상기 데이터 조회 프로그램의 출력인자로 설정하는 제 7 단계; 및A seventh step of referring to structure information of a data storage table to be queried from the table structure information table, selecting a data item to be output and setting the item as an output factor of the data inquiry program; And 상기 데이터 조회 프로그램의 출력인자를 데이터 조회 프로그램 출력인자 정보 테이블에 저장하는 제 8 단계를 포함하는 단일 데이터 조회 프로그램을 이용한복수개의 데이터 뷰 생성방법.And a eighth step of storing the output arguments of the data inquiry program in a data inquiry program output factor information table. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 3 단계는,The third step, 상기 데이터 조회 프로그램 정보 테이블로부터 데이터 뷰가 출력하고자 하는 데이터를 조회하는 데이터 조회 프로그램을 참조하여, 데이터 뷰를 작성하는 제 9 단계;A ninth step of creating a data view by referring to a data inquiry program for searching for data to be output by the data view from the data inquiry program information table; 상기 작성된 데이터 뷰를 데이터 뷰 정보 테이블에 저장하는 제 10 단계;A tenth step of storing the created data view in a data view information table; 상기 데이터 조회 프로그램 출력인자 정보 테이블로부터 상기 데이터 조회 프로그램의 출력인자를 참조하여, 상기 작성된 데이터 뷰에 알맞게 출력인자를 설정하는 제 11 단계;An eleventh step of referring to an output argument of the data inquiry program from the data inquiry program output factor information table and setting an output factor appropriately for the created data view; 상기 데이터 뷰 출력인자를 상기 데이터 뷰 출력인자 정보 테이블에 저장하는 제 12 단계;A twelfth step of storing the data view output factor in the data view output factor information table; 상기 각 데이터 뷰 출력인자에 출력되는 데이터의 출력형식을 정의하는 제 13 단계; 및A thirteenth step of defining an output format of data output to each of the data view output factors; And 상기 데이터의 출력형식을 데이터 뷰 출력양식 정보 테이블에 저장하는 제 14 단계를 포함하는 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성방법.And a fourteenth step of storing the output format of the data in a data view output form information table. 단일 데이터 조회 프로그램을 이용한 복수개의 데이터 뷰 생성을 위해, 프로세서를 구비한 데이터 조회 시스템에,In order to generate a plurality of data views using a single data retrieval program, a data retrieval system having a processor, 데이터 저장장치의 테이블 구조를 정의하는 제 1 기능;A first function of defining a table structure of the data storage device; 상기 데이터 저장장치를 참조하여 데이터 조회 프로그램을 작성하고, 상기 데이터 조회 프로그램의 출력인자를 설정하는 제 2 기능;A second function of creating a data inquiry program with reference to the data storage device and setting an output factor of the data inquiry program; 상기 데이터 조회 프로그램 및 그 출력인자를 참조하여 데이터 뷰를 생성하고, 상기 데이터 뷰의 출력인자를 설정하는 제 3 기능; 및A third function of generating a data view by referring to the data inquiry program and its output arguments and setting an output factor of the data view; And 상기 데이터 조회 프로그램을 참조하여 상기 제 1 기능부터 반복 수행하여, 다수의 데이터 뷰를 생성하는 제 4 기능A fourth function of generating a plurality of data views by repeatedly performing the first function with reference to the data inquiry program 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR1019990061900A 1999-12-24 1999-12-24 Method for generating multiple dataview screen control using single software program for data retrieval KR100333676B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990061900A KR100333676B1 (en) 1999-12-24 1999-12-24 Method for generating multiple dataview screen control using single software program for data retrieval

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990061900A KR100333676B1 (en) 1999-12-24 1999-12-24 Method for generating multiple dataview screen control using single software program for data retrieval

Publications (2)

Publication Number Publication Date
KR20010063806A KR20010063806A (en) 2001-07-09
KR100333676B1 true KR100333676B1 (en) 2002-04-24

Family

ID=19629463

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990061900A KR100333676B1 (en) 1999-12-24 1999-12-24 Method for generating multiple dataview screen control using single software program for data retrieval

Country Status (1)

Country Link
KR (1) KR100333676B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023502802A (en) * 2021-01-08 2023-01-26 貴子 藤木 A color cosmetic composition containing a color base reacted with a low-temperature, high-pressure enzyme and an extract

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5883635A (en) * 1993-09-17 1999-03-16 Xerox Corporation Producing a single-image view of a multi-image table using graphical representations of the table data
US5917498A (en) * 1996-11-12 1999-06-29 International Business Machines Corporation Multi-object views in an object modeling tool
US5953525A (en) * 1997-03-31 1999-09-14 International Business Machines Corporation Multi-tier view project window
KR20000006096A (en) * 1998-06-30 2000-01-25 포만 제프리 엘 Method for generating display control information and computer

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5883635A (en) * 1993-09-17 1999-03-16 Xerox Corporation Producing a single-image view of a multi-image table using graphical representations of the table data
US5917498A (en) * 1996-11-12 1999-06-29 International Business Machines Corporation Multi-object views in an object modeling tool
US5953525A (en) * 1997-03-31 1999-09-14 International Business Machines Corporation Multi-tier view project window
KR20000006096A (en) * 1998-06-30 2000-01-25 포만 제프리 엘 Method for generating display control information and computer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023502802A (en) * 2021-01-08 2023-01-26 貴子 藤木 A color cosmetic composition containing a color base reacted with a low-temperature, high-pressure enzyme and an extract

Also Published As

Publication number Publication date
KR20010063806A (en) 2001-07-09

Similar Documents

Publication Publication Date Title
US5293615A (en) Point and shoot interface for linking database records to spreadsheets whereby data of a record is automatically reformatted and loaded upon issuance of a recalculation command
US10635996B2 (en) Reproducible selection of members in a hierarchy
US7752597B2 (en) Layered software development and implementation using files
RU2406115C2 (en) Accessing complex data
Dirkse et al. A pathsearch damped Newton method for computing general equilibria
JP2000099508A (en) Composite document managing system, method for managing structure of composite document and recording medium storing composite document structure managing program
JP2010530093A (en) Data visualization
US7908548B2 (en) User interface for establishing mappings from internal metadata to external metadata
US7149745B2 (en) Method for accessing database table columns
JP3577400B2 (en) System design equipment and data warehouse design system
JP3916836B2 (en) Method and recording medium using software system
US8433729B2 (en) Method and system for automatically generating a communication interface
KR100333676B1 (en) Method for generating multiple dataview screen control using single software program for data retrieval
US7962856B2 (en) Lookup control configuration
JP3366257B2 (en) Data warehouse test data creation device
US6650344B1 (en) Method and system for displaying computer documents
JP3167412B2 (en) Database search processor
JP4056622B2 (en) Database management device
AU2021107468A4 (en) A method and system for implementing xml and xquery to perform read and writre operations in minumum number of calls
JPH05134856A (en) Automatically programming system
JPH05150970A (en) Program generation supporting device
US7007279B2 (en) Apparatus for switching an object managing method and a method thereof
JP3216951B2 (en) Finite element mesh generator
US20050278356A1 (en) Module editor
JPH08235191A (en) Method and device for document retrieval

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100401

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee