Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetExpression
-
- All Known Subinterfaces:
ISqlJetBetweenExpression
,ISqlJetBinaryExpression
,ISqlJetBindParameter
,ISqlJetBlobLiteral
,ISqlJetCaseExpression
,ISqlJetCastExpression
,ISqlJetCollateExpression
,ISqlJetColumnExpression
,ISqlJetFloatLiteral
,ISqlJetFunctionExpression
,ISqlJetFunctionLiteral
,ISqlJetInExpression
,ISqlJetInTableExpression
,ISqlJetIntegerLiteral
,ISqlJetInValuesExpression
,ISqlJetIsNullExpression
,ISqlJetLiteralValue
,ISqlJetMatchExpression
,ISqlJetNullLiteral
,ISqlJetRaiseExpression
,ISqlJetStringLiteral
,ISqlJetUnaryExpression
- All Known Implementing Classes:
SqlJetBetweenExpression
,SqlJetBinaryExpression
,SqlJetBindParameter
,SqlJetBlobLiteral
,SqlJetBoolLiteral
,SqlJetCaseExpression
,SqlJetCastExpression
,SqlJetCollateExpression
,SqlJetColumnExpression
,SqlJetExpression
,SqlJetFloatLiteral
,SqlJetFunctionExpression
,SqlJetFunctionLiteral
,SqlJetInTableExpression
,SqlJetIntegerLiteral
,SqlJetInValuesExpression
,SqlJetIsNullExpression
,SqlJetMatchExpression
,SqlJetNullLiteral
,SqlJetRaiseExpression
,SqlJetStringLiteral
,SqlJetUnaryExpression
public interface ISqlJetExpression
SQL expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue()
-