SQLIndex
lightdb.sql.SQLIndex
case class SQLIndex[F, D <: Document[D]](fieldName: String, indexSupport: IndexSupport[D], get: D => List[F])(implicit fRW: RW[F]) extends Index[F, D], SQLFilterSupport[F, D, Filter[D]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Index[F, D]trait FilterSupport[F, D, Filter[D]]class Objecttrait Matchableclass AnyShow all
- Self type
-
Members list
Type members
Classlikes
class SQLAggregateFilterSupport(name: String) extends SQLFilterSupport[F, D, AggregateFilter[D]]
Attributes
- Supertypes
-
trait FilterSupport[F, D, AggregateFilter[D]]class Objecttrait Matchableclass Any
Value members
Concrete methods
Inherited methods
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- Index
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def range(from: Option[F], to: Option[F], includeFrom: Boolean, includeTo: Boolean)(implicit num: Numeric[F]): Filter[D]
Attributes
- Inherited from:
- FilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Definition Classes
-
SQLFilterSupport -> FilterSupport
- Inherited from:
- SQLFilterSupport
Attributes
- Inherited from:
- FilterSupport
Inherited fields
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Implicits
Implicits
In this article