Class SQLExpression

  • All Implemented Interfaces:
    java.io.Serializable, JDBCFilterListener, FilterListener

    @Deprecated
    public class SQLExpression
    extends SQLEmbed
    Deprecated.
    Use SQLEmbed directly
    Simple listener which embeds the argument as an expression into the where clause generated by the query. Listens on "ext:sqlExp". Example:
    "price < 10 || ext:sqlExp (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE) > 100\")"
    See Also:
    Serialized Form
    • Constructor Detail

      • SQLExpression

        public SQLExpression()
        Deprecated.
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Deprecated.
        Description copied from interface: FilterListener
        Return the tag that this extension listens for.
        Specified by:
        getTag in interface FilterListener
        Overrides:
        getTag in class SQLEmbed