usql.dao.ColumnPath
See theColumnPath companion object
case class ColumnPath[R, T](root: SqlFielded[R], fields: List[String], alias: Option[String]) extends Selectable, SqlIdentifying
Helper for going through the field path of SqlFielded.
They can provide Identifiers and build getters like lenses do.
Type parameters
- R
-
root model
- T
-
end path
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlIdentifyingtrait Selectableclass Objecttrait Matchableclass Any
Members list
In this article