UpdateSQLBuilder

scalikejdbc.QueryDSLFeature.UpdateSQLBuilder

SQLBuilder for update queries.

Attributes

Source
QueryDSLFeature.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def append(part: SQLSyntax): UpdateSQLBuilder

Attributes

Definition Classes
Source
QueryDSLFeature.scala

returning for PostgreSQL

returning for PostgreSQL

Attributes

Source
QueryDSLFeature.scala
def set(sqlPart: SQLSyntax): UpdateSQLBuilder

Attributes

Source
QueryDSLFeature.scala
def set(tuples: (SQLSyntax, ParameterBinder)*): UpdateSQLBuilder

Attributes

Source
QueryDSLFeature.scala
def set(tuples: Map[SQLSyntax, ParameterBinder]): UpdateSQLBuilder

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toSQL: SQL[A, NoExtractor]

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