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, SqlJetCaseExpression, SqlJetCastExpression, SqlJetCollateExpression, SqlJetColumnExpression, SqlJetExpression, SqlJetFloatLiteral, SqlJetFunctionExpression, SqlJetFunctionLiteral, SqlJetInTableExpression, SqlJetIntegerLiteral, SqlJetInValuesExpression, SqlJetIsNullExpression, SqlJetMatchExpression, SqlJetNullLiteral, SqlJetRaiseExpression, SqlJetStringLiteral, SqlJetUnaryExpression

public interface ISqlJetExpression

SQL expression.


Method Summary
 java.lang.Object getValue()
           
 

Method Detail

getValue

java.lang.Object getValue()