|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RealDataProperty
A non-reference property with a type which is an real data type.
| Method Summary | |
|---|---|
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 |
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 |
round()
Constructs a function, which returns the nearest integer, 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 |
|---|
RealDataProperty ceiling()
RealDataProperty floor()
RealDataProperty round()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||