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.
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
Copyright © 2007 BEA Systems All Rights Reserved.