Queryable

org.squeryl.Queryable
trait Queryable[T]

Attributes

Source
Queryable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JoinedQueryable[A]
trait Query[R]
trait ScalarQuery[T]
class AbstractQuery[R]
class Query1[T1, R]
class Query10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]
class Query11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R]
class Query12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R]
class Query13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R]
class Query14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R]
class Query15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R]
class Query16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R]
class Query17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R]
class Query18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R]
class Query19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R]
class Query2[T1, T2, R]
class Query20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R]
class Query21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R]
class Query22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R]
class Query3[T1, T2, T3, R]
class Query4[T1, T2, T3, T4, R]
class Query5[T1, T2, T3, T4, T5, R]
class Query6[T1, T2, T3, T4, T5, T6, R]
class Query7[T1, T2, T3, T4, T5, T6, T7, R]
class Query8[T1, T2, T3, T4, T5, T6, T7, T8, R]
class Query9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]
class DelegateQuery[M]
trait ManyToMany[O, A]
trait ManyToOne[O]
trait OneToMany[M]
class View[T]
class SrfView[T]
class Table[T]
class ManyToManyRelationImpl[L, R, A]
Show all

Members list

Value members

Abstract methods

def name: String

Attributes

Source
Queryable.scala

Concrete methods

def where(whereClauseFunctor: T => LogicalBoolean)(implicit dsl: QueryDsl): Query[T]

Attributes

Source
Queryable.scala