| java.lang.Object com.uwyn.rife.database.VirtualParameters
VirtualParameters | public class VirtualParameters (Code) | | Internal class to handle virtual parameters of a
DbPreparedStatement .
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
callHandler | public void callHandler(DbPreparedStatement statement)(Code) | | Calls the registered VirtualParametersHandler . This is
typically called when all virtual parameters have been defined in a
prepared statement and the statement is ready to be executed.
Parameters: statement - the prepared statement that has all the virtualparameters defined. since: 1.0 |
getRealIndex | int getRealIndex(int index)(Code) | | |
hasParameter | boolean hasParameter(int index)(Code) | | |
hasValue | boolean hasValue(int index)(Code) | | |
|
|