c

org.squeryl.dsl.QueryDsl

CountSubQueryableQuery

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

Source
QueryDsl.scala
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
Visibility
  1. Public
  2. Protected

Instance Constructors

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

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. def Count: ScalarQuery[Long]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def ast: ExpressionNode
    Definition Classes
    CountSubQueryableQueryQuery
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def distinct: CountSubQueryableQuery
    Definition Classes
    CountSubQueryableQueryQuery
  9. def dumpAst: String
    Definition Classes
    CountSubQueryableQueryQuery
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def except(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  13. def exceptAll(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def forUpdate: ScalarQuery[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def headOption: Option[Long]
    Definition Classes
    Query
  19. def intersect(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  20. def intersectAll(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  21. def invokeYield(rsm: ResultSetMapper, rs: ResultSet): Long
    Attributes
    protected[squeryl]
    Definition Classes
    CountSubQueryableQueryQuery
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterator: Iterator[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  24. def name: String
    Definition Classes
    CountSubQueryableQueryQueryable
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def page(offset: Int, length: Int): CountSubQueryableQuery
    Definition Classes
    CountSubQueryableQueryQuery
  29. 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
  30. 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
  31. def statement: String

    returns a 'pretty' statement, i.e.

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

    Definition Classes
    CountSubQueryableQueryQuery
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def union(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  35. def unionAll(q0: Query[Long]): Query[Long]
    Definition Classes
    CountSubQueryableQueryQuery
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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