Class SqlJetIsNullExpression

java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetIsNullExpression
All Implemented Interfaces:
ISqlJetExpression, ISqlJetIsNullExpression

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

    Constructors
    Constructor
    Description
    SqlJetIsNullExpression(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