Row

io.getquill.context.mirror.Row
See theRow companion object
case class Row(elements: List[Data])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(value: Any): Row
def add(key: String, value: Any): Row
def apply[T](index: Int)(using t: ClassTag[T]): T
def apply[T](key: String)(using t: ClassTag[T]): T
def data: List[(String, Any)]
def indexOfKey(key: String): Int
def nullAt(index: Int): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product