com.wda.sdbc.base.Select

Select

Related Docs: object Select | package 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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

    Definition Classes
    AbstractQuery
  8. def finalize(): Unit

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

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

    Definition Classes
    Any
  11. def iterator()(implicit connection: (base.Select.this)#Connection): Iterator[T]

  12. val logger: Logger

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractQuery
  21. def queryText: String

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

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

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

  25. val statement: CompiledStatement

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

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

    Definition Classes
    AnyRef
  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.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