Package 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
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
-
-