UpdateSQLBuilder
scalikejdbc.QueryDSLFeature.UpdateSQLBuilder
case class UpdateSQLBuilder(sql: SQLSyntax) extends SQLBuilder[UpdateOperation], WhereSQLBuilder[UpdateOperation]
SQLBuilder for update queries.
Attributes
- Source
- QueryDSLFeature.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WhereSQLBuilder[UpdateOperation]trait SQLBuilder[UpdateOperation]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- QueryDSLFeature.scala
returning
for PostgreSQL
Attributes
- Source
- QueryDSLFeature.scala
Attributes
- Source
- QueryDSLFeature.scala
This is a work around of a Scala compiler bug (SI-7420).
This is a work around of a Scala compiler bug (SI-7420).
Attributes
- See also
- Source
- QueryDSLFeature.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- SQLBuilder
- Source
- QueryDSLFeature.scala
Attributes
- Inherited from:
- SQLBuilder
- Source
- QueryDSLFeature.scala
Attributes
- Inherited from:
- WhereSQLBuilder
- Source
- QueryDSLFeature.scala
Attributes
- Inherited from:
- WhereSQLBuilder
- Source
- QueryDSLFeature.scala
In this article