OQL

  • 网络对象查询语言(Object Query Language);对象查询语言的基础;查询和对象

OQLOQL

OQL

对象查询语言(Object Query Language)

对象查询语言OQL)是专门为ODMG对象模型制定的查询语言。OQL在设计时就要求与编程语言紧密配合使用,这些编程语 …

对象查询语言的基础

对象数据管理组织ODMG对象模型是对象定义语言(ODL)和对象查询语言的基础OQL)RDBMS和ODBMS区别--1 处理联 …

查询和对象

建立在这一简单的想法上,几乎任何形式的 RDF 查询(甚至关系型(SQL)查询和对象OQL)查询的等价查询)都是可能的 …

查询定义方式

...实现报表的自动查询和用“推”的方式报告;面向对象的查询定义方式OQL),操作更直观,同时仍然支持传统的SQL语句查 …

1
On the surface, OQL seems remarkably similar to SQL, and thus supposedly just as powerful and easy to use. 表面上看,OQL非常类似于SQL,因此它应该和SQL一样强大并且易于使用。
2
The syntax for OQL is similar to that of SQL but it lets you query the object model rather than directly querying the database. OQL的语法类似于SQL的语法,但它却使您能够查询对象模型,而不是直接查询数据库。
3
Internally, Castor's OQL implementation translates the OQL query into the appropriate SQL for the database. Castor的OQL实现在内部将OQL查询转换成用于数据库的适当的SQL。
4
Further details on the Castor OQL implementation are beyond the scope of this article. 对CastorOQL实现的更详细讨论超出了本文的范围。
5
Castor provides an implementation of a subset of the ODMG 3. 0 specification for the Object Query Language (OQL). Castor实现了对象查询语言(OQL)的ODMG3.0规范的一个子集。
6
OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools. OQL查询同样可以调用对象的方法,将正则表达式作为查询的一部分,并使用内置查询工具。
7
Other less familiar query languages include Object Query Language (OQL) and XQuery. 其他不那么常见的查询语言还有对象查询语言(OQL)和XQuery。
8
Combining jhat with OQL is a powerful way to do a targeted investigation of a misbehaving heap. 将jhat与OQL相结合是对行为不当的堆进行对象调查的有效方法。
9
Fortunately, jhat supports an OQL syntax for doing that analysis. 幸运的是,jhat支持OQL语法进行这样的分析。
10
Ramnarayan added that GFMon also provides ad-hoc querying facilities via OQL. Ramnarayan补充说,GFMon通过OQL还能够提供ad-hoc查询设备。