Packages

c

net.revenj.database.postgres

PostgresOlapCubeQuery

abstract class PostgresOlapCubeQuery[T <: DataSource] extends OlapCubeQuery[T]

Source
PostgresOlapCubeQuery.scala
Linear Supertypes
OlapCubeQuery[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresOlapCubeQuery
  2. OlapCubeQuery
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PostgresOlapCubeQuery(locator: ServiceLocator)

Abstract Value Members

  1. abstract val cubeConverters: Map[String, (PostgresReader, Int) => Any]
  2. abstract val cubeDimensions: Map[String, Function[String, String]]
  3. abstract val cubeFacts: Map[String, Function[String, String]]
  4. abstract val dimensions: Set[String]
    Definition Classes
    PostgresOlapCubeQueryOlapCubeQuery
  5. abstract val facts: Set[String]
    Definition Classes
    PostgresOlapCubeQueryOlapCubeQuery
  6. abstract val source: String

Concrete 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 analyze[R](builder: (ResultSet) => R, connection: Connection, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)], filter: Option[Specification[T]], limit: Option[Int], offset: Option[Int]): Seq[R]
  5. def analyze(connection: Connection, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)], filter: Option[Specification[T]], limit: Option[Int], offset: Option[Int]): IndexedSeq[Map[String, Any]]
  6. def analyze(usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)], filter: Option[Specification[T]], limit: Option[Int], offset: Option[Int]): Future[IndexedSeq[Map[String, Any]]]
    Definition Classes
    PostgresOlapCubeQueryOlapCubeQuery
  7. def analyze(dimensionsAndFacts: Seq[String], filter: Specification[T]): Future[IndexedSeq[Map[String, Any]]]
    Definition Classes
    OlapCubeQuery
  8. def analyzeAsMap(connection: Connection, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)] = Nil, filter: Option[Specification[T]] = None, limit: Option[Int] = None, offset: Option[Int] = None): IndexedSeq[Map[String, Any]]
  9. def analyzeWith[R](builder: (ResultSet) => R, connection: Connection, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)] = Nil, filter: Option[Specification[T]] = None, limit: Option[Int] = None, offset: Option[Int] = None): Seq[R]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. lazy val dataSource: Option[DataSource]
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): 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[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getConnection(): Connection
    Attributes
    protected
  18. def handleFilter(sb: StringBuilder, filter: Specification[T], parameters: ArrayBuffer[(PreparedStatement) => Unit]): Unit
    Attributes
    protected
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val loader: ClassLoader
    Attributes
    protected
  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 prepareConverters(usedDimensions: Seq[String], usedFacts: Seq[String]): Array[(PostgresReader, Int) => Any]
  26. def prepareSql(sb: StringBuilder, asRecord: Boolean, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)], filter: Option[Specification[T]], limit: Option[Int], offset: Option[Int], parameters: ArrayBuffer[(PreparedStatement) => Unit]): Unit
  27. val reader: PostgresReader
    Attributes
    protected
  28. def releaseConnection(connection: Connection): Unit
    Attributes
    protected
  29. def stream(connection: Connection, usedDimensions: Seq[String], usedFacts: Seq[String], order: Seq[(String, Boolean)] = Nil, filter: Option[Specification[T]] = None, limit: Option[Int] = None, offset: Option[Int] = None): ResultSet
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. lazy val transactionConnection: Option[Connection]
    Attributes
    protected
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from OlapCubeQuery[T]

Inherited from AnyRef

Inherited from Any

Ungrouped