Class JDBCStringContains

    • Constructor Detail

      • JDBCStringContains

        public JDBCStringContains()
        Deprecated.
    • Method Detail

      • appendTo

        public void appendTo​(SQLBuffer buf,
                             FilterValue target,
                             FilterValue[] args,
                             ClassMapping type,
                             JDBCStore store)
        Deprecated.
        Description copied from interface: JDBCFilterListener
        Append the SQL for this expression or value.
        Specified by:
        appendTo in interface JDBCFilterListener
        Parameters:
        buf - the SQL buffer to append to
        target - the target to act on, or null if the listener doesn't expect a target
        args - the values of the arguments given in the filter, or null if this listener doesn't expect arguments
        type - the class mapping for the query's candidate class
        store - the store that owns the query