usql.dao.ColumnPath
See theColumnPath companion class
object ColumnPath
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ColumnPath.type
Members list
Type members
Classlikes
case class ColumnWalker[R, T](column: Column[T], mapping: SqlIdentifier => SqlIdentifier, getter: R => T) extends Walker[R, T]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class FieldedWalker[R, T](model: SqlFielded[T], mapping: SqlIdentifier => SqlIdentifier, getter: R => T) extends Walker[R, T]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
In this article