Query Expression

This component provides a way to express queries in a generic manner. Its centerpiece is a class called XMLQuery that uses boolean postfix expressions to capture the domain, range, and constraint of a query, regardless of the source of the query (SQL, keyword query, etc.). It can also encapsulate the results of a query. It's used by many other components as the standard way to pass a query and its results between servers, clients, nodes, and other components.

License

License

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

oodt-xmlquery
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Query Expression
This component provides a way to express queries in a generic manner. Its centerpiece is a class called XMLQuery that uses boolean postfix expressions to capture the domain, range, and constraint of a query, regardless of the source of the query (SQL, keyword query, etc.). It can also encapsulate the results of a query. It's used by many other components as the standard way to pass a query and its results between servers, clients, nodes, and other components.
Project Organization

Project Organization

Apache OODT

Download oodt-xmlquery

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>oodt-xmlquery</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/
implementation 'org.apache.oodt:oodt-xmlquery:1.0'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/
implementation ("org.apache.oodt:oodt-xmlquery:1.0")
'org.apache.oodt:oodt-xmlquery:jar:1.0'
<dependency org="org.apache.oodt" name="oodt-xmlquery" rev="1.0">
  <artifact name="oodt-xmlquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-xmlquery', version='1.0')
)
libraryDependencies += "org.apache.oodt" % "oodt-xmlquery" % "1.0"
[org.apache.oodt/oodt-xmlquery "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.oodt : oodt-commons jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
0.12
0.11
0.10
0.9
0.8.1
0.8
0.7
0.6
0.5
0.4
0.3
0.2