c

de.codecentric.gatling.jdbc.action

JdbcInsertAction

case class JdbcInsertAction(requestName: Expression[String], tableName: Expression[String], values: Expression[String], 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. JdbcInsertAction
  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 JdbcInsertAction(requestName: Expression[String], tableName: Expression[String], values: Expression[String], 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 clock: Clock
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def execute(session: Session): Unit
    Definition Classes
    JdbcInsertAction → Action
  10. def genName(base: String): String
    Definition Classes
    NameGen
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def log(start: Long, end: Long, tried: Try[_], requestName: Expression[String], session: Session, statsEngine: StatsEngine): Unit
    Definition Classes
    JdbcAction
  14. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  15. def name: String
    Definition Classes
    JdbcInsertAction → Action
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val next: Action
    Definition Classes
    JdbcInsertAction → ChainableAction
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def recover(session: Session)(v: Validation[_]): Unit
    Definition Classes
    ChainableAction
  21. val requestName: Expression[String]
  22. val statsEngine: StatsEngine
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val tableName: Expression[String]
  25. val values: Expression[String]
  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( ... )

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