Class SetTimeoutStatementBuilder.SetTimeoutStatement

java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder.SetTimeoutStatement
All Implemented Interfaces:
Statement
Enclosing class:
SetTimeoutStatementBuilder

public class SetTimeoutStatementBuilder.SetTimeoutStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
The implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.
  • Field Details

    • f_durationTimeout

      protected final com.oracle.coherence.common.util.Duration f_durationTimeout
      The name of the timeout to set as the current timeout.
  • Constructor Details

    • SetTimeoutStatement

      public SetTimeoutStatement(com.oracle.coherence.common.util.Duration timeout)
      Construct a SetTimeoutStatement that will set the current timeout used by the QueryPlus session to the specified timeout.
      Parameters:
      timeout - the value to set for the statement timeout
  • Method Details