Class RunnableDMLContext

java.lang.Object
com.espertech.esperio.db.core.RunnableDMLContext

public class RunnableDMLContext extends Object
  • Constructor Details

    • RunnableDMLContext

      public RunnableDMLContext(String name, com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConnectionFactory connectionFactory, DMLStatement dmlStatement, Integer retry, Double retryWait)
  • Method Details

    • getName

      public String getName()
    • getConnectionFactory

      public com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConnectionFactory getConnectionFactory()
    • getDmlStatement

      public DMLStatement getDmlStatement()
    • getRetry

      public Integer getRetry()
    • getRetryWait

      public Double getRetryWait()