Interface SQLExpressionIF

All Known Implementing Classes:
SQLAnd, SQLEquals, SQLExists, SQLFalse, SQLIn, SQLIsNull, SQLJoin, SQLLike, SQLNot, SQLNotEquals, SQLOr, SQLSetOperation, SQLValueExpression, SQLVerbatimExpression

public interface SQLExpressionIF
INTERNAL: Represents an expression in a SQL query.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    INTERNAL: Constant referring to the SQLAnd class.
    static final int
    INTERNAL: Constant referring to the SQLEquals class.
    static final int
    INTERNAL: Constant referring to the SQLExists class.
    static final int
    INTERNAL: Constant referring to the SQLFalse class.
    static final int
    INTERNAL: Constant referring to the SQLIn class.
    static final int
    INTERNAL: Constant referring to the SQLIsNull class.
    static final int
    INTERNAL: Constant referring to the SQLJoin class.
    static final int
    INTERNAL: Constant referring to the SQLLike class.
    static final int
    INTERNAL: Constant referring to the SQLNot class.
    static final int
    INTERNAL: Constant referring to the SQLNotEquals class.
    static final int
    INTERNAL: Constant referring to the SQLOr class.
    static final int
    INTERNAL: Constant referring to the SQLSetOperation class.
    static final int
    INTERNAL: Constant referring to the SQLValueExpression class.
    static final int
    INTERNAL: Constant referring to the SQLVerbatimExpression class.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    INTERNAL: Returns the expression type.