BEA Systems, Inc.

BEA WebLogic Server 9.0 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

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SQLPredicate(String selector)
           
 
Method Summary
 boolean evaluate(Object o, int i)
           
 boolean evaluate(Object o, String s)
           
 boolean evaluate(RowSet rs)
           
 
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
Method Detail

evaluate

public boolean evaluate(Object o,
                        int i)
                 throws SQLException
Specified by:
evaluate in interface Predicate
Throws:
SQLException

evaluate

public boolean evaluate(Object o,
                        String s)
                 throws SQLException
Specified by:
evaluate in interface Predicate
Throws:
SQLException

evaluate

public boolean evaluate(RowSet rs)
Specified by:
evaluate in interface Predicate

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