com.uwyn.rife.database
Interface VirtualParametersHandler
public interface VirtualParametersHandler
Internal interface that defines the methods that a
VirtualParameters handler has to support.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
|
Method Summary |
void |
handleValues(DbPreparedStatement statement)
To whatever is needed according to the virtual parameters that have
been defined in a prepared statement before execution. |
handleValues
void handleValues(DbPreparedStatement statement)
- 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 virtual
parameters defined.- Since:
- 1.0
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.