SqlUpdateTableFromWhereImpl
dataprism.platform.sql.SqlOperations.SqlUpdateTableFromWhereImpl
class SqlUpdateTableFromWhereImpl[A[_[_]], C[_[_]]](val table: Table[Codec, A], val from: Query[C], val where: (A[DbValue], C[DbValue]) => DbValue[Boolean]) extends SqlUpdateTableFromWhere[A, C]
Attributes
- Source
- SqlOperations.scala
- Graph
-
- Supertypes
Members list
In this article