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

    Modifier and Type
    Method
    Description
    java.lang.Double
     
    java.lang.String
     

    Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SqlJetFloatLiteral

      public SqlJetFloatLiteral(org.antlr.runtime.tree.CommonTree ast)
  • Method Details