You might have seen the recent news reports about the collision between U.S. and Russian communication satellites. The U.S. satellite was one of the Iridium satellites. What wasn’t reported and you probably don’t know is that an object database management system (ODBMS) is an important part of the Iridium system. Even though ODBMSs are a [...]
February 13, 2009
I am now also posting on the Cutter Blog. My initial posting is (The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services. It is a response to Anne Thomas Manes’ SOA is Dead; Long Live Services on her blog at the Burton Group.
January 9, 2009
The typical definition of an atomic task or process is one that cannot be decomposed further. This is vague and subject to interpretation. The Decomposition Matrix on this site uses a specific definition: A task (for business process diagrams) or a process (for data flow diagrams) is atomic if every input relates to every output [...]
December 3, 2008
My last posting referenced the criteria for a well-formed business process diagram mentioned in Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. I am going to expand on their criteria to create a more comprehensive definition of a well-formed business process diagram. To start, here are three criteria [...]
November 18, 2008
I recently received two new books on business process modeling. Both books looked interesting because they had great titles. As it turns out, one book is great and the other not so good. The not so good book is Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. There [...]
October 9, 2008
The Design Decomposition Blog is written by Doug Barry.
The JDO Query Language interface (JDOQL) has the following goals:
Query language neutrality. The underlying query language might be a relational
query language such as SQL; an object database query language such as OQL; or
a specialized API to a hierarchical database or mainframe EIS system.
Optimization to specific query language. The Query interface is capable of
optimizations; therefore, the interface has enough user-specified information to allow for the JDO implementation to exploit data source specific
query features.
Accommodation of multi-tier architectures. Queries may be executed entirely in
memory, or may be delegated to a back end query engine. The JDO Query interface
provides for both types of query execution strategies.
Large result set support. Queries might return massive numbers of JDO instances
that match the query. The JDO Query architecture provides for processing the
results within the resource constraints of the execution environment.
Compiled query support. Parsing queries may be resource-intensive, and in many
applications can be done during application development or deployment, prior to
execution time. The query interface allows for compiling queries and binding run-time
parameters to the bound queries for execution.
Additional
information on JDOQL, including a BNF grammar, can be found at the Sun
website (new window).
There are nearly 400 pages of articles on this site with over 40 pages on database concepts and standards.
Search this site for more articles
Custom Search
Browse this site for more articles
Click on the topics below to browse the articles on this site. You can see more detail by clicking on the arrows. This highlights the location of the current
article: JDO Query Language (JDOQL).
Related recent articles from Google News
New Product News – September 2, 2010 Information Management Stonefield Software Inc. announced the release of Stonefield Query Version 4.0 for Sage Accpac, the latest version of its business intelligence, ... and more » 1 Sep 2010 at 1:00pm
Download Berkeley DB 5.0.26 Free Soft Sailor (blog) Unlike SQLite, Berkeley DB does not support SQL or any other query language, nor it support table schema or table columns. ... 1 Sep 2010 at 9:27am
Cover Story: Get Ready for the Entity Framework Redmond Developer News Using LINQ to Entities, Entity SQL or query builder methods, developers can write queries against the conceptual model and return objects. ... and more » 31 Aug 2010 at 5:43pm
Amazon S3 raises the bar on storage security BusinessWeek Net/C#, Java, and many more as well as third party client access tools like CyberDuck. Amazon adds BitTorrent access for download as well. ... and more » 23 Aug 2010 at 1:05pm
Object-oriented Data Structures Using Java by Nell B. Dale Average Customer Review: based on 6 reviews. Customer Review: This seller was very punctual with the shipping and delivery of the book and it was in very good condition like the ad had stipulated. I will recomment him to anyone ST
Data Structures and Other Objects Using Java (3rd Edition) by Michael Main Average Customer Review: based on 17 reviews. Customer Review: Even after taking a mid-level CS course where this book was the required text, this book still sits on my bookshelf at work for reference. Why? Well, certainly it is not the most comprehensive book of data structures in existence, nor is it written with a scholarly tone. But, that's the point! Michael Main's writing has the air of a...
Objects, Abstraction, Data Structures and Design: Using Java version 5.0 by Elliot B. Koffman, Paul A. T. Wolfgang Average Customer Review: based on 5 reviews. Customer Review: A reader wrote that, "this book fails to address concurrency issues". But the books title never commits this. It's about teaching data-structures using Java (correctly). And it exactly does this with great success. Although I read it to refresh my knowledge, I enjoyed a lot as I learn the subject first time. It's CS for beginners, bu...