package canton
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class ActionBasedSQLInterpolation extends AnyVal
Fork of slick's sql interpolation.
Fork of slick's sql interpolation.
sqlu
now returns an action indicating a write effect.sql
now returns a forked SQL action builder whereas
results in an action with read effect andasUpdate
in one with a write effect. - final case class SQLActionBuilder(queryParts: Seq[Any], unitPConv: SetParameter[Unit]) extends Product with Serializable
Value Members
- object ActionBasedSQLInterpolation