SQLAggregateFilter

lightdb.sql.SQLAggregateFilter
case class SQLAggregateFilter[D <: Document[D]](sql: String, args: List[Json]) extends AggregateFilter[D], SQLPart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLPart
trait AggregateFilter[D]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def &&(that: AggregateFilter[D]): AggregateFilter[D]

Attributes

Definition Classes
AggregateFilter

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product