KR100305912B1 - Object-Oriented Program Interface for Relational Devices - Google Patents

Object-Oriented Program Interface for Relational Devices Download PDF

Info

Publication number
KR100305912B1
KR100305912B1 KR1019980057908A KR19980057908A KR100305912B1 KR 100305912 B1 KR100305912 B1 KR 100305912B1 KR 1019980057908 A KR1019980057908 A KR 1019980057908A KR 19980057908 A KR19980057908 A KR 19980057908A KR 100305912 B1 KR100305912 B1 KR 100305912B1
Authority
KR
South Korea
Prior art keywords
database
relational dbms
dbms
relational
module application
Prior art date
Application number
KR1019980057908A
Other languages
Korean (ko)
Other versions
KR20000041891A (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 KR1019980057908A priority Critical patent/KR100305912B1/en
Publication of KR20000041891A publication Critical patent/KR20000041891A/en
Application granted granted Critical
Publication of KR100305912B1 publication Critical patent/KR100305912B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 관계형 DBMS(Relational Database Management System)를 위한 객체 지향 프로그램 인터페이스(Object Oriented Program Language Interface)에 관한 것으로, 특히 해당 관계형 DBMS를 OOPL(Object Oriented Program Language) 환경에서도 사용할 수 있도록 한 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스에 관한 것이다.The present invention relates to an Object Oriented Program Language Interface (Object Oriented Program Language Interface) for a relational database management system (DBMS), and more particularly, to a relational DBMS that enables the relational DBMS to be used in an object-oriented programming language (OOPL) environment. An object oriented program interface.

본 발명은 관계형 DBMS 내 모든 데이터베이스의 테이블 특성을 표시할 수 있는 템플럿을 제공하는 데이터베이스 튜플과; 상기 관계형 DBMS가 가지는 튜플의 애트리뷰트 형태를 객체 지향 개념의 형태로 변경하면서 해당 형태 변경에 따른 사이드 이펙트를 SSP 모듈 응용 프로그램이 고려하지 않고 사용할 수 있도록 보전하는 형태 변환 보전 검출부와; 상기 관계형 DBMS 상에 각 관계를 표현하여 해당 각 관계에 대하여 선택, 삽입, 삭제 및 업데이트 기능을 상기 SSP 모듈 응용 프로그램에게 제공하며, 상기 SSP 모듈 응용 프로그램의 요청에 따라 중간 계층에서 변경된 사항을 상기 관계형 DBMS에 업데이트해 주는 데이터베이스 매니저를 포함하여 이루어진 것을 특징으로 한다.The present invention provides a database tuple that provides a template capable of displaying table characteristics of all databases in a relational DBMS; A shape conversion preservation detection unit for changing the attribute form of the tuple of the relational DBMS into an object-oriented concept and preserving side effects according to the shape change without considering the SSP module application; Represent each relationship on the relational DBMS to provide the SSP module application with the functions of selecting, inserting, deleting, and updating the respective relations, and modifying the changes made in the middle layer at the request of the SSP module application. It is characterized by including the database manager to update the DBMS.

Description

관계형 디비엠에스를 위한 객체 지향 프로그램 인터페이스Object-Oriented Program Interface for Relational DMS

본 발명은 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스(Object Oriented Program Language Interface)에 관한 것으로, 특히 해당 관계형 DBMS를 객체 지향 프로그래밍 언어(Object Oriented Program Language; 이하 "OOPL"라고 한다) 환경에서도 사용할 수 있도록 한 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스에 관한 것이다.The present invention relates to an Object Oriented Program Language Interface for a relational DBMS, and in particular, to allow the relational DBMS to be used even in an Object Oriented Program Language (OOPL) environment. An object-oriented program interface for a relational DBMS.

일반적으로, 데이터베이스(Database)는 새로운 데이터의 삽입, 삭제, 갱신을 수행하여 가장 최근의 정확한 데이터로 유지하면서 진행하도록 하며, 목적을 달리하는 여러 사용자가 데이터를 공유할 수 있도록 한다. 또한, 해당 데이터베이스 내의 물리적인 주소나 위치를 알 필요없이 내용으로 데이터에 접근할 수 있다. 해당 데이터베이스는 DBMS라는 소프트웨어 시스템에 의해 관리된다.In general, a database performs insertion, deletion, and update of new data to keep it as the latest accurate data, and allows data to be shared by different users having different purposes. You can also access data by content without having to know the physical address or location within that database. The database is managed by a software system called DBMS.

해당 DBMS는 응용 프로그램과 데이터의 중재자로서 모든 응용 프로그램들이 데이터를 공유할 수 있도록 여러 응용 프로그램들이 사용하는 데이터를 하나의 장소에 모아 종합적으로 유지하고 관리해 주는 소프트웨어 시스템인데, 즉 응용 프로그램들이 원하는 데이터를 검색하거나 변경하여 언제나 일관성있는 결과를 응용 프로그램에게 정확하게 제공해 주는 종합적인 데이터 관리 시스템이다.The DBMS is a mediator of applications and data. It is a software system that collects and manages data used by multiple applications in one place so that all applications can share data. A comprehensive data management system that retrieves or modifies and always provides consistent results to applications.

그리고, 해당 DBMS의 형태에는 관계형(Relational Model), 망형(Network Model), 계층형(Hierarchic Model) 등이 있는데, 이 중 현재까지 개발되고 널리 상업적으로 사용되는 관계형 DBMS는 데이터 항목(Data Item) 또는 필드(Field)를 나타내는 애트리뷰트(Attribute) 및 레코드(Record)와 동일한 개념을 가지는 튜플(Tuples)들로 구성된 테이블(Table)로 표현되는데, 해당 테이블은 관계(Ralation)라고 하며 데이터와 데이터 간의 관계도 관계로 구성된다.In the DBMS, there are relational model, network model, and hierarchic model. Among them, the relational DBMS developed and widely used to date is a data item or a data item. It is expressed as a table consisting of tuples that have the same concept as an attribute and record representing a field. The table is called a relation, and the relationship between data and data Consists of relationships.

해당 관계형 DBMS에서의 관계 특징은 튜플이 중복될 수 없고 순서에 관계없이 나열될 수 있으며, 애트리뷰트도 순서에 관계없이 나열될 수 있고 하나의 애트리뷰트 값은 단하나의 값만을 가질 수 있다.Relational features in the relational DBMS can not be duplicated tuples can be listed in any order, attributes can be listed in any order, and one attribute value can have only one value.

한편, 객체 지향 개념을 가지는 OOPL 사용이 증대되고 있는데, 해당 OOP는 실세계의 현상을 컴퓨터 상에 객체로서 모델화함으로써 컴퓨터를 자연스러운 형태로 사용하여 다양한 문제를 해결하기 위한 프로그램 기법이다. 여기서, 해당 객체는 실체(예, 데이터)와 그 실체에 관련되는 동작(예, 절차, 방법, 기능)을 모두 포함한다.On the other hand, the use of OOPL with an object-oriented concept is increasing. The OOP is a program technique for solving various problems by using a computer in a natural form by modeling a phenomenon of the real world as an object on a computer. Here, the object includes both an entity (eg, data) and operations (eg, procedures, methods, and functions) related to the entity.

예를 들어, 기차역에서의 승차권 발매에 관해 살펴보면, 실체인 '손님'과 절차인 '승차권 주문'은 하나의 객체이고 실체인 '역무원'과 절차인 '승차권 발매'도 하나의 객체이다. 어떤 과제를 처리하기 위하여 객체 간에는 메시지를 주고 받게 되는데, 메시지를 수신한 객체는 동작을 실행하게 된다.For example, when looking at the ticket release at the train station, the entity 'guest' and the procedure 'ordering tickets' are one object, and the entity 'staff officer' and the procedure 'release ticket' are also one object. In order to handle a task, a message is exchanged between objects, and the object receiving the message executes an action.

상술한 바와 같이, 해당 OOP는 실체와 동작을 객체로서 정의하고 해당 객체 간의 메시지 교환에 주안점을 두고 정보 처리를 수행하는데, 즉 객체 지향은 절차 중심 설계가 아니고 실체(예, 데이터)를 중시하는 설계이다. 또한, 해당 OOP의 다른 특징으로 공통의 성질을 가지는 객체는 객체 클래스(Class)로 정의되는데 동일한 등급에 속하는 객체들은 해당 수신한 메시지에 대해 비슷한 동작을 수행한다. 또한, 해당 OOP는 스몰토크와 같은 객체 지향 언어로 작성된다.As mentioned above, the OOP defines entities and actions as objects and performs information processing with a focus on the exchange of messages between them, that is, object-oriented is not a procedure-oriented design, but a design that focuses on entities (eg data). to be. In addition, as another feature of the OOP, an object having a common property is defined as an object class, and objects belonging to the same class perform similar operations on the received message. The OOP is also written in an object-oriented language such as Smalltalk.

이와 같이, 상기 OOPL로 작성된 OOP의 사용이 증대함에 따라서, 상기 관계형 DBMS를 사용하여 개발된 시스템에 해당 OOPL을 이용하여 새로운 기능을 구현할 경우에, 상기 관계형 DBMS가 지원하는 인터페이스가 해당 OOPL이 가지고 있는 추상 데이터의 형태, 코드 재사용(Code Reuse)과 같은 개념을 지원할 수 없으므로, 해당 OOPL의 일반적인 장점을 살릴 수 없어 새로운 기능을 전통적인 프로그램 기법으로 해야 한다는 제약을 받는다.As such, as the use of the OOP written in the OOPL increases, when a new function is implemented using the OOPL in a system developed using the relational DBMS, the interface supported by the relational DBMS has the OOPL. Since it cannot support concepts such as abstract data types and code reuse, it is not possible to take advantage of the general advantages of the OOPL and is constrained to make new functions traditional.

전술한 바와 같은 문제점을 해결하기 위한 것으로, 본 발명은 관계형 DBMS를 효과적인 랩핑(Wrapping) 기법을 이용하여 OOPL를 사용하는 응용프로그램이 OOPL의 특징을 살리면서 관계형 DBMS를 사용할 수 있도록 한 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스를 제공하는데, 그 목적이 있다.In order to solve the problems described above, the present invention provides a relational DBMS for an application using OOPL by using an effective wrapping technique for the relational DBMS while utilizing the characteristics of OOPL. Its purpose is to provide an object-oriented program interface.

도 1은 본 발명의 실시 예에 따른 관계형 디비엠에스를 위한 객체 지향 프로그램 인터페이스에 연관된 교환기를 나타낸 구성 블록도.1 is a block diagram illustrating a switch associated with an object oriented program interface for a relational DRAM according to an embodiment of the present invention.

도 2는 본 발명의실시 예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스 모델을 설명하기 위한 도면.2 is a diagram illustrating an object-oriented program interface model for a relational DBMS according to an embodiment of the present invention.

도 3은 도 2에 있어 데이터베이스 관계를 나타낸 예시도.3 is an exemplary view showing a database relationship in FIG.

도 4는 도 1에 있어 AIP의 DBMS 계층을 나타낸 도면.4 is a diagram illustrating a DBMS layer of AIP in FIG. 1; FIG.

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

10 : OMS(Operation & Maintenance Subsystem)10: OMS (Operation & Maintenance Subsystem)

20 : AIP(Advanced Intelligent Processor)20: AIP (Advanced Intelligent Processor)

21 : UDBE(Unix Database Engine)21: Unix Database Engine (UDBE)

22 : 관계형 DBMS 라이브러리(Relational Database Management System Library)22: relational database management system library

23 : SSP 모듈 응용 프로그램(Service Switching Point Module Application Program)23: Service Switching Point Module Application Program

24 : 데이터베이스 매니저(Database Manager)24: Database Manager

25 : 데이터베이스 튜플(Database Tuple)25: Database Tuple

26 : 형태 변환 보전 검출부(Type Conversion Integrity Check)26: Type Conversion Integrity Check

본 발명은 관계형 DBMS와 OOPL을 사용하는 응용 프로그램 사이에 중간 계층(Middle Layer)을 두어 모든 응용 프로그램에 관계형 DBMS에 대한 OOPL의 인터페이스를 제공하도록 한다. 즉, 본 발명은 해당 관계형 DBMS의 데이터를 해당 중간 계층에서 OOPL 응용 프로그램이 사용할 수 있는 데이터 형태로 유지하도록 하는데, 해당 중간 계층에서는 응용 프로그램에게 중간 계층에 유지된 데이터의 변경 사항을 관계형 DBMS에 업데이트(Update)할 수 있는 기능을 제공함으로써, OOPL을 사용하는 응용 프로그램이 관계형 DBMS를 사용하면서도 객체 지향의 장점을 유지할 수 있도록 한다.The present invention provides a middle layer between a relational DBMS and an application using OOPL to provide an OOPL interface to a relational DBMS for all applications. That is, the present invention maintains the data of the relational DBMS in the form of data that can be used by the OOPL application in the middle layer. In the middle layer, the application updates the relational DBMS with the change of the data maintained in the middle layer. By providing the ability to update, applications that use OOPL can maintain object-oriented advantages while using relational DBMSs.

그리고, 본 발명의 실시예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스는 SSP(Service Switching Point)를 구성하는 여러 서비스 패키지(Package; 프로그램 구성 단위) 중 DBMS 인터페이스 서비스 패키지라고 하며, 해당 DBMS 인터페이스 서비스 패키지는 SSP 모듈, 즉 객체 지향된 응용 프로그램과 MSC(Mobile Switching Center) 교환기의 분산 관계형 데이터베이스 간 인터페이스를 제공한다. 이하, 본 발명의 실시예를 첨부한 도면을 참조하여 상세하게 설명하면 다음과 같다.In addition, the object-oriented program interface for a relational DBMS according to an embodiment of the present invention is called a DBMS interface service package among a plurality of service packages (program configuration units) constituting a service switching point (SSP), and the corresponding DBMS interface service package. Provides an interface between the SSP module, an object-oriented application, and the distributed relational database of the Mobile Switching Center (MSC) exchange. Hereinafter, an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스에 연관된 교환기를 나타낸 구성 블록도이며, 도 2는 본 발명의 DBMS 인터페이스 서비스 패키지 분석 모델을 설명하기 위한 도면이며, 도 3은 도 2에 있어 AIN의 SSP에서 수행되는 트리거 처리를 나타낸 예시도이며, 도 4는 도 1에 있어 AIP의 DBMS 계층을 나타낸 도면이다.1 is a block diagram showing a switch associated with an object-oriented program interface for a relational DBMS according to an embodiment of the present invention, Figure 2 is a view for explaining the DBMS interface service package analysis model of the present invention, Figure 3 FIG. 2 is an exemplary diagram illustrating trigger processing performed at an SSP of AIN, and FIG. 4 is a diagram illustrating a DBMS layer of AIP in FIG. 1.

본 발명의 DBMS 동작에 연관된 교환기는 도 1에 도시한 바와 같이, 크게 교환기의 운용 및 유지 보수를 담당하는 서브 시스템으로, 지역 데이터베이스(Local Database)와 더불어 각각의 프로세서에 중복으로 존재하는 중복형(Replication Type) 데이터에 대하여 통합적인 관리를 담당하는 OMS(10)와, 교환기의 AIN(Ddvanced Intelligent Network) 기능(SSP)을 수행하는 프로세서인 AIP(20)를 포함하여 이루어진다. 또한, 해당 AIP(20)는 OOPL 기법으로 작성된 SSP 모듈 응용 프로그램(23)과, 관계형 DBMS와, 해당 SSP 모듈 응용 프로그램(23)이 해당 관계형 DBMS을 사용할 수 있도록 인터페이스 역활을 수행하는 객체 지향 프로그램 인터페이스로 이루어진다.As shown in FIG. 1, the switch associated with the DBMS operation of the present invention is a sub-system in charge of the operation and maintenance of the switch. The switch is redundantly present in each processor together with a local database. It includes an OMS 10 that is in charge of integrated management of Replication Type (Data) data, and an AIP 20, which is a processor that performs an AIN (Ddvanced Intelligent Network) function (SSP) of an exchange. In addition, the AIP 20 is an object-oriented program interface that performs an interface role so that the SSP module application program 23, the relational DBMS, and the SSP module application 23 created by the OOPL technique can use the relational DBMS. Is done.

본 발명은 관계형 DBMS와 OOPL을 사용하는 응용 프로그램 사이에 중간 계층(Middle Layer)을 두어 모든 응용 프로그램에 관계형 DBMS에 대한 OOPL의 인터페이스를 제공하도록 한다. 즉, 본 발명은 해당 관계형 DBMS의 데이터를 해당 중간 계층에서 OOPL 응용 프로그램이 사용할 수 있는 데이터 형태로 유지하도록 하는데, 해당 중간 계층에서는 응용 프로그램에게 중간 계층에 유지된 데이터의 변경 사항을 관계형 DBMS에 업데이트(Update)할 수 있는 기능을 제공함으로써, OOPL을 사용하는 응용 프로그램이 관계형 DBMS를 사용하면서도 객체 지향의 장점을 유지할 수 있도록 해준다.The present invention provides a middle layer between a relational DBMS and an application using OOPL to provide an OOPL interface to a relational DBMS for all applications. That is, the present invention maintains the data of the relational DBMS in the form of data that can be used by the OOPL application in the middle layer. In the middle layer, the application updates the relational DBMS with the change of the data maintained in the middle layer. By providing the ability to update, applications using OOPL can maintain the object-oriented benefits while using a relational DBMS.

그리고, 본 발명의 실시예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스는 SSP(Service Switching Point)를 구성하는 여러 서비스 패키지(Package; 프로그램 구성 단위) 중 DBMS 인터페이스 서비스 패키지라고 하며, 해당 DBMS 인터페이스 서비스 패키지는 SSP 모듈, 즉 객체 지향된 응용 프로그램과 MSC(Mobile Switching Center) 교환기의 분산 관계형 데이터베이스 사이에서의 인터페이스를 제공한다. 이하, 본 발명의 실시 예를 첨부한 도면을 참조하여 상세하게 설명하면 다음과 같다.In addition, the object-oriented program interface for a relational DBMS according to an embodiment of the present invention is called a DBMS interface service package among a plurality of service packages (program configuration units) constituting a service switching point (SSP), and the corresponding DBMS interface service package. Provides an interface between the SSP module, an object-oriented application and a distributed relational database of the Mobile Switching Center (MSC) exchange. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스에 연관된 교환기를 나타낸 구성 블록도이며, 도 2는 본 발명의 실시 예에 따른 관계형 DBMS 를 위한 객체지향 프로그램 인터페이스의 분석 모델을 설명하기 위한 도면이며, 도 3은 도 2에 있어 데이터베이스 관계를 나타낸 예시도이며, 도 4는 도 1에 있어 AIP의 DBMS 계층을 나타낸 도면이다.1 is a block diagram showing an exchange associated with an object-oriented program interface for a relational DBMS according to an embodiment of the present invention, Figure 2 is an analysis model of an object-oriented program interface for a relational DBMS in accordance with an embodiment of the present invention 3 is an exemplary diagram illustrating a database relationship in FIG. 2, and FIG. 4 is a diagram illustrating a DBMS layer of AIP in FIG. 1.

본 발명의 DBMS 동작에 연관된 교환기는 도 1에 도시한 바와 같이, 크게 교환기의 운용 및 유지 보수를 담당하는 서브 시스템으로, 지역 데이터베이스(Local Database)와 더불어 각각의 프로세서에 중복으로 존재하는 중복형(Replication Type) 데이터에 대하여 통합적인 관리를 담당하는 OMS(10)와, 교환기의 AIN(Advanced Intelligent Network) 기능(SSP)을 수행하는 프로세서인 AIP(20)를 포함하여 이루어진다. 또한, 해당 AIP(20)는 OOPL 기법으로 작성된 SSP 모듈 응용 프로그램(23)과, 관계형 DBMS와, 해당 SSP 모듈 응용 프로그램(23)이 해당 관계형 DBMS을 사용할 수 있도록 인터페이스 역할을 수행하는 객체 지향 프로그램 인터페이스로 이루어진다.As shown in FIG. 1, the switch associated with the DBMS operation of the present invention is a sub-system in charge of the operation and maintenance of the switch. The switch is redundantly present in each processor together with a local database. It includes an OMS (10) that is in charge of the integrated management of Replication Type (Data) data and an AIP (20) that is a processor that performs the Advanced Intelligent Network (AIN) function (SSP) of the exchange. In addition, the AIP 20 is an object-oriented program interface that serves as an interface for allowing the SSP module application program 23, the relational DBMS, and the SSP module application 23, which are written by the OOPL technique, to use the relational DBMS. Is done.

상기 SSP 모듈 응용 프로그램(23)은 중간 계층의 객체 지향 프로그램 인터페이스에 실현된 데이터베이스 튜플(25)을 이용하여 SSP 기능을 수해하는 응용 프로그램으로, 상기 객체 지향 프로그램 인터페이스 내 데이터베이스 매니저(24)에서 제공하는 오퍼레이션을 통해 자신의 데이터베이스 관계 데이터를 업데이트하는데, 즉 해당 데이터베이스 튜플(25)을 단지 상속함으로서 자신이 필요한 특정 관계의 객체지향 프로그램 인터페이스를 제공받는다.The SSP module application program 23 is an application program for performing SSP functions using a database tuple 25 realized in an object-oriented program interface of a middle layer, and is provided by the database manager 24 in the object-oriented program interface. The operation updates its database relational data, i.e. by simply inheriting the corresponding database tuple 25, it is provided with an object-oriented program interface of the specific relation that it needs.

그리고, 상기 관계형 DBMS는 상기 OMS(10) 내 응용 프로그램의 요구를 수신하여 데이터베이스를 검색(Retrieval) 및 억세스 제어하는 UDBE(21)와, 해당 UDBE(21)와 인터페이스를 수행하는 관계형 DBMS 라이브러리(22)를 포함하여 이루어진다. 여기서, 데이터베이스는 해당 데이터베이스로의 억세스를 제어하는 UDBE(21)와 함께 각 프로세서 상에 지역적으로 존재하는 지역 데이터베이스이다.The relational DBMS receives a request of an application program in the OMS 10 to retrieve a database and to control access to the database, and a relational DBMS library 22 that interfaces with the UDBE 21. ) Here, the database is a local database that exists locally on each processor together with the UDBE 21 for controlling access to the database.

그리고, 상기 객체 지향 프로그램 인터페이스는 데이터베이스 매니저(24)와, 데이터베이스 튜플(25)과, 형태 변환 보전 검출부(26)를 포함하여 상기 관계형 DBMS 내 데이터베이스의 테이블(즉, 관계(Relation))을 상기 SSP 모듈 응용 프로그램(23)이 직접 사용할 수 있도록 응용 프로그램의 메모리 공간에 해당 데이터베이스 매니저(24)가 제공하는 기능으로 데이터를 상기 데이터베이스 튜플(25)의 형태로 유지시켜 주도록 한다.The object-oriented program interface may include a database manager 24, a database tuple 25, and a shape conversion integrity detection unit 26 to display tables (ie, relations) of databases in the relational DBMS. The module manager 23 maintains data in the form of the database tuple 25 by a function provided by the database manager 24 in a memory space of the application program so that the module application 23 can directly use it.

여기서, 상기 데이터베이스 매니저(24)는 상기 관계형 DBMS 상에 각 관계를 표현하여 해당 각각의 관계에 대하여 선택, 삽입, 삭제 및 업데이트 기능을 상기 SSP 모듈 응용 프로그램(23)에 제공하고 상기 SSP 모듈 응용 프로그램(23)의 요청에 따라 상기 관계형 DBMS 내 관계형 DBMS 라이브러리(22)를 이용하여 중간 계층에서 변경된 사항을 상기 관계형 DBMS에 업데이트해 주는데, 즉 상기 SSP 모듈 응용 프로그램(23)의 요청에 따라 상기 관계형 DBMS 내 관계형 DBMS 라이브러리(22)를 이용하여 상기 관계형 DBMS를 억세스하며, 해당 억세스된 관계형 DBMS 내 데이터베이스의 데이터(즉, 관계의 튜플 내용)를 상기 SSP 모듈 응용 프로그램(23)이 직접 사용할 수 있도록 객체 지향 개념을 가지는 형태의 튜플 객체로 변경시켜 주며, 해당 변경된 튜플 객체를 테이블(즉, 관계) 단위로 상기 SSP 모듈 응용 프로그램(23)의 메모리 영역에 로드하여 마치 관계형 데이터베이스의 테이블을 상기 SSP 모듈 응용 프로그램(23)의 데이터 영역처럼 사용할 수 있도록 해 준다. 이때, 해당 선택 기능을 특정 기준(Criteria)에 맞는 튜플 객체를 조회하여 해당 조회 결과를 리턴(Rerurn)하고 해당 특정 기준은 2개 관계의 연결을 요구하는 것을 나타내며, 해당 삽입 기능은 하나의 튜플을 상기 SSP 모듈 응용 프로그램(23)에 기초한 관계 내로 삽입하며, 해당 삭제 기능은 상기 특정 기준에 맞는 관계에서 튜플을 삭제하며, 해당 업데이트 기능은 튜플들의 특정 속성을 상기 특정 기준에 맞는 관계에서 업데이트해 준다.Here, the database manager 24 expresses each relationship on the relational DBMS to provide the SSP module application 23 with selection, insertion, deletion, and update functions for the respective relations. At the request of (23), the relational DBMS library 22 in the relational DBMS is used to update the relational DBMS to the relational DBMS, that is, at the request of the SSP module application 23, the relational DBMS is updated. The relational DBMS is accessed using the relational DBMS library 22 and object-oriented so that the SSP module application 23 directly uses data (ie, tuple contents of relations) of the database in the accessed relational DBMS. It converts into a tuple object of concept type and converts the changed tuple object into table (ie relation) unit. It is loaded into the memory area of the SSP module application program 23 so that the table of the relational database can be used as the data area of the SSP module application program 23. In this case, the selected function is searched for a tuple object that meets a specific criterion, and the result of the query is returned. The specific criterion indicates that the connection of two relations is required. Insert into the relationship based on the SSP module application 23, the delete function deletes the tuple in the relationship that meets the specific criteria, the update function updates the specific properties of the tuples in the relationship that meets the specific criteria .

상세하게는, 상기 관계형 데이터베이스와 상호 연동을 위해서 상기 데이터베이스 매너저(24)는 상기 관계형 DBMS 내 관계형 DBMS 라이브러리(22)를 이용하여 상기 관계형 DBMS 내 데이터베이스에 저장된 데이터의 내용을 상기 SSP 모듈 응용 프로그램(23)이 인식할 수 있는 데이터 형태인 튜플 객체로 변경시켜 상기 SSP 모듈 응용 프로그램(23)의 메모리 영역에 로드시켜 주며, 상기 SSP 모듈 응용 프로그램(23)의 메모리 영역에 로드된 데이터가 상기 SSP 모듈 응용 프로그램(23)의 동작수행 중에 변경된 경우에 해당 변경 사항을 상기 관계형 DBMS 내 데이터베이스에 다시 저장해 주며, 상기 SSP 모듈 응용 프로그램(23)의 메모리 영역에 로드된 데이터와 상기 관계형 DBMS내 데이터베이스에 저장된 데이터의 불일치를 검사하여 비정상적인 불일치가 발생되는 경우에 메시지를 운용자에게 통보해 준다. 또한, 상기 데이터베이스 매니저(24)의 구성은 설명의 편의상 도시하지 않았지만, 상기 데이터베이스 매니저(24)가 상기 관계형 DBMS 내 데이터베이스로부터 로드한 관계를 데이터베이스 튜플 단위로 저장하는 리스트 형식의 관계 저장 데이터베이스와, 상기 데이터베이스 매니저(24)가 제공하는 기능(로드, 저장 및 검사)을 수행하기 위해서 상기 관계형 DBMS 내 관계형 DBMS 라이브러리(22)를 통해 필요한 기능을 수행하는 관계형 데이터베이스 운용 처리부와, 멀티스레드(Multi_thread) 기법으로 운용되는 SSP 응용 프로그램(23)에게 순차적인 데이터베이스 접근을 제공하는 동기화 처리부를 포함하여 이루어진다.Specifically, in order to interoperate with the relational database, the database manager 24 uses the relational DBMS library 22 in the relational DBMS to display the contents of data stored in the database in the relational DBMS. 23 is changed into a tuple object that can be recognized as a data type and loaded into the memory area of the SSP module application program 23, and the data loaded into the memory area of the SSP module application program 23 is stored in the SSP module. If changes are made during the operation of the application 23, the changes are stored again in the database in the relational DBMS, and the data loaded in the memory area of the SSP module application 23 and the data stored in the database in the relational DBMS. Check for inconsistencies in the To give notice to the operator. In addition, although the configuration of the database manager 24 is not shown for convenience of description, a relational storage database in a list format for storing the relations loaded by the database manager 24 from a database in the relational DBMS in units of database tuples; In order to perform the functions (loading, storing and checking) provided by the database manager 24, the relational database operation processing unit performing the necessary functions through the relational DBMS library 22 in the relational DBMS, and a multi-thread technique. It includes a synchronization processing unit that provides a sequential database access to the operating SSP application 23.

상기 데이터베이스를 튜플(25)은 상기 관계형 DBMS 내 모든 데이터베이스의 테이블(즉, 관계)특성을 표시할 수 있는 템플럿(Template), 즉 베이스 클래스(Base Class)를 제공해 주는데, 즉 시스템 초기화 시에 상기 데이터베이스 매니저(24)에 의해 상기 관계형 DBMS로부터 상기 SSP 모듈 응용 프로그램(23)에 필요한 관계가 판독되어 상기 SSP 모듈 응용 프로그램(23)의 메모리 영역에 복사되어지는 객체 지향 형식의 튜플 객체를 제공해 준다.The database tuple 25 provides a template, that is, a base class, that can display table (ie, relational) characteristics of all databases in the relational DBMS. The relational DBMS provides a tuple object of an object-oriented type which is read by the database manager 24 from the relational DBMS, and copied into the memory area of the SSP module application 23.

상기 형태 변환 보전 검출부(26)는 상기 관계형 DBMS가 가지는 튜플의 애트리뷰트 형태를 객체 지향 개념의 형태로 변경하면서 해당 형태 변경에 따른 사이드 이펙트(Side Effect)를 상기 SSP 모듈 응용 프로그램(23)이 고려하지 않고 사용할 수 있도록 보전해 준다.The SSP module application program 23 does not consider the side effects of the shape change while changing the attribute form of the tuple of the relational DBMS to the object-oriented concept. We preserve so that we can use without.

그러면, 상술한 바와 같이 구성된 객체 지향 프로그램 인터페이스의 동작을 간략하게 설명하면 다음과 같다.Then, the operation of the object-oriented program interface configured as described above will be briefly described.

먼저, 초기화 과정에 있어서, 각각의 SSP 모듈 응용 프로그램(23)에서는 데이터베이스 매니저(24)로부터 자신이 필요한 관계를 관계형 DBMS로 부터 로드하여 필요한 형식의 튜플 객체로 저장해 준다.First, in the initialization process, each SSP module application program 23 loads a relation required by the database manager 24 from a relational DBMS and stores it as a tuple object of a required format.

이에, 이렇게 OOPL의 SSP 모듈 응용 프로그램(23)에서 사용할 수 있도록 저장된 데이터는 응용 프로그램 수행 중 직접 다양한 형식으로 사용할 수 있도록 해 주며, 또한 응용 프로그램에서 튜플 객체에 업데이트한 내용은 상기 데이터베이스 매너저(24)에서 제공하는 설비(Facility)를 이용하여 변경된 내용을 상기 관계형 DBMS에 반영해 준다.Thus, the data stored for use in the SSP module application 23 of OOPL can be used directly in various forms during the execution of the application, and the contents updated in the tuple object in the application is the database manager (24). Using the facilities provided by), the changed contents are reflected in the relational DBMS.

이 때, 상기 튜플 객체를 제공하는 데이터베이스 튜플(25)은 하나 이상의 애트리뷰트에서 상속받은 데이터의 형태를 가진다. 해당 애트리뷰트는 모든 관계의 애트리뷰트를 표현하는 기본적인 룰(Rule)을 제공하는데, 즉 데이터베이스 튜플 형태로 변환된 관계의 각 애트리뷰트에 대한 기본적인 객체 지향 인터페이스를 제공해 준다. 또한, 해당 제공되는 인터페이스는 각 애트리뷰트 객체에 실제 데이트를 할당하거나 판독하며, 해당 애트리뷰트가 가지고 있는 데이터의 범위 및 크기를 검사하며, 관계형 DBMS 내 데이터베이스의 데이터 정렬(Alignment)이 상기 SSP 모듈 응용 프로그램(23)의 것과 동일하지 않을 경우에 상기 SSP 모듈 응용 프로그램(23)과 일치하는 정렬의 크기를 계산해 준다.At this time, the database tuple 25 that provides the tuple object has the form of data inherited from one or more attributes. This attribute provides a basic rule that represents the attributes of all relationships, that is, it provides a basic object-oriented interface for each attribute of a relationship that is converted to a database tuple. In addition, the provided interface allocates or reads the actual data for each attribute object, examines the range and size of the data held by the attribute, and the alignment of the database in the relational DBMS is determined by the SSP module application ( If it is not the same as that of 23), the size of the alignment that matches the SSP module application 23 is calculated.

한편, DBMS 인터페이스 서비스 패키지, 즉 본 발명의 실시 예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스가 어떻게 SSP 모듈의 나머지 부분과 관련 되는지에 대한 개략적인 구성은 도 2에 도시된 바와 같이 나타낼 수 있는데, 도 2는 본 발명의 실시 예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스의 분석 모델을 설명하기 위한 것이다.Meanwhile, a schematic configuration of how a DBMS interface service package, that is, an object-oriented program interface for a relational DBMS according to an embodiment of the present invention, is related to the rest of the SSP module may be represented as shown in FIG. 2. 2 illustrates an analysis model of an object-oriented program interface for a relational DBMS according to an embodiment of the present invention.

우선, 데이터베이스에 존재하는 각 관계는 데이터베이스 매니저 객체가 가지고 있으며, 해당 데이터베이스 매니저 객체는 관계형 DBMS 내 데이터베이스를 업데이트 하거나 억세스하는 매커니즘을 요약(Encapsulate)한다. 또한, 관계의 개별 튜플에 해당하는 객체의 클래스가 있으며, 응용 프로그램 계층의 실제 객체는 응용 프로그램 클래스에 해당되는 튜플 클래스(즉, 데이터베이스 튜플 객체)를 사용한다.First, each relationship in a database is held by a database manager object, which encapsulates the mechanism for updating or accessing a database in a relational DBMS. In addition, there are classes of objects that correspond to individual tuples of relationships, and the actual objects in the application hierarchy use tuple classes (that is, database tuple objects) that correspond to application classes.

그리고, 상기 DBMS 인터페이스 서비스 패키지는 크게 3 개의 객체, 즉 응용 프로그램 객체와, 데이터베이스 매니저 클래스와, 데이터베이스 튜플 클래스로 구성되는데, 해당 응용 프로그램 객체는 해당 객체 지향 프로그램 인터페이스 내 객체들의 동작을 사용하여 자신의 튜플 값을 업데이트하고 해당 객체 지향 프로그램 인터페이스를 이용하여 새로운 튜플을 자신의 튜플 값에 근거하여 데이터베이스에 삽입하며, 실제 데이터베이스의 동작은 관계형 DBMS에 의해 제공되는 관련 라이브러리 기능들을 사용하여 데이터베이스 매니저 객체 내에서 요약된다.In addition, the DBMS interface service package is composed of three objects, namely, an application object, a database manager class, and a database tuple class. The application object uses its own operation using the operations of the objects in the object-oriented program interface. Update tuple values and use the object-oriented program interface to insert new tuples into the database based on their tuple values, and the behavior of the actual database is performed within the database manager object using the relevant library functions provided by the relational DBMS. Is summarized.

첫 번째로 상기 응용 프로그램 객체는 자신의 데이터를 유지하고 시스템 작동 중에 해당 데이터를 재구성하며, 해당 동작은 상기 응용 프로그램 객체가 하나 또는 그 이상의 관계로부터 튜플을 근거하여 스스로를 생성하고 업데이트해 주는데, 즉 상기 응용 프로그램 객체는 OOPL를 이용하여 작성된 응용 프로그램으로, 각 관계에 따라 생성되는 데이터베이스 매니저 클래스에서 제공되는 관계형 DBMS 억세스 기능을 이용하여 자신의 데이터를 유지한다.Firstly, the application object maintains its own data and reconstructs it during system operation, which action creates and updates itself based on tuples from one or more relationships, i.e. The application program object is an application program created using OOPL, and maintains its own data using a relational DBMS access function provided by a database manager class generated according to each relationship.

예를 들어, 도 3은 AIN의 SSP에서 수행되는 트리거 처리(Trigger Processing), 즉 서비스 및 SCP 그룹(Service Control Point Groups)과의 관계에 근거한 데이터베이스 관계의 한 예를 보여 주고 있는데, 하나의 서비스 객체는 어떤 속성을 가지고 해당 속성은 서비스 관계에 저장된다. 또한, 해당 서비스 객체는 여러 SCP 그룹과 연관되어 있는데, 해당 관계는 분리된 서비스 SCP 그룹 관계(Service_SCPGroups Relation)에 저장된다. 또한, 해당 서비스 객체를 상기 응용 프로그램 객체로 로딩(Loading)하는 것은 서비스 관계에서 각 튜플에 대해 서비스 객체를 구성하는 프로세스이다.For example, FIG. 3 shows an example of a trigger processing performed in an ASP's SSP, that is, a database relationship based on a service and a relationship with service control point groups (SCPs). Has a property and that property is stored in a service relationship. The service object is also associated with several SCP groups, which are stored in a separate Service SCP Group Relation. Also, loading a corresponding service object into the application program object is a process of constructing a service object for each tuple in a service relationship.

두 번째로, 상기 데이터베이스 매니저 클래스는 베이스 데이터베이스 매니저 클래스로부터 각 관계에 대해 각각 생성되고 해당 관계에서 동작을 제어하도록 한다.Secondly, the database manager class is generated for each relationship from the base database manager class and controls the operation in that relationship.

세 번째로, 상기 데이터베이스 튜플 클래스는 상기 응용 프로그램 객체와 데이터베이스간의 중간 객체를 제공하는데, 튜플의 속성은 데이터베이스의 튜플을 따른다. 또한, 해당 튜플 객체의 각 도메인(Domain)을 판독하거나 설정하는 것은 해당 도메인의 실제 판독/설정 또한 기타 무결성 검사뿐만 아니라 상기 응용 프로그램 객체와 데이터베이스 간 형태 변환을 의미하며, 해당 형태 변환은 데이터베이스가 정해진 형태, 즉 정수나 문자 형태만을 지원하기 때문에 필요하게 된다.Thirdly, the database tuple class provides an intermediate object between the application object and the database, the attributes of the tuple being in accordance with the tuple of the database. In addition, reading or setting each domain of the corresponding tuple object means shape conversion between the application object and the database as well as the actual reading / setting of the corresponding domain and other integrity checks. This is necessary because it only supports types, that is, integer or character types.

그리고, 상기 데이터베이스 튜플 클래스의 객체들은 관계에 대해 스스로 검사(Audit)하며, 해당 검사는 데이터를 업데이트하는 경우에 사용된다. 또한, OOPL를 사용하는 응용 프로그램은 자신의 데이터가 업데이트되었음을 알리는 신호를 수신받게 되며, 이를 기초로 상기 응용 프로그램 객체를 업데이트하게 되며, 해당 업데이트한 후에는 데이터베이스에 대해 업데이트한 객체를 검사하여 동일한 업데이트가 각각 응용 프로그램 객체와 관계형 DBMS에 적용 되었는지를 확인하게 된다. 이때, 해당 검사에 실패하는 경우는 경보가 장애 관리 패키지에 발생하게 된다.The objects of the database tuple class audit themselves for the relationship, and the check is used when updating data. In addition, the application using OOPL receives a signal indicating that its data has been updated, and based on this, the application object is updated, and after the update, the updated object is examined for the database and the same update is made. We check whether each is applied to the application object and the relational DBMS. At this time, if the check fails, an alarm occurs in the failure management package.

또 다른 한편, 도 4는 본 발명의 실시 예에 따른 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스가 사용된 AIP에서 데이터베이스 계층을 보여 주는데, 해당 구성은 객체 지향 프로그램 인터페이스(31)와, 관계형 DBMS 라이브러리(32)와, 다수 개의 메시지 큐(33-1 ~ 33-3)와, UDBE 인터페이스(Unix DBMS Interface; 34)와, UDBE(35)와, 공유 메모리인 데이터베이스(36) 및 백업 로그(Backup Log) 메모리(37)와, 데이터베이스 백업부(Database Backup; 38)와 AIP 하드디스크(39)와, IPC 서버(40)로 이루어진다.On the other hand, Figure 4 shows a database layer in the AIP using the object-oriented program interface for a relational DBMS according to an embodiment of the present invention, the configuration is the object-oriented program interface 31 and the relational DBMS library 32 ), A plurality of message queues 33-1 to 33-3, a UDBE interface (Unix DBMS Interface; 34), a UDBE 35, a database 36 which is shared memory, and a backup log memory. 37, a database backup unit 38, an AIP hard disk 39, and an IPC server 40. As shown in FIG.

먼저, 응용 프로그램은 정상 동작 시에 AIP에서 지역적으로 존재하는 데이터베이스(36)를 억세스하게 되며, 라이브러리 펑크션 호출(Function Call)은 데이터베이스 동작을 상기 UDBE(35)에 전달하기 위하여 유닉스(Unix) 메시지 큐(31-1, 31-2)를 사용하며, 상기 UDBE(35)는 공유 메모리에 존재하는 데이터베이스(36)에서의 동작을 처리한다.First, an application program accesses a database 36 locally present in AIP during normal operation, and a library function call transmits a database operation to the UDBE 35 in order to transmit a Unix message. Using queues 31-1 and 31-2, the UDBE 35 handles operations in the database 36 residing in shared memory.

그리고, 상기 데이터베이스 백업부(38)는 해당 업데이트가 데이터베이스 백업에 적용되는 것을 확인하며, 해당 백업 복사는 AIP와 OMS 하드디스크 양측에 존재하게 된다.In addition, the database backup unit 38 confirms that the update is applied to the database backup, and the backup copy exists on both the AIP and the OMS hard disk.

또한, 해당 데이터베이스 엔진(35)은 다른 프로세서에서 요구하는 동작도 처리하는데, 이를 위한 데이터베이스 응용 프로토콜은 UDBE 인터페이스(34)에 의해 구현된다.The database engine 35 also handles operations required by other processors, for which database application protocols are implemented by the UDBE interface 34.

이상과 같이, 본 발명에 의해 관계형 DBMS를 효과적인 랩핑 기법을 이용하여 OOPL을 사용하는 응용 프로그램이 OOPL의 특징을 살리면서 관계형 DBMS를 사용하도록 함으로써, 관계형 DBMS를 OOPL 환경에서도 사용 가능케 해 준다.As described above, the relational DBMS can be used in the OOPL environment by allowing the application program using the OOPL to use the relational DBMS while utilizing the characteristics of the OOPL using an effective wrapping technique.

Claims (5)

관계형 DBMS 내 모든 데이터베이스의 테이블 특성을 표시할 수 있는 템플럿을 제공하는 데이터베이스 튜플과;A database tuple that provides a template that can display table characteristics of all databases in a relational DBMS; 상기 관계형 DBMS가 가지는 튜플의 애트리뷰트 형태를 객체 지향 개념의 형태로 변경하면서 해당 형태 변경에 따른 사이드 이펙트를 SSP 모듈 응용 프로그램이 고려하지 않고 사용할 수 있도록 보전하는 형태 변환 보전 검출부와;A shape conversion preservation detection unit for changing the attribute form of the tuple of the relational DBMS into an object-oriented concept and preserving side effects according to the shape change without considering the SSP module application; 상기 관계형 DBMS 상에 각 관계를 표현하여 해당 각 관계에 대하여 선택, 삽입, 삭제 및 업데이트 기능을 상기 SSP 모듈 응용 프로그램에게 제공하며, 상기 SSP 모듈 응용 프로그램의 요청에 따라 중간 계층에서 변경된 사항을 상기 관계형 DBMS에 업데이트해 주는 데이터베이스 매니저를 포함하여 이루어진 것을 특징으로 하는 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스.Represent each relationship on the relational DBMS to provide the SSP module application with the functions of selecting, inserting, deleting, and updating the respective relations, and modifying the changes made in the middle layer at the request of the SSP module application. An object-oriented program interface for a relational DBMS, comprising a database manager that updates the DBMS. 제1항에 있어서,The method of claim 1, 상기 선택 기능은 특정 기준에 맞는 튜플 객체를 조회하여 해당 조회 결과를 리턴하고 해당 특정 기준은 2개 관계의 연결을 요구하는 것을 나타내며, 상기 삽입 기능은 하나의 튜플을 상기 SSP 모듈 응용 프로그램에 기초한 관계 내로 삽입하며, 상기 삭제 기능은 상기 특정 기준에 맞는 관계에서 튜플을 삭제하며, 상기 업데이트 기능은 튜플들의 특정 속성을 상기 특정 기준에 맞는 관계에서 업데이트하는 것을 특징으로 하는 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스.The selection function indicates that a tuple object matching a specific criterion is returned and the search result is returned, and the specific criterion indicates that the connection of two relations is required, and the insertion function is a relation based on the SSP module application program. Insert into, wherein the delete function deletes tuples in a relationship that meets the particular criteria, and wherein the update function updates specific attributes of tuples in a relationship that meets the particular criteria. . 제1항에 있어서,The method of claim 1, 상기 데이터베이스 매니저는 상기 SSP 모듈 응용 프로그램 요청에 따라 상기 관계형 DBMS 내 관계형 DBMS 라이브러리를 이용해 상기 관계형 DBMS를 억세스하며, 해당 억세스된 관계형 DBMS 내 데이터베이스의 데이터를 상기 SSP 모듈 응용 프로그램이 직접 사용할 수 있도록 객체 지향 개념을 가지는 형태의 튜플 객체로 변경하며, 해당 변경된 튜플 객체를 테이블 단위로 상기 SSP 모듈 응용 프로그램의 메모리 영역에 로드하는 것을 특징으로 하는 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스.The database manager accesses the relational DBMS using the relational DBMS library in the relational DBMS according to the request of the SSP module application, and makes the SSP module application directly use the data of the database in the accessed relational DBMS. An object-oriented program interface for a relational DBMS, wherein the object is changed into a tuple object having a concept, and the corresponding tuple object is loaded into a memory area of the SSP module application program in a table unit. 제3항에 있어서,The method of claim 3, 상기 데이터베이스 매니저는 상기 SSP 모듈 응용 프로그램의 메모리 영역에 로드된 데이터가 상기 SSP 모듈 응용 프로그램의 동작 수행 중에 변경된 경우에 해당 변경 사항을 상기 관계형 DBMS 내 데이터베이스에 다시 저장해 주며, 상기 SSP 모듈 응용 프로그램의 메모리 영역에 로드된 데이터와 상기 관계형 DBMS 내 데이터베이스에 저장된 데이터의 불일치를 검사하여 비정상적인 불일치가 발생되는 경우에 오류 메시지를 운용자에게 통보하는 것을 특징으로 하는 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스.When the data loaded in the memory area of the SSP module application is changed during the operation of the SSP module application, the database manager stores the changes again in a database in the relational DBMS, and the memory of the SSP module application. An object-oriented program interface for a relational DBMS, characterized in that for checking an inconsistency between the data loaded in the region and the data stored in the database in the relational DBMS, an error message is notified to the operator when an abnormal inconsistency occurs. 제1항에 있어서,The method of claim 1, 상기 데이터베이스 튜플은 시스템 초기화 시에 상기 데이터베이스 매니저에 의해 상기 관계형 DBMS로부터 상기 SSP 모듈 응용 프로그램에 필요한 관계가 판독되어 상기 SSP 모듈 응용 프로그램의 메모리 영역에 복사되어지는 객체 지향 형식의 튜플 객체를 제공하는 것을 특징으로 하는 관계형 DBMS를 위한 객체 지향 프로그램 인터페이스.The database tuple provides an object-oriented type tuple object which is read by the database manager from the relational DBMS and copied to the memory area of the SSP module application by the database manager during system initialization. An object-oriented program interface for a relational DBMS.
KR1019980057908A 1998-12-24 1998-12-24 Object-Oriented Program Interface for Relational Devices KR100305912B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980057908A KR100305912B1 (en) 1998-12-24 1998-12-24 Object-Oriented Program Interface for Relational Devices

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980057908A KR100305912B1 (en) 1998-12-24 1998-12-24 Object-Oriented Program Interface for Relational Devices

Publications (2)

Publication Number Publication Date
KR20000041891A KR20000041891A (en) 2000-07-15
KR100305912B1 true KR100305912B1 (en) 2001-11-30

Family

ID=19565133

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980057908A KR100305912B1 (en) 1998-12-24 1998-12-24 Object-Oriented Program Interface for Relational Devices

Country Status (1)

Country Link
KR (1) KR100305912B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100331470B1 (en) * 1999-11-05 2002-04-09 서평원 Apparatus and Method for Guaranteeing Integrity of Database in the Switching System
KR100426620B1 (en) * 2000-12-26 2004-04-13 한국전자통신연구원 Method of an class instance updating with OID in the main memory resident, object-relational DBMS
KR100520301B1 (en) * 2001-10-13 2005-10-13 한국전자통신연구원 Object-relational database management system and method for deleting class instance for the same

Also Published As

Publication number Publication date
KR20000041891A (en) 2000-07-15

Similar Documents

Publication Publication Date Title
US7860831B2 (en) Object graph editing context and methods of use
US7467163B1 (en) System and method to manipulate large objects on enterprise server data management system
CA2139693C (en) Summary catalogs
TW400494B (en) Determining how changes to underlying data affect cached objects
US7672966B2 (en) Adding extrinsic data columns to an existing database schema using a temporary column pool
US6035303A (en) Object management system for digital libraries
US5649192A (en) Self-organized information storage system
AU764720B2 (en) Method and system for fast memory-resident processing of transaction data
US7617206B1 (en) Method for analyzing status of specialized tank files which store and handle large objects
CN108595664A (en) A kind of agricultural data monitoring method under hadoop environment
US20090300037A1 (en) Enhanced database structure configuration
KR100305912B1 (en) Object-Oriented Program Interface for Relational Devices
CN105989049A (en) Data middle layer realizing method and system
US8510269B2 (en) Uninterrupted database index reorganization/movement
Nidzwetzki et al. BBoxDB: a distributed and highly available key-bounding-box-value store
JP3769775B2 (en) Distributed link information maintenance method
JP4825504B2 (en) Data registration / retrieval system and data registration / retrieval method
Biliris et al. Object storage management architectures
Eze et al. Database system concepts, implementations and organizations-a detailed survey
Ilkhomjon et al. About Database (Db)
Ahn et al. A survey of architectural features of contemporary object storage systems
Oxborrow et al. Object-oriented data management in specialized environments
Case et al. A generic object-oriented design methodology incorporating database considerations
Patterson Requirements for a generalized data base management system
Jea et al. A difference-based version model for OODBMS

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: 20050628

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee