org.plasma.query
Interface IntegralDataProperty

All Superinterfaces:
DataProperty, Property, Term
All Known Implementing Classes:
DataNode, Property

public interface IntegralDataProperty
extends DataProperty

A non-reference property with a type which is a String data type.


Method Summary
 IntegralDataProperty abs()
          Constructs a value function, which returns absolute value of the data, and returns this data property for use in subsequent operations
 
Methods inherited from interface org.plasma.query.DataProperty
asc, avg, between, desc, eq, ge, getName, gt, in, isDistinct, isNotNull, isNull, le, like, lt, max, min, ne, notIn, sum
 

Method Detail

abs

IntegralDataProperty abs()
Constructs a value function, which returns absolute value of the data, and returns this data property for use in subsequent operations

Returns:
this data property for use in subsequent operations


Copyright © 2014. All rights reserved.