package condition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- condition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AND(lhs: Predicate, rhs: Predicate) extends Predicate with Product with Serializable
- case class Between[T](c: field, rhs1: T, rhs2: T)(implicit evidence$7: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class EqualsTo[T](c: field, rhs: T)(implicit evidence$5: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class EqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable
- case class EqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
- case class Exists(c: field) extends Predicate with Product with Serializable
- case class GreaterThan[T](c: field, rhs: T)(implicit evidence$1: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class GreaterThanEquals[T](c: field, rhs: T)(implicit evidence$2: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class In(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
- case class LessThan[T](c: field, rhs: T)(implicit evidence$3: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class LessThanEquals[T](c: field, rhs: T)(implicit evidence$4: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class Like(c: field, regex: String) extends Predicate with Product with Serializable
- case class Matches(c: field, regex: String) extends Predicate with Product with Serializable
- case class NotEqualsTo[T](c: field, rhs: T)(implicit evidence$6: quotes[T], ev: quotes[T]) extends Predicate with Product with Serializable
- case class NotEqualsToMap(c: field, rhs: Map[String, AnyRef]) extends Predicate with Product with Serializable
- case class NotEqualsToSeq(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
- case class NotExists(c: field) extends Predicate with Product with Serializable
- case class NotIn(c: field, rhs: Seq[AnyRef]) extends Predicate with Product with Serializable
- case class NotLike(c: field, regex: String) extends Predicate with Product with Serializable
- case class NotMatches(c: field, regex: String) extends Predicate with Product with Serializable
- case class NotTypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable
- case class OR(lhs: Predicate, rhs: Predicate) extends Predicate with Product with Serializable
- trait Predicate extends Serializable
- case class SizeOf(c: field, op: Op, size: Long) extends Predicate with Product with Serializable
- case class TypeOf(c: field, typevalue: String) extends Predicate with Product with Serializable
- trait quotes[T] extends Serializable
Value Members
- implicit def quotesBigDecimal: quotes[BigDecimal]
- implicit def quotesBoolean: quotes[Boolean]
- implicit def quotesByte: quotes[Byte]
- implicit def quotesByteBuffer: quotes[ByteBuffer]
- implicit def quotesDouble: quotes[Double]
- implicit def quotesFloat: quotes[Float]
- implicit def quotesInt: quotes[Int]
- implicit def quotesInteger: quotes[Integer]
- implicit def quotesLong: quotes[Long]
- implicit def quotesODate: quotes[ODate]
- implicit def quotesOInterval: quotes[OInterval]
- implicit def quotesOTime: quotes[OTime]
- implicit def quotesOTimestamp: quotes[OTimestamp]
- implicit def quotesShort: quotes[Short]
- implicit def quotesString: quotes[String]
- object DBQueryCondition extends Serializable