Packages

c

org.sh.db.ScalaDB

ScalaDB

class ScalaDB extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaDB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaDB(db: DBManager)

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 addForeignKey(cols: Col*): FK
  5. def addForeignKey(cols: Cols): FK
  6. def aggregate(aggrs: Aggregates): Agg
  7. def aggregate(aggrs: Aggregate*): Agg
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def countWhere(wheres: Where*): Long
  11. val db: DBManager
  12. def deleteWhere(wheres: Where*)(implicit optConn: OptConn = None): Int
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def incrementNew(increments: Increment*): IncNew
  19. def insert(anys: Any*): Long
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def removeForeignKey(cols: Col*): FK
  26. def removeForeignKey(cols: Cols): FK
  27. def select(cols: Cols): Sel[List[Any]]
  28. def select(cols: Col*): Sel[_]
  29. def selectStar: Sel[List[Any]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(updates: Updates[Any]): Upd
  33. def update(updates: Update[Any]*): Upd
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def increment(increments: Increment*): Inc
    Annotations
    @deprecated
    Deprecated

    (Since version 23 Mar 2018) Use incrementNew, which additionally returns the values BEFORE the increment, while this just returns the number of rows affected

  2. def indexedBy(cols: Array[Col]): ScalaDB
    Annotations
    @deprecated
    Deprecated

    (Since version 21 Nov 2017) Index reduces performance

  3. def indexedBy(cols: Col*): ScalaDB
    Annotations
    @deprecated
    Deprecated

    (Since version 21 Nov 2017) Index reduces performance

Inherited from AnyRef

Inherited from Any

Ungrouped