in scala/dbc/statement
class SetClause

case class SetClause(name: String, expr: Expression)
extends Object
with ScalaObject
with CaseClass

Data to be inserted into a table in an Insert.

Field Summary
  val expr: Expression
  val name: String
  val value: Tuple2[String,Expression]

Method Summary
  def sqlString: String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

name

  val name: String

expr

  val expr: Expression

value

  val value: Tuple2[String,Expression]
Method Detail

sqlString

  def sqlString: String