DynamicAction

io.getquill.DynamicAction
See theDynamicAction companion object
sealed trait DynamicAction[A <: Action[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DynamicActionReturning[E, Output]
class DynamicDelete[E]
trait DynamicInsert[E]
class DynamicUpdate[E]

Members list

Value members

Concrete methods

def copy(ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase]): Quoted[Nothing]
Implicitly added by toQuoted
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val ast: Ast
Implicitly added by toQuoted
val lifts: List[Planter[_, _, _]]
Implicitly added by toQuoted
Implicitly added by toQuoted