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