Class

org.squeryl.dsl.QueryDsl

CountSubQueryableQuery

Related Doc: package QueryDsl

Permalink

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. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Count: ScalarQuery[Long]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def ast: ExpressionNode

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  9. def dumpAst: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def except(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  13. def exceptAll(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  14. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Query
  19. def intersect(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  20. def intersectAll(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  21. def invokeYield(rsm: ResultSetMapper, rs: ResultSet): Long

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

    Permalink
    Definition Classes
    Any
  23. def iterator: Iterator[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  24. def name: String

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  29. def single: Long

    Permalink

    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]

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def union(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  35. def unionAll(q0: Query[Long]): Query[Long]

    Permalink
    Definition Classes
    CountSubQueryableQueryQuery
  36. final def wait(): Unit

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

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

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

    Permalink
    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