object Action extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Action
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Evaluation(name: Option[String], varTrans: List[VariableTransform], op: Op) extends Step with Product with Serializable
  2. case class Foreach(initOp: Op, action: Action) extends Op with Product with Serializable
  3. case class If(cond: Op, action: Action) extends Op with Product with Serializable
  4. case class Invocation(className: String, function: String) extends Op with Product with Serializable
  5. sealed trait Op extends AnyRef
  6. case class RedirectToKey(name: String) extends Op with Product with Serializable
  7. case class RemoveVar(name: Option[String]) extends Step with Product with Serializable
  8. case class Return(name: Option[String], varTrans: List[VariableTransform], value: Op) extends Step with Product with Serializable
  9. case class SetEnv(name: Option[String], varTrans: List[VariableTransform], value: Op) extends Step with Product with Serializable
  10. case class Status(code: Option[Int], bodyTresql: String, parameterIndex: Int) extends Op with Product with Serializable
  11. sealed trait Step extends AnyRef
  12. case class Tresql(tresql: String) extends Op with Product with Serializable
  13. case class UniqueOpt(innerOp: Op) extends Op with Product with Serializable
  14. case class Validations(name: Option[String], validations: Seq[String], db: Option[DbAccessKey]) extends Step with Product with Serializable
  15. case class VariableTransform(form: String, to: Option[String]) extends Product with Serializable
  16. case class VariableTransforms(transforms: List[VariableTransform]) extends Op with Product with Serializable
  17. case class ViewCall(method: String, view: String) extends Op with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BindVarCursorsForViewFunctionName: String
  5. val BindVarCursorsFunctionName: String
  6. val Count: String
  7. val Create: String
  8. val Delete: String
  9. val Get: String
  10. val Insert: String
  11. val LimitKey: String
  12. val List: String
  13. val OffsetKey: String
  14. val OrderKey: String
  15. val Save: String
  16. val Update: String
  17. val Upsert: String
  18. val ValidationsKey: String
  19. def apply(): Set[String]
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. object Commit extends Op with Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped