c

de.codecentric.gatling.jdbc.action

JdbcCreateTableAction

case class JdbcCreateTableAction(requestName: Expression[String], tableName: Expression[String], columns: Seq[ColumnDefinition], clock: Clock, statsEngine: StatsEngine, next: Action) extends JdbcAction with Product with Serializable

Created by ronny on 10.05.17.

Linear Supertypes
Serializable, Serializable, Product, Equals, JdbcAction, NameGen, ChainableAction, Action, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcCreateTableAction
  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 JdbcCreateTableAction(requestName: Expression[String], tableName: Expression[String], columns: Seq[ColumnDefinition], 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() @throws( ... )
  8. val columns: Seq[ColumnDefinition]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def execute(session: Session): Unit
    Definition Classes
    JdbcCreateTableAction → Action
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def genName(base: String): String
    Definition Classes
    NameGen
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    JdbcCreateTableAction → Action
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val next: Action
    Definition Classes
    JdbcCreateTableAction → ChainableAction
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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. val tableName: Expression[String]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

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