Class SqlJetIntegerLiteral

java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetIntegerLiteral
All Implemented Interfaces:
ISqlJetExpression, ISqlJetIntegerLiteral, ISqlJetLiteralValue

public class SqlJetIntegerLiteral extends SqlJetExpression implements ISqlJetIntegerLiteral
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlJetIntegerLiteral(org.antlr.runtime.tree.CommonTree ast)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Long
     
    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

    • SqlJetIntegerLiteral

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