Implementation of the Cadabia Database Query Language in SQL

碩士 === 國立中正大學 === 資訊工程所 === 96 === Cadabia database is based on class algebra and providing a domain and range for the query, for this query, we establish a query parser in the middle layer. In this thesis, we have described the implementation of the query language of the Cadabia database. Accordi...

Full description

Bibliographic Details
Main Authors: Jiun-huei Tao, 陶俊輝
Other Authors: DANIEL J. BUEHRER
Format: Others
Language:en_US
Online Access:http://ndltd.ncl.edu.tw/handle/18392623471708237033
Description
Summary:碩士 === 國立中正大學 === 資訊工程所 === 96 === Cadabia database is based on class algebra and providing a domain and range for the query, for this query, we establish a query parser in the middle layer. In this thesis, we have described the implementation of the query language of the Cadabia database. According the traditional three-layered Cadabia, we implemented a query parser satisfying the Cadabia query language grammar in middle layer. The middle layer will gather the data from the SQL backend via RMI to get the result which satisfies the query message.