c

de.codecentric.gatling.jdbc.action

JdbcSelectAction

case class JdbcSelectAction(requestName: Expression[String], what: Expression[String], from: Expression[String], where: Option[Expression[String]], checks: List[JdbcCheck], clock: Clock, statsEngine: StatsEngine, next: Action) extends JdbcAction with Product with Serializable

Created by ronny on 11.05.17.

Linear Supertypes
Serializable, Serializable, Product, Equals, JdbcAction, NameGen, ChainableAction, Action, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcSelectAction
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JdbcAction
  7. NameGen
  8. ChainableAction
  9. Action
  10. StrictLogging
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcSelectAction(requestName: Expression[String], what: Expression[String], from: Expression[String], where: Option[Expression[String]], checks: List[JdbcCheck], clock: Clock, statsEngine: StatsEngine, next: Action)

Value Members

  1. def !(session: Session): Unit
    Definition Classes
    ChainableAction → Action
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val checks: List[JdbcCheck]
  7. val clock: Clock
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def execute(session: Session): Unit
    Definition Classes
    JdbcSelectAction → Action
  11. val from: Expression[String]
  12. def genName(base: String): String
    Definition Classes
    NameGen
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def log(start: Long, end: Long, tried: Try[_], requestName: Expression[String], session: Session, statsEngine: StatsEngine): Unit
    Definition Classes
    JdbcAction
  16. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  17. def name: String
    Definition Classes
    JdbcSelectAction → Action
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val next: Action
    Definition Classes
    JdbcSelectAction → ChainableAction
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def recover(session: Session)(v: Validation[_]): Unit
    Definition Classes
    ChainableAction
  23. val requestName: Expression[String]
  24. val statsEngine: StatsEngine
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val what: Expression[String]
  30. val where: Option[Expression[String]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JdbcAction

Inherited from NameGen

Inherited from ChainableAction

Inherited from Action

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped