Uses of Interface
org.plasma.query.RealDataProperty

Packages that use RealDataProperty
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. 
 

Uses of RealDataProperty in org.plasma.query
 

Methods in org.plasma.query that return RealDataProperty
 RealDataProperty RealDataProperty.ceiling()
          Constructs a function, which returns the smallest integer that is greater than the number, and returns this data property for use in subsequent operations
 RealDataProperty RealDataProperty.floor()
          Constructs a function, which returns the largest integer that is greater than the number, and returns this data property for use in subsequent operations
 RealDataProperty RealDataProperty.round()
          Constructs a function, which returns the nearest integer, and returns this data property for use in subsequent operations
 

Uses of RealDataProperty in org.plasma.query.dsl
 

Classes in org.plasma.query.dsl that implement RealDataProperty
 class DataNode
          A domain query node which is a data property end point within a query graph.
 

Methods in org.plasma.query.dsl that return RealDataProperty
 RealDataProperty DataNode.ceiling()
           
 RealDataProperty DataNode.floor()
           
 RealDataProperty DataNode.round()
           
 

Uses of RealDataProperty in org.plasma.query.model
 

Classes in org.plasma.query.model that implement RealDataProperty
 class Property
           
 

Methods in org.plasma.query.model that return RealDataProperty
 RealDataProperty Property.ceiling()
           
 RealDataProperty Property.floor()
           
 RealDataProperty Property.round()
           
 



Copyright © 2014. All rights reserved.