SimpleColumnar
usql.dao.SqlColumnar.SimpleColumnar
case class SimpleColumnar[T](columns: SqlIdentifiers, rowDecoder: ResultRowDecoder[T], parameterFiller: ParameterFiller[T]) extends SqlColumnar[T]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlColumnar[T]class Objecttrait Matchableclass Any
Members list
In this article