Class SqlJetExpression

java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
All Implemented Interfaces:
ISqlJetExpression
Direct Known Subclasses:
SqlJetBetweenExpression, SqlJetBinaryExpression, SqlJetBindParameter, SqlJetBlobLiteral, SqlJetBoolLiteral, SqlJetCaseExpression, SqlJetCastExpression, SqlJetCollateExpression, SqlJetColumnExpression, SqlJetFloatLiteral, SqlJetFunctionExpression, SqlJetFunctionLiteral, SqlJetInTableExpression, SqlJetIntegerLiteral, SqlJetInValuesExpression, SqlJetIsNullExpression, SqlJetMatchExpression, SqlJetNullLiteral, SqlJetRaiseExpression, SqlJetStringLiteral, SqlJetUnaryExpression

public abstract class SqlJetExpression extends java.lang.Object implements ISqlJetExpression
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.antlr.runtime.tree.CommonTree ast)
     
    java.lang.Object
     

    Methods inherited from class java.lang.Object

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