Interface DecimalValue

All Superinterfaces:
Value

public interface DecimalValue extends Value
Decimal literal operand from olsc.where clause.

Not converted to any Java native class as only clients of this interface can convert to native DB field values without losing precision.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.lyo.core.query.Value

    Value.Type
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.eclipse.lyo.core.query.Value

    type
  • Method Details