|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.Object[] getParameterizedValues()
public PreparedStatement getPreparedStatement()
|
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |