com.metamx.common.scala.db

DB

abstract class DB extends Logging

Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DB
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DB(config: DBConfig)

Abstract Value Members

  1. abstract def createIsTransient: (Throwable) ⇒ Boolean

  2. abstract def createTable(table: String, decls: Seq[String]): Unit

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def batch(sql: String, argss: Iterable[Seq[Any]]): Int

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def configured[X <: SQLStatement[X]](x: X): X

  10. val dbds: LateVal[DataSource]

  11. val dbi: LateVal[DBI]

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def execute(sql: String, args: Any*): Int

  15. val fetchSize: DynamicVariable[Int]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def h: Handle

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def inTransaction[X](body: ⇒ X): X

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def log: Logger

    Definition Classes
    Logging
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def oneLineSql(sql: String): String

  27. lazy val schema: AnyRef { ... /* 3 definitions in type refinement */ }

  28. def select(sql: String, args: Any*): IndexedSeq[Dict]

  29. def singleHandle[X](body: ⇒ X): X

  30. def start: Unit

    Annotations
    @LifecycleStart()
  31. def stop: Unit

    Annotations
    @LifecycleStop()
  32. def stream(uniqueKey: String, select: String, from: String, where: String, args: Any*): Stream[Dict]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def tx: TransactionStatus

  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( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped