Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetFloatLiteral
-
- All Superinterfaces:
ISqlJetExpression
,ISqlJetLiteralValue
- All Known Implementing Classes:
SqlJetFloatLiteral
public interface ISqlJetFloatLiteral extends ISqlJetLiteralValue
Float literal.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Double
getValue()
-
-
-
Method Detail
-
getValue
java.lang.Double getValue()
- Specified by:
getValue
in interfaceISqlJetExpression
-
-