com.wda.sdbc.base.Select

Select

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

Linear Supertypes
Serializable, Serializable, Product, Equals, (base.Select.this)#AbstractQuery[(base.Select.this)#Select[T]], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Select
  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.Select.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 iterator()(implicit connection: (base.Select.this)#Connection): Iterator[T]

  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.Select.this)#ParameterValue[_]])*): (base.Select.this)#Select[T]

    Definition Classes
    AbstractQuery
  19. def option()(implicit connection: (base.Select.this)#Connection): Option[T]

  20. def parameterPositions: Map[String, Set[Int]]

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

    Definition Classes
    SelectAbstractQuery
  22. def prepare(updatable: Boolean = false)(implicit connection: (base.Select.this)#Connection): PreparedStatement

    Attributes
    protected
    Definition Classes
    AbstractQuery
  23. def queryText: String

    Definition Classes
    AbstractQuery
  24. def seq()(implicit connection: (base.Select.this)#Connection): Seq[T]

  25. def setParameters(nameValuePairs: (String, Option[(base.Select.this)#ParameterValue[_]])*): Map[String, Option[(base.Select.this)#ParameterValue[_]]]

    Attributes
    protected
    Definition Classes
    AbstractQuery
  26. def single()(implicit connection: (base.Select.this)#Connection): T

  27. val statement: CompiledStatement

    Definition Classes
    SelectAbstractQuery
  28. def subclassConstructor(statement: CompiledStatement, parameterValues: Map[String, Option[(base.Select.this)#ParameterValue[_]]]): (base.Select.this)#Select[T]

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

    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withPreparedStatement[U](f: (PreparedStatement) ⇒ U)(implicit connection: (base.Select.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.Select.this)#AbstractQuery[(base.Select.this)#Select[T]]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped