Academic literature on the topic 'Object-oriented DBMS'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Object-oriented DBMS.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Object-oriented DBMS"
Dogac, Asuman, Budak Arpinar, Cem Evrendilek, Cetin Ozkan, Ilker Altintas, Ilker Durusoy, Mehmet Altinel, Tansel Okay, and Yuksel Saygin. "METU object-oriented DBMS." ACM SIGMOD Record 23, no. 2 (June 1994): 513. http://dx.doi.org/10.1145/191843.197137.
Full textMarrs, Keith A., and Laila G. Robinson. "Object-oriented DBMS requirements." Computer Standards & Interfaces 13, no. 1-3 (October 1991): 35–39. http://dx.doi.org/10.1016/0920-5489(91)90007-m.
Full textTRIGANO, PHILIPPE, JEAN-PAUL BARTHES, CATHERINE GREBOVAL, and FRANÇOIS VALLERNAUD. "QUERYING AN OBJECT-ORIENTED DATABASE USING FREE LANGUAGE." International Journal of Pattern Recognition and Artificial Intelligence 04, no. 03 (September 1990): 429–45. http://dx.doi.org/10.1142/s0218001490000265.
Full textMaier, David, Jacob Stein, Allen Otis, and Alan Purdy. "Development of an object-oriented DBMS." ACM SIGPLAN Notices 21, no. 11 (November 1986): 472–82. http://dx.doi.org/10.1145/960112.28746.
Full textDogac, Asuman, Mehmet Altinel, Cetin Ozkan, and Ilker Durusoy. "Implementation aspects of an object-oriented DBMS." ACM SIGMOD Record 24, no. 1 (March 1995): 9–14. http://dx.doi.org/10.1145/202660.202662.
Full textWatson, A. S., and S. H. Chan. "A prolog-based object oriented engineering DBMS." Computers & Structures 40, no. 1 (1991): 11–21. http://dx.doi.org/10.1016/0045-7949(91)90451-q.
Full textChen, C. Y. Roger, Dikran S. Meliksetian, Martin Cheng-Sheng Chang, and Larry J. Liu. "Design of a multimedia object-oriented DBMS." Multimedia Systems 3, no. 5-6 (November 1995): 217–27. http://dx.doi.org/10.1007/bf01832138.
Full textPenney, D. Jason, and Jacob Stein. "Class modification in the GemStone object-oriented DBMS." ACM SIGPLAN Notices 22, no. 12 (December 1987): 111–17. http://dx.doi.org/10.1145/38807.38817.
Full textHandigund, Shivanand M., Siddappa G. Makanur, and M. Sreenivasa Rao. "Integration of Object Oriented Host Program with Network DBMS." Procedia Computer Science 62 (2015): 178–85. http://dx.doi.org/10.1016/j.procs.2015.08.435.
Full textShekita, Eugene J., and Michael J. Carey. "Performance enhancement through replication in an object-oriented DBMS." ACM SIGMOD Record 18, no. 2 (June 1989): 325–36. http://dx.doi.org/10.1145/66926.66957.
Full textDissertations / Theses on the topic "Object-oriented DBMS"
Sellam, Thibault. "Embedding Naive Bayes Classification in a Functional and Object Oriented DBMS." Thesis, Uppsala University, Department of Information Technology, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-130629.
Full textThis thesis introduces two implementations of Naïve Bayes classification for the functional and object oriented Database Management System Amos II. The first one is based on objects stored in memory. The second one deals with streamed JSON feeds. Both systems are written in the native query language of Amos, AmosQL. It allows them to be completely generic, modular and lightweight. All data structures involved in classification including the distribution estimation algorithms can be queried and manipulated. Several optimizations are presented. They allow efficient and accurate model computing. However, scoring remains to be accelerated. The system is demonstrated in an experimental context: classifying text feeds issued by a Web social network. Two tasks are considered: recognizing two basic emotions and keyword-filtering.
Clark, Robert Eugene Yildirim Necmi. "The instrumentation of a kernel DBMS for the execution of kernel transactions equivalent to their object-oriented transactions /." Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1995. http://handle.dtic.mil/100.2/ADA304191.
Full textThesis advisor(s): David K. Hsiao, C. Thomas Wu. "September 1995." Includes bibliographical references. Also available online.
Clark, Robert Eugene, and Necmi Yildirim. "The instrumentation of a kernel DBMS for the execution of kernel transactions equivalent to their object-oriented transactions." Thesis, Monterey, California. Naval Postgraduate School, 1995. http://hdl.handle.net/10945/35123.
Full textHall, Andrew Brian. "DJ: Bridging Java and Deductive Databases." Thesis, Virginia Tech, 2008. http://hdl.handle.net/10919/33383.
Full textModern society is intrinsically dependent on the ability to manage data effectively. While relational databases have been the industry standard for the past quarter century, recent growth in data volumes and complexity requires novel data management solutions. These trends revitalized the interest in deductive databases and highlighted the need for column-oriented data storage. However, programming technologies for enterprise computing were designed for the relational data management model (i.e., row-oriented data storage). Therefore, developers cannot easily incorporate emerging data management solutions into enterprise systems.
To address the problem above, this thesis presents Deductive Java (DJ), a system that enables enterprise programmers to use a column oriented deductive database in their Java applications. DJ does so without requiring that the programmer become proficient in deductive databases and their non-standardized, vendor-specific APIs. The design of DJ incorporates three novel features: (1) tailoring orthogonal persistence technology to the needs of a deductive database with column-oriented storage; (2) using Java interfaces as a primary mapping construct, thereby simplifying method call interception; (3) providing facilities to deploy light-weight business rules.
DJ was developed in partnership with LogicBlox Inc., an Atlanta based technology startup.
Master of Science
Chang, Po-Ling, and 張伯齡. "Storing and Querying RDF Documents in an Object-Oriented DBMS." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/87249584678945303410.
Full text東吳大學
資訊科學系
95
The Resource Description Framework (RDF) is a foundation for processing metadata, which provides interoperability between applications that exchange machine-understandable information on the World Wide Web (WWW). Because RDF users can use any possible syntax to encode data described in RDF, plus XML possesses the highly flexible hierarchical structure and the machine-independent characteristic, XML has become the most popular way to store and transport RDF documents. Efficient storage and retrieval of XML documents (or, precisely, RDF/XML documents) in persistent data stores has become an important issue in computer technology. In this thesis, therefore, we propose an object-oriented data model, called the RDF Data Store Model (RDSM), for the storage of data extracted from RDF documents, as well as an RDF document decomposition algorithm for the extraction of data from RDF documents. In addition, we propose a generic RDF API that supports fundamental RDF data accessing and querying operations, and utilize the emerging W3C’s SPARQL as the high-level query language for the retrieval of RDF data. Finally, an experimental system is implemented to demonstrate the performance of the proposed approach.
Vassallo, Salvatore. "Frammenti semantici. Riflessioni su descrizioni archivistiche e web semantico: Il caso dell’archivio Giovanni Testori." Thesis, 2010. http://eprints.rclis.org/17365/1/tesisolofronte.pdf.
Full textDiago-Gonzalvo, Sara. "La contratación pública al detalle. Comparador de las licitaciones ofertadas." Thesis, 2017. http://eprints.rclis.org/31774/1/TFM_SARA_DIAGO_MUGI.pdf.
Full textBooks on the topic "Object-oriented DBMS"
Dorothy, Moore, ed. Object-relational DBMSs: The next great wave. San Francisco, Calif: Morgan Kaufmann Publishers, 1996.
Find full text1968-, Brown Paul, and Moore Dorothy, eds. Object-relational DBMSs: Tracking the next great wave. 2nd ed. San Francisco, Calif: Morgan Kaufmann Publishers, 1999.
Find full textBrown, Paul, and Michael Stonebraker. Object Relational Dbms: Tracking the Next Great Wave (The Morgan Kaufmann Series in Data Management Systems). 2nd ed. Morgan Kaufmann Publishers, 1999.
Find full textBrown, Paul, Dorothy Moore, and Michael Stonebraker. Object-Relational DBMSs. Elsevier Science & Technology Books, 1998.
Find full textBook chapters on the topic "Object-oriented DBMS"
Dogac, Asuman, Cetin Ozkan, Budak Arpinar, Tansel Okay, and Cem Evrendilek. "METU Object-Oriented DBMS." In Advances in Object-Oriented Database Systems, 327–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 1994. http://dx.doi.org/10.1007/978-3-642-57939-4_14.
Full textBeynon-Davies, Paul. "Object-Oriented DBMS — ODMG Object Model." In Database Systems, 436–45. London: Macmillan Education UK, 2004. http://dx.doi.org/10.1007/978-0-230-00107-7_32.
Full textDittrich, Klaus R., and Andreas Geppert. "Object-oriented DBMS and beyond." In SOFSEM'97: Theory and Practice of Informatics, 275–94. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/3-540-63774-5_111.
Full textCattell, R. G. G. "Object-oriented DBMS performance measurement." In Lecture Notes in Computer Science, 364–67. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/3-540-50345-5_37.
Full textDogac, Asuman, Mehmet Altinel, Cetin Ozkan, Budak Arpinar, Ilker Durusoy, and Ilker Altintas. "METU Object-Oriented DBMS kernel." In Lecture Notes in Computer Science, 14–27. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/bfb0049101.
Full textHabela, Piotr, and Kazimierz Subieta. "Overcoming the Complexity of Object-Oriented DBMS Metadata Management." In Object-Oriented Information Systems, 214–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-540-45242-3_20.
Full textAdiba, Michel. "STORM: An Object-Oriented Multimedia DBMS." In Multimedia Database Systems, 47–88. Boston, MA: Springer US, 1996. http://dx.doi.org/10.1007/978-1-4613-0463-0_3.
Full textDavid, Benoit, Laurent Raynal, Guylaine Schorter, and Véronique Mansart. "GeO2: Object-oriented contribution for a geographical DBMS ?" In Lecture Notes in Computer Science, 377–83. Berlin, Heidelberg: Springer Berlin Heidelberg, 1993. http://dx.doi.org/10.1007/3-540-57234-1_35.
Full textLozano, Rafael, Michel Adiba, Herve Martin, and Francoise Mocellin. "An Object DBMS for Multimedia Presentations Including Video Data." In Object-Oriented Technology: ECOOP’98 Workshop Reader, 553–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/3-540-49255-0_183.
Full textBeldjilali, Tarik. "Generalization Without Reorganization in a Simple Object Oriented DBMS." In Database Reengineering and Interoperability, 103–16. Boston, MA: Springer US, 1996. http://dx.doi.org/10.1007/978-1-4615-1803-7_9.
Full textConference papers on the topic "Object-oriented DBMS"
Dogac, Asuman, Budak Arpinar, Cem Evrendilek, Cetin Ozkan, Ilker Altintas, Ilker Durusoy, Mehmet Altinel, Tansel Okay, and Yuksel Saygin. "METU object-oriented DBMS." In the 1994 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1994. http://dx.doi.org/10.1145/191839.197137.
Full textMaier, David, Jacob Stein, Allen Otis, and Alan Purdy. "Development of an object-oriented DBMS." In Conference proceedings. New York, New York, USA: ACM Press, 1986. http://dx.doi.org/10.1145/28697.28746.
Full textLange. "An abstract model of the object-oriented DBMS." In Proceedings of the Twenty-Seventh Annual Hawaii International Conference on System Sciences. IEEE Comput. Soc. Press, 1994. http://dx.doi.org/10.1109/hicss.1994.323428.
Full textPenney, D. Jason, and Jacob Stein. "Class modification in the GemStone object-oriented DBMS." In Conference proceedings. New York, New York, USA: ACM Press, 1987. http://dx.doi.org/10.1145/38765.38817.
Full textFishman, D. H. "An overview of the Iris object-oriented DBMS." In COMPCON Spring 88. IEEE, 1988. http://dx.doi.org/10.1109/cmpcon.1988.4854.
Full textDhande, Sheetal, and G. R. Bamnote. "Query Optimization in Object Oriented DBMS: Direct Navigation." In 2015 International Conference on Computing Communication Control and automation(ICCUBEA). IEEE, 2015. http://dx.doi.org/10.1109/iccubea.2015.86.
Full textChu, S. Iris, and Marianne Winslett. "Minipage locking support for object-oriented page-server DBMS." In the third international conference. New York, New York, USA: ACM Press, 1994. http://dx.doi.org/10.1145/191246.191274.
Full textShekita, Eugene J., and Michael J. Carey. "Performance enhancement through replication in an object-oriented DBMS." In the 1989 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1989. http://dx.doi.org/10.1145/67544.66957.
Full textHenrich, Andreas. "The update of index structures in object-oriented DBMS." In the sixth international conference. New York, New York, USA: ACM Press, 1997. http://dx.doi.org/10.1145/266714.266883.
Full textTrigano, Philippe, Jean-Paul Barthes, and Francois Vallernaud. "A Free Query Language For An Object Oriented DBMS." In SPIE 1989 Technical Symposium on Aerospace Sensing, edited by Mohan M. Trivedi. SPIE, 1989. http://dx.doi.org/10.1117/12.969313.
Full text