Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cartridge
Interface ExternalPredicate


public interface ExternalPredicate

Represents prepared statement predicates.
Infrastructure considers capabilities of external data-source when providing ExternalPredicate.

See Also:
CapabilityProvider

Method Summary
 java.util.List getAttributes()
          Returns list of attributes being used in predicate
 java.lang.String getClause()
          Returns predicate clause as a String.

 

Method Detail

getClause

public java.lang.String getClause()
Returns predicate clause as a String.
Returns:
predicate clause

getAttributes

public java.util.List getAttributes()
Returns list of attributes being used in predicate
Returns:
list of attributes

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD