Package rife.database

Class VirtualParameters

java.lang.Object
rife.database.VirtualParameters

public class VirtualParameters extends Object
Internal class to handle virtual parameters of a DbPreparedStatement.
Since:
1.0
  • Constructor Details

  • Method Details

    • callHandler

      public void callHandler(DbPreparedStatement statement)
      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 virtual parameters defined.
      Since:
      1.0