Quoted

case class Quoted[+T](ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def insert: Insert[T]
Extension method from io.getquill
inline def insertValue: Insert[T]
Extension method from io.getquill
override def toString: String
Definition Classes
Any
inline def update: Update[T]
Extension method from io.getquill
inline def updateValue: Update[T]
Extension method from io.getquill

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product