Package rife.database
Interface VirtualParametersHandler
public interface VirtualParametersHandler
Internal interface that defines the methods that a
VirtualParameters
handler has to support.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleValues
(DbPreparedStatement statement) To whatever is needed according to the virtual parameters that have been defined in a prepared statement before execution.
-
Method Details
-
handleValues
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
-