abstract class PostgresOlapCubeQuery[T <: DataSource] extends OlapCubeQuery[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgresOlapCubeQuery
- OlapCubeQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PostgresOlapCubeQuery(locator: ServiceLocator)
Abstract Value Members
- abstract val cubeConverters: Map[String, (PostgresReader, Int) => Any]
- abstract val cubeDimensions: Map[String, Function[String, String]]
- abstract val cubeFacts: Map[String, Function[String, String]]
- abstract val dimensions: Set[String]
- Definition Classes
- PostgresOlapCubeQuery → OlapCubeQuery
- abstract val facts: Set[String]
- Definition Classes
- PostgresOlapCubeQuery → OlapCubeQuery
- abstract val source: String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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]
- 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]]
- 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
- PostgresOlapCubeQuery → OlapCubeQuery
- def analyze(dimensionsAndFacts: Seq[String], filter: Specification[T]): Future[IndexedSeq[Map[String, Any]]]
- Definition Classes
- OlapCubeQuery
- 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]]
- 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]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val dataSource: Option[DataSource]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConnection(): Connection
- Attributes
- protected
- def handleFilter(sb: StringBuilder, filter: Specification[T], parameters: ArrayBuffer[(PreparedStatement) => Unit]): Unit
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val loader: ClassLoader
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepareConverters(usedDimensions: Seq[String], usedFacts: Seq[String]): Array[(PostgresReader, Int) => Any]
- 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
- val reader: PostgresReader
- Attributes
- protected
- def releaseConnection(connection: Connection): Unit
- Attributes
- protected
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val transactionConnection: Option[Connection]
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()