Skip navigation links

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

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


com.bea.wlevs.ede.api
Interface BoundStatement


public interface BoundStatement
extends Statement

Statement created through binding placeholder values for a PreparedStatement. These statements are managed by the PreparedStatement that created them rather than through the StatementManager of the Processor.


Method Summary
 java.lang.Object[] getParameterizedValues()
          Returns the array of parameterized values used to bind the Statement.
 PreparedStatement getPreparedStatement()
          Returns the PreparedStatement that created and is managing this BoundStatement.

 

Methods inherited from interface com.bea.wlevs.ede.api.Statement
destroy, getId, getQuery, start, stop

 

Methods inherited from interface com.bea.wlevs.ede.api.EventSender
sendEvent

 

Methods inherited from interface com.bea.wlevs.ede.api.BatchRelationSender
sendEvents

 

Methods inherited from interface com.bea.wlevs.ede.api.BatchStreamSender
sendInsertEvents

 

Methods inherited from interface com.bea.wlevs.ede.api.RelationSender
sendDeleteEvent, sendUpdateEvent

 

Method Detail

getParameterizedValues

public java.lang.Object[] getParameterizedValues()
Returns the array of parameterized values used to bind the Statement.
Returns:
Object array used to bind statement

getPreparedStatement

public PreparedStatement getPreparedStatement()
Returns the PreparedStatement that created and is managing this BoundStatement.
Returns:
PreparedStatement managing this BoundStatement

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