기관회원 [로그인]
소속기관에서 받은 아이디, 비밀번호를 입력해 주세요.
개인회원 [로그인]

비회원 구매시 입력하신 핸드폰번호를 입력해 주세요.
본인 인증 후 구매내역을 확인하실 수 있습니다.

회원가입
서지반출
객체지향 데이터베이스 시스템의 필요요건과 설계에 관한연구
[STEP1]서지반출 형식 선택
파일형식
@
서지도구
SNS
기타
[STEP2]서지반출 정보 선택
  • 제목
  • URL
돌아가기
확인
취소
  • 객체지향 데이터베이스 시스템의 필요요건과 설계에 관한연구
  • A Study on the Design and Requirements of the Object-oriented Database Systems
저자명
유양근,류해영,Yu. Yang-Geun,Ryu. Hae-Yeong
간행물명
정보처리논문지
권/호정보
1997년|4권 2호|pp.325-337 (13 pages)
발행정보
한국정보처리학회
파일정보
정기간행물|
PDF텍스트
주제분야
기타
이 논문은 한국과학기술정보연구원과 논문 연계를 통해 무료로 제공되는 원문입니다.
서지반출

기타언어초록

본 논문은 객체지향 패러다임에 입각한 데이터베이스 시스템의 기본적인 개념과 필요 요건을 제시하고 이에 부응하는 객체지향 데이터베이스 시스템의 개괄적 설계를 보인다. 이 시스텀은 C++에 기초하여 크게 세개의 개층으로 구성 된다. 최하층은 저장시스템(storage system)으로 화일 입출력을 수행하고 중간층은 트랜잭션 관리, 시크마관리, 주기억장치에서의 버퍼관리 등 사용자 인터페이스를 제외한 여러 기능을 담당한다.최상위층은 사용자인터페이스를 위하여 설계되어 그래픽 사용자 인터페이스 (graphical user interface), 전처리기(prepro-cessor), 인터프리터 등 여러관련 기능을 제공할 뿐만 아니라 객체지향의 여러 특성을 위해 확정된 SQL을 지원하하도록 한다.

기타언어초록

This paper introduces the basic concepts and requirements of database system based on the object-oriented paradigm,and presents the overview of the design of an object-oriented data base system which refects those conceprs and requirements . The system imolemented on C++,consists of three structure layers.The inner layer, which is in fact a storage system,performs file I/O,while the inermediate layer is responisible for most of the functions except the ones rerated to the user interface, such as the transaction management,the schema manage-ment,and the management of buffers in main memory etc.The outer layer,designed mainly for the uwerunteface,mot only privides the functions for graphical user interface,preprocessor,and interpreter etc,but also supports extended SQL for object-oriented features.