org.tmatesoft.sqljet.core.schema
Interface ISqlJetFloatLiteral

All Superinterfaces:
ISqlJetExpression, ISqlJetLiteralValue
All Known Implementing Classes:
SqlJetFloatLiteral

public interface ISqlJetFloatLiteral
extends ISqlJetLiteralValue

Float literal.


Method Summary
 java.lang.Double getValue()
           
 

Method Detail

getValue

java.lang.Double getValue()
Specified by:
getValue in interface ISqlJetExpression