- All Implemented Interfaces:
java.io.Serializable
, javax.sql.rowset.Predicate
@Deprecated
public class SQLPredicate
extends java.lang.Object
implements javax.sql.rowset.Predicate, java.io.Serializable
Deprecated.
SQLPredicate is an out-of-box implementation of JDBC RowSet API
(javax.sql.rowset.Predicate) interface.
WebLogic JMS uses a message selector to filter its messages. Since many
Java EE developers already know the JMS message selector, WebLogic JDBC RowSet also
uses the same query language syntax for the SQLPredicate.
When refering to the columns of a CachedRowSet object in the query
string, the column name must be used. Column ID is not supported.
- See Also:
- Serialized Form