org.squeryl.dsl.QueryDsl

CountSubQueryableQuery

Related Doc: package QueryDsl

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: 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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: Any): 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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 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[org.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
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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