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
-
-
Constructor Summary
Constructors Constructor Description SqlJetExpression()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ISqlJetExpressioncreate(org.antlr.runtime.tree.CommonTree ast)java.lang.ObjectgetValue()
-
-
-
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:
getValuein interfaceISqlJetExpression
-
-