|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jdbc.rowset.SQLPredicate
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.
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 |
public SQLPredicate(String selector) throws weblogic.utils.expressions.ExpressionParserException
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. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |