Table

liewhite.sqlx.Table
See theTable companion trait
object Table

Attributes

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

Members list

Value members

Concrete methods

transparent inline def apply[T <: Product]: Any

Givens

Givens

inline given derived[A <: Product](using gen: ProductOf[A], labelling: Labelling[A], primary: RepeatableAnnotations[Primary, A], index: RepeatableAnnotations[Index, A], unique: RepeatableAnnotations[Unique, A], length: RepeatableAnnotations[Length, A], precision: RepeatableAnnotations[Precision, A], defaultValue: DefaultValue[A], renamesAnn: RepeatableAnnotations[ColumnName, A], tableNameAnn: RepeatableAnnotation[TableName, A], splitAnn: RepeatableAnnotation[SplitTable, A]): Table[A]