Class SqlJetFloatLiteral
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetFloatLiteral
-
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetFloatLiteral
,ISqlJetLiteralValue
public class SqlJetFloatLiteral extends SqlJetExpression implements ISqlJetFloatLiteral
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Constructor Summary
Constructors Constructor Description SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getValue()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
-
-
-
-
Method Detail
-
getValue
public java.lang.Double getValue()
- Specified by:
getValue
in interfaceISqlJetExpression
- Specified by:
getValue
in interfaceISqlJetFloatLiteral
- Overrides:
getValue
in classSqlJetExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-