Topic selection expressions are defined using an SQL-like syntax.
主题选择表达式使用一种sql样式的语法定义。
The raw metadata structures are stored in an SQL-like database for easy querying.
初始的元数据结构储存在一个类似于SQL的数据库中,用于简单的检索。
As the article already mentioned, YQL is a SQL-like language to query structured data in the Web.
上文已经提到过,YQL是一种类似于SQL的语言,可在Web中查询结构化数据。
This is SQL-like syntax that can traverse through an XML document to reach elements and attributes.
这种类 SQL语法能够遍历XML文档来访问元素和属性。
Both types use the same query language, which is specific to II CE, but is an SQL-like query language.
这两种类型使用同一种查询语言,这种语言是IICE特定的,但是是一种与SQL相似的查询语言。
Query Language, which offers a unified, SQL-like interface to retrieve data from multiple web service APIs.
QueryLanguage,该语言提供一个统一的、类似 SQL 的接口来检索来自多个web服务APIs 的数据。
It also shows you how to build complex predicates into a SQL-like set of queries, all using only standard XPath syntax.
还解释如何用复杂的谓词构建类似SQL的查询集,但是只使用标准的xpath语法。
To define the targets for entity extraction, a sophisticated SQL-like language is available, along with development tools.
要定义实体提取的目标,可以使用成熟的类似SQL的语言,以及开发工具。
Like topic selection, message selection criteria expressions are defined using a SQL-like syntax, which must resolve to a Boolean value.
和主题选择一样,消息选择标准表达式使用sql样式的语法定义,该语法必须求解出一个布尔值。
The EntityManager.query() method runs an SQL-like query to retrieve data from the database in the form of a collection of entity bean objects.
query()方法运行SQL化的查询,并以实体bean集合形式从数据库返回数据。
The structure of SQL-like nested queries is examined. It is shown that any SQL- like nested query can be decomposed into four basic nested types.
本文分析了SQL类查询语句的基本结构,指出任何一个嵌套结构的SQL类语句都可以由四种基本嵌套类型组成。
Based on the mined association rules, this algorithm optimizes the storage structure of association rules, a nd extends SQL-like query statement.
在算法实现的过程中对关联规则集存储结构进行了优化,并扩展了类sQL查询语句。
To perform a table level restore, archecker supports a command file which USES an SQL-like syntax to specify the source and destination table schemas.
为了执行表级别的恢复,archecker支持一种命令文件,该文件使用类似SQL的语法指定目标和源表架构。
As you might imagine, the ability to combine data from multiple web interfaces using simple SQL-like syntax is music to the ears of mashup developers.
可以想见,使用简单的类似SQL的语法将来自多个Web接口的数据组合起来的能力对于mashup开发人员非常有用。
You can perform complex SQL-like joins and selections, all applied to XML documents (many of which probably weren't structured with advanced searching in mind).
可以对XML文档(很多可能没考虑到进行高级搜索)执行复杂的、类似SQL的连接和选择。
YQL offers a unified, SQL-like interface to multiple web service APIs, significantly simplifying the task of integrating third-party data into a web application.
YQL为多个Web服务API提供统一的、类似SQL的接口,这大大简化了集成第三方数据到Web应用程序的任务。
Very simply, YQL treats individual web services as though they were data tables, allowing developers to formulate SQL-like queries to extract information from them.
很简单,YQL对待各个Web服务就仿佛它们是数据表一样,允许开发人员制定类似SQL的查询以便从其中提取信息。
This ability to apply SQL-like syntax and filters to XML data in a generic fashion can significantly ease the task of extracting information from complex XML document trees.
以通用的方式向XML数据应用类似SQL的语法和过滤器的这种能力,可以极大地减轻从完整的XML文档树提取信息的工作。
One of the advantages to BigQuery, which can analyze billions of lines of data from trillions of records in mere seconds, is that it is written in a simple SQL-like language.
BigQuery能够在短短几秒内从数以万亿的记录中分析上亿行数据,它的一个优势就是可以用类似SQL一样的简单语句写命令。
This mechanism lacks of flexibility for dynamic assignment of participant. This traditional approach is extended to a novel one which uses SQL-like scripts to define activity participants.
文章对这种传统的活动参与者定义机制进行了扩展,提出了一种利用SQL脚本来完成参与者定义的新方法。
The Simple Protocol and RDF Query Language (or SPARQL, pronounced 'sparkle') is an SQL-like syntax for expressing queries against RDF data, and the queries themselves look and act like RDF data.
简单协议和RDF查询语言(SimpleProtocol and RDF Query Language,SPARQL,发音为 “sparkle”)是一个与SQL 类似的语法,用于针对 RDF数据表示查询,并且查询本身外观和行为都与 RDF 数据类似。
For static SQL in a package (like SQL stored procedures), use of parameter markers while still allowing optimization by value can be accomplished through the REOPT ALWAYS bind or precompile options.
对于一个包中的静态SQL(比如sQL存储过程),通过REOPT ALWAYS绑定或预编译选项,可以使用参数标记同时允许通过值进行优化。
A simple program architecture would naturally mix the business logic with data access logic (like SQL).
简单的程序体系结构会自然地将业务逻辑和数据访问逻辑(如sql)混合。
This sample program can give you additional SQL capabilities (like data obtained by joining tables) that are not supported with the UNLOAD utility.
此示例程序可以为您提供UNLOAD实用程序不支持的其他SQL功能(比如通过联接表获得的数据)。
Start the HSQLDB engine in server mode, so both the user application and an SQL console (like HSQLDB's own DatabaseManager utility) can run SQL statements at the same time.
以服务器模式启动HSQLDB引擎,这样用户应用程序和SQL控制台(像 HSQLDB自带的 DatabaseManager实用工具)都可以运行 SQL 语句。
There are many syntax differences pertaining to PL/SQL objects like Procedures, functions, and triggers in Oracle and DB2.
在Oracle和DB2 之间存在与PL/SQL 对象(比如过程、函数和触发器)有关的许多语法差异。
If you use unnamed parameters, your SQL statement looks something like this.
如果使用未命名参数,sql语句类似于。
Create a data set called DataSet, which will be used to display data in the report, with an SQL query like this.
创建一个名为DataSet的数据集,该数据集将用于在报告中显示数据,并将该数据集的SQL查询定义如下。
Querying of data is also done at the level of entities and does not required string-embedded SQL queries, like many other frameworks.
对数据的查询也是在实体级别完成的,而并不需要字符串嵌入式的SQL查询,这和很多其它框架都是类似的。
But that's a big hassle for smaller websites for which standard SQL LIKE statements are sufficient for simple text search.
但是对于那些标准SQL like语句就足以进行简单文本搜索的小型网站来说,这就是一个大麻烦。
应用推荐