org.tmatesoft.sqljet.core.internal.schema
Class SqlJetExpression

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
All Implemented Interfaces:
ISqlJetExpression
Direct Known Subclasses:
SqlJetBetweenExpression, SqlJetBinaryExpression, SqlJetBindParameter, SqlJetBlobLiteral, 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


Constructor Summary
SqlJetExpression()
           
 
Method Summary
static ISqlJetExpression create(org.antlr.runtime.tree.CommonTree ast)
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlJetExpression

public SqlJetExpression()
Method Detail

create

public static ISqlJetExpression create(org.antlr.runtime.tree.CommonTree ast)
                                throws SqlJetException
Throws:
SqlJetException

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface ISqlJetExpression