Package wt.query

Interface RelationalExpression

All Superinterfaces:
wt.query.Expression
All Known Subinterfaces:
ColumnExpression
All Known Implementing Classes:
AnalyticFunction, ArrayExpression, ClassAttribute, ColumnListExpression, ColumnSubSelectExpression, ConstantExpression, DateExpression, FixedLengthStringExpression, KeywordExpression, RangeExpression, SQLFunction, SubSelectExpression, TableColumn

public interface RelationalExpression extends wt.query.Expression
This interface defines an expression that can be used as an operand in a relational expression in a SQL WHERE clause.

Supported API: true

Extendable: false
  • Field Summary

    Fields inherited from interface wt.query.Expression

    FROM_COUNT
  • Method Summary

    Methods inherited from interface wt.query.Expression

    getFromCount, setFromAlias, validate