BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.jdbc.rowset
Class SQLPredicate

java.lang.Object
  extended byweblogic.jdbc.rowset.SQLPredicate
All Implemented Interfaces:
Predicate, Serializable

public class SQLPredicate
extends Object
implements Predicate, Serializable

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 J2EE 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
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SQLPredicate(String selector)
          Constructor with a query string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLPredicate

public SQLPredicate(String selector)
             throws weblogic.utils.expressions.ExpressionParserException
Constructor with a query string.

Throws:
weblogic.utils.expressions.ExpressionParserException - if selector string is not in valid format.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.