| com.uwyn.rife.database.VirtualParametersHandler
All known Subclasses: com.uwyn.rife.database.capabilities.LimitOffsetCompensator,
VirtualParametersHandler | public interface VirtualParametersHandler (Code) | | Internal interface that defines the methods that a
VirtualParameters handler has to support.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
Method Summary | |
public void | handleValues(DbPreparedStatement statement) To whatever is needed according to the virtual parameters that have
been defined in a prepared statement before execution. |
handleValues | public void handleValues(DbPreparedStatement statement)(Code) | | To whatever is needed according to the virtual parameters that have
been defined in a prepared statement before execution.
Parameters: statement - the prepared statement that has all the virtualparameters defined. since: 1.0 |
|
|