Class SQLValue

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

    @Deprecated
    public class SQLValue
    extends SQLEmbed
    Deprecated.
    Use SQLEmbed directly
    Simple listener which embeds the argument as a value into the where clause generated by the query. Listens on "ext:sqlVal". Example:
    "price < ext:sqlVal (\"(SELECT AVG (PRICE) FROM PRODUCT_TABLE)\")"
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TAG
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLValue()
      Deprecated.
       
    • Constructor Detail

      • SQLValue

        public SQLValue()
        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