SqlFielded

usql.dao.SqlFielded
See theSqlFielded companion trait
object SqlFielded

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SqlFielded.type

Members list

Type members

Classlikes

case class SimpleSqlFielded[T](fields: Seq[Field[_]], splitter: T => List[Any], builder: List[Any] => T) extends SqlFielded[T]

Simple implementation.

Simple implementation.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlFielded[T]
trait SqlColumnar[T]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def derived[T <: Product : ProductOf](using evidence$1: ProductOf[T], nm: NameMapping): SqlFielded[T]