org.squeryl

Table

class Table [T] extends View[T]

Linear Supertypes
View[T], Queryable[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Table
  2. View
  3. Queryable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Table (n: String)(implicit manifestT: Manifest[T])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val _setPersisted : (T) ⇒ Unit

    Attributes
    protected
    Definition Classes
    View
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def delete [K] (k: K)(implicit ev: <:<[T, KeyedEntity[K]], dsl: QueryDsl): Boolean

  10. def delete (q: Query[T]): Int

  11. def deleteWhere (whereClause: (T) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Int

  12. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def forceUpdate (o: Iterable[T])(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit

  16. def forceUpdate (o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit

    Updates without any Optimistic Concurrency Control check

  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def insert (e: Iterable[T]): Unit

  20. def insert (t: Query[T]): Nothing

  21. def insert (t: T): T

  22. def insertOrUpdate (o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): T

  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def lookup [K] (k: K)(implicit ev: <:<[T, KeyedEntity[K]], dsl: QueryDsl): Option[T]

    Definition Classes
    View
  25. def name : String

    Definition Classes
    ViewQueryable
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. val posoMetaData : PosoMetaData[T]

    Definition Classes
    View
  30. def prefix : Option[String]

    Definition Classes
    View
  31. def prefixedName : String

    Definition Classes
    View
  32. def prefixedPrefixedName (s: String): String

    Suppose you have : prefix.

    Suppose you have : prefix.MyTable myTable.prefixedPrefixedName("z") will yield : prefix.zMyTable used for creating names for objects derived from a table, ex.: a sequence

    Definition Classes
    View
  33. val schema : Schema

  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def update (s: (T) ⇒ UpdateStatement): Int

  37. def update (o: Iterable[T])(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit

  38. def update (o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit

  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def where (whereClauseFunctor: (T) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Query[T]

    Definition Classes
    Queryable

Inherited from View[T]

Inherited from Queryable[T]

Inherited from AnyRef

Inherited from Any