org.squeryl.dsl.QueryDsl

CountSubQueryableQuery

class CountSubQueryableQuery extends Query[Long] with ScalarQuery[Long]

Linear Supertypes
ScalarQuery[Long], SingleRowQuery[Long], SingleColumnQuery[Long], Query[Long], Queryable[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CountSubQueryableQuery
  2. ScalarQuery
  3. SingleRowQuery
  4. SingleColumnQuery
  5. Query
  6. Queryable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CountSubQueryableQuery(q: Queryable[_])

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. def Count: ScalarQuery[Long]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def ast: ExpressionNode

    Definition Classes
    CountSubQueryableQueryQuery
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def distinct: CountSubQueryableQuery

    Definition Classes
    CountSubQueryableQueryQuery
  11. def dumpAst: String

    Definition Classes
    CountSubQueryableQueryQuery
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def forUpdate: ScalarQuery[Long]

    Definition Classes
    CountSubQueryableQueryQuery
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def headOption: Option[Long]

    Definition Classes
    Query
  19. def invokeYield(rsm: ResultSetMapper, rs: ResultSet): Long

    Attributes
    protected[org.squeryl]
    Definition Classes
    CountSubQueryableQueryQuery
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def iterator: Iterator[Long]

    Definition Classes
    CountSubQueryableQueryQuery
  22. def minus(q: Query[Long]): Query[Long]

    Definition Classes
    Query
  23. def name: String

    Definition Classes
    CountSubQueryableQueryQueryable
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def page(offset: Int, length: Int): CountSubQueryableQuery

    Definition Classes
    CountSubQueryableQueryQuery
  28. def single: Long

    Returns the first row of the query.

    Returns the first row of the query. An exception will be thrown if the query returns no row or more than one row.

    Definition Classes
    Query
  29. def singleOption: Option[Long]

    Returns Some(singleRow), None if there are none, throws an exception if the query returns more than one row.

    Returns Some(singleRow), None if there are none, throws an exception if the query returns more than one row.

    Definition Classes
    Query
  30. def statement: String

    returns a 'pretty' statement, i.

    returns a 'pretty' statement, i.e. values are printed instead of '?'

    Definition Classes
    CountSubQueryableQueryQuery
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def union(q: Query[Long]): Query[Long]

    Definition Classes
    Query
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def where(whereClauseFunctor: (Long) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Query[Long]

    Definition Classes
    Queryable

Inherited from ScalarQuery[Long]

Inherited from SingleRowQuery[Long]

Inherited from SingleColumnQuery[Long]

Inherited from Query[Long]

Inherited from Queryable[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped