org.eclipse.lyo.core.query
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
 String value()
           
 
Methods inherited from interface org.eclipse.lyo.core.query.Value
type
 

Method Detail

value

String value()


Copyright © 2013. All Rights Reserved.