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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ISqlJetExpression
create
(org.antlr.runtime.tree.CommonTree ast) getValue()
-
Constructor Details
-
SqlJetExpression
public SqlJetExpression()
-
-
Method Details
-
create
public static ISqlJetExpression create(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException - Throws:
SqlJetException
-
getValue
- Specified by:
getValue
in interfaceISqlJetExpression
-