com.wda.sdbc.base.Update

Update

case class Update extends (base.Update.this)#AbstractQuery[(base.Update.this)#Update] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (base.Update.this)#AbstractQuery[(base.Update.this)#Update], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Update
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractQuery
  7. Logging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def execute()(implicit connection: (base.Update.this)#Connection): Unit

    Definition Classes
    AbstractQuery
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def largeUpdate()(implicit connection: (base.Update.this)#Connection): Long

  14. val logger: Logger

    Definition Classes
    Logging
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def on(parameterValues: (String, Option[(base.Update.this)#ParameterValue[_]])*): (base.Update.this)#Update

    Definition Classes
    AbstractQuery
  19. def parameterPositions: Map[String, Set[Int]]

    Definition Classes
    AbstractQuery
  20. val parameterValues: Map[String, Option[(base.Update.this)#ParameterValue[_]]]

    Definition Classes
    UpdateAbstractQuery
  21. def prepare(updatable: Boolean = false)(implicit connection: (base.Update.this)#Connection): PreparedStatement

    Attributes
    protected
    Definition Classes
    AbstractQuery
  22. def queryText: String

    Definition Classes
    AbstractQuery
  23. def setParameters(nameValuePairs: (String, Option[(base.Update.this)#ParameterValue[_]])*): Map[String, Option[(base.Update.this)#ParameterValue[_]]]

    Attributes
    protected
    Definition Classes
    AbstractQuery
  24. val statement: CompiledStatement

    Definition Classes
    UpdateAbstractQuery
  25. def subclassConstructor(statement: CompiledStatement, parameterValues: Map[String, Option[(base.Update.this)#ParameterValue[_]]]): (base.Update.this)#Update

    Attributes
    protected
    Definition Classes
    UpdateAbstractQuery
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def update()(implicit connection: (base.Update.this)#Connection): Int

  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withPreparedStatement[U](f: (PreparedStatement) ⇒ U)(implicit connection: (base.Update.this)#Connection): U

    Perform some action on a Prepared Statement, being sure to close it.

    Perform some action on a Prepared Statement, being sure to close it. Do not use this method when the result depends on an open result, such as if f returned an iterator.

    U
    f
    connection
    returns

    Attributes
    protected
    Definition Classes
    AbstractQuery

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (base.Update.this)#AbstractQuery[(base.Update.this)#Update]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped