com.outr.query

ColumnLike

trait ColumnLike[T] extends SelectExpression

Linear Supertypes
SelectExpression, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ColumnLike
  2. SelectExpression
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def converter: ColumnConverter[T]

  2. abstract def longName: String

  3. abstract def manifest: Manifest[T]

  4. abstract def name: String

  5. abstract def table: Table

Concrete Value Members

  1. def !%(pattern: String): LikeCondition[T]

  2. def !*(regex: Regex): RegexCondition[T]

  3. def !=(value: T): DirectCondition[T]

  4. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def ##(): Int

    Definition Classes
    AnyRef → Any
  7. def %(pattern: String): LikeCondition[T]

  8. def *(regex: Regex): RegexCondition[T]

  9. def <(value: T): DirectCondition[T]

  10. def <=(value: T): DirectCondition[T]

  11. def <>(value: T): DirectCondition[T]

  12. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  14. def ===(column: ColumnLike[T]): ColumnCondition[T]

  15. def ===(value: T): DirectCondition[T]

  16. def >(value: T): DirectCondition[T]

  17. def >=(value: T): DirectCondition[T]

  18. def apply(value: T, converterOverride: Option[ColumnConverter[T]] = None): ColumnValue[T]

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def asc: OrderBy

    Definition Classes
    SelectExpression
  21. def avg: SimpleFunction[T]

  22. def between(range: Seq[T]): RangeCondition[T]

  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def count: SimpleFunction[Long]

  25. def desc: OrderBy

    Definition Classes
    SelectExpression
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def in(range: Seq[T]): RangeCondition[T]

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def isNotNull: NullCondition[T]

  34. def isNull: NullCondition[T]

  35. def like(pattern: String): LikeCondition[T]

  36. def max: SimpleFunction[T]

  37. def min: SimpleFunction[T]

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def notLike(pattern: String): LikeCondition[T]

  40. def notRegex(regex: Regex): RegexCondition[T]

  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def regex(regex: Regex): RegexCondition[T]

  44. def sqlType: String

  45. def sum: SimpleFunction[T]

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def value(v: Any): ColumnValue[T]

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SelectExpression

Inherited from AnyRef

Inherited from Any

Ungrouped