Class SqlJetBoolLiteral

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

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

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

    Modifier and Type
    Method
    Description
    boolean
     
    java.lang.String
     

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

    create, getValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression

    getValue
  • Constructor Details

    • SqlJetBoolLiteral

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

    • getBoolean

      public boolean getBoolean()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object