case class Grp(qry: DBAggrGrp) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Grp
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 aggregate(aggregates: Aggregate*): Grp
- def aggregate(aggregates: Aggregates): Grp
- def asBigDecimal: List[Array[Any]]
- def asBigInt: List[Array[Any]]
- def asDouble: List[Array[Any]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInt: List[Array[Any]]
- def asLong: List[Array[Any]]
- def asString: List[Array[Any]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val db: DBManager
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exportCSV(fileName: String): Int
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def firstAsBigDecimal: List[BigDecimal]
- def firstAsBigInt: List[BigInt]
- def firstAsDouble: List[Double]
- def firstAsInt: List[Int]
- def firstAsLong: List[Long]
- def firstAsString: List[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def groupBy(cols: Col*): Grp
- def groupBy(cols: Cols): Grp
- def groupByInterval(groupByIntervals: GroupByInterval*): Grp
- def groupByInterval(groupByIntervals: GroupByIntervals): Grp
- def having(havings: Having*): Grp
- def having(havings: Havings): Grp
- def into(toDB: DBManager): Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nested: NestedAggregate
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val origAggrs: Aggregates
- val origGrps: GroupByIntervals
- val origHavings: Havings
- val origWheres: Wheres
- val qry: DBAggrGrp
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def where(wheres: Where*): Grp
- def where(wheres: Wheres): Grp