Uses of Interface
org.plasma.query.Term

Packages that use Term
org.plasma.provisioning.rdb.mysql.any.query   
org.plasma.provisioning.rdb.mysql.v5_5.query   
org.plasma.provisioning.rdb.oracle.any.sys.query   
org.plasma.provisioning.rdb.oracle.g11.sys.query   
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.dsl   
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 Term in org.plasma.provisioning.rdb.mysql.any.query
 

Classes in org.plasma.provisioning.rdb.mysql.any.query that implement Term
 class QGlobalVariable
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
 

Uses of Term in org.plasma.provisioning.rdb.mysql.v5_5.query
 

Classes in org.plasma.provisioning.rdb.mysql.v5_5.query that implement Term
 class QTable
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity Table.
 class QTableColumn
          Represents a system column definition which is linked to its system Table definition by association.
 class QTableColumnConstraint
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnConstraint.
 class QTableColumnKeyUsage
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnKeyUsage.
 class QTableConstraint
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableConstraint.
 class QView
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity View.
 

Uses of Term in org.plasma.provisioning.rdb.oracle.any.sys.query
 

Classes in org.plasma.provisioning.rdb.oracle.any.sys.query that implement Term
 class QVersion
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
 

Uses of Term in org.plasma.provisioning.rdb.oracle.g11.sys.query
 

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.query that implement Term
 class QConstraint
          A constraint definition
 class QTableColumnComment
          The comment for a column
 class QTableComment
          A comment on a table
 class QViewColumn
          Represents a system column definition which is linked to its system Table definition by association.
 class QViewColumnComment
          The comment for a column
 class QViewComment
          A comment on a table
 

Uses of Term in org.plasma.query
 

Subinterfaces of Term in org.plasma.query
 interface Clause
          A collection of terms known as a clause within a query.
 interface DataProperty
          A non-reference property with a type which is a data type.
 interface Expression
          A base expression
 interface GroupBy
          A clause containing properties used to represent a grouping statement and is used in conjunction with aggregate functions.
 interface Operator
          Base interface for all operators that make up a query.
 interface OrderBy
          A clause containing properties describing ordering used to sort the result-set.
 interface PathProperty
          A reference (or non data type) property which constitutes part of a path within a data graph
 interface Property
          Base interface for all properties.
 interface Query
          The PlasmaQuery#8482; API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store.
 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.
 interface Wildcard
          A wild card property indicating the selection of all data properties within a type.
 

Uses of Term in org.plasma.query.dsl
 

Subinterfaces of Term in org.plasma.query.dsl
 interface DomainQuery
          A domain specific query serving as the entry point for assembly of a data graph.
 

Classes in org.plasma.query.dsl that implement Term
 class DataNode
          A domain query node which is a data property end point within a query graph.
 class DomainRoot
          The implementation of a domain query as a root within a query graph.
 class PathNode
          A domain object which is not an end point but a single step within a path within a query graph.
 class WildcardDataNode
          A domain query node which is a wild card data end point within a query graph.
 

Uses of Term in org.plasma.query.model
 

Classes in org.plasma.query.model that implement Term
 class ArithmeticOperator
          Java class for ArithmeticOperator complex type.
 class Expression
          Java class for Expression complex type.
 class GroupBy
          Java class for GroupBy complex type.
 class GroupOperator
           
 class Literal
           
 class LogicalOperator
           
 class NullLiteral
           
 class OrderBy
           
 class Property
           
 class Query
           
 class RelationalOperator
           
 class Select
           
 class SubqueryOperator
           
 class Term
           
 class Where
           
 class WildcardOperator
           
 class WildcardProperty
           
 

Uses of Term in org.plasma.query.xpath
 

Subinterfaces of Term in org.plasma.query.xpath
 interface XPathQuery
           
 interface XPathSelect
           
 interface XPathWhere
           
 



Copyright © 2013. All rights reserved.