Uses of Interface
org.plasma.query.Clause

Packages that use Clause
org.plasma.query

The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. 

org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.query.xpath   
 

Uses of Clause in org.plasma.query
 

Subinterfaces of Clause in org.plasma.query
 interface GroupBy
          A clause containing properties used to represent a grouping statement and is used in conjunction with aggregate functions.
 interface OrderBy
          A clause containing properties describing ordering used to sort the result-set.
 interface Select
          A clause containing path properties and data properties used to represent a complex selection data graph.
 interface Where
          A clause containing properties used to restrict the results set.
 

Uses of Clause in org.plasma.query.model
 

Classes in org.plasma.query.model that implement Clause
 class GroupBy
          Java class for GroupBy complex type.
 class OrderBy
           
 class Select
           
 class Where
           
 

Uses of Clause in org.plasma.query.xpath
 

Subinterfaces of Clause in org.plasma.query.xpath
 interface XPathSelect
           
 interface XPathWhere
           
 



Copyright © 2014. All rights reserved.