org.squeryl.dsl

SqlFunctions

trait SqlFunctions extends AnyRef

Self Type
SqlFunctions with TypeArithmetic
Source
SqlFunctions.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SqlFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CountFunction extends FunctionNode[(SqlFunctions.this)#LongType] with NumericalExpression[(SqlFunctions.this)#LongType]

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def avg[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def count(e: TypedExpressionNode[_]*): (SqlFunctions.this)#CountFunction

  10. def count: (SqlFunctions.this)#CountFunction

  11. def countDistinct(e: TypedExpressionNode[_]*): (SqlFunctions.this)#CountFunction

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

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

    Definition Classes
    AnyRef → Any
  14. def exists[A](query: Query[A]): ExistsExpression

  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def lower[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]

  20. def max[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

  21. def max[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

  22. def min[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

  23. def min[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

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

    Definition Classes
    AnyRef
  25. def not(b: LogicalBoolean): FunctionNode[Nothing] with LogicalBoolean

  26. def notExists[A](query: Query[A]): ExistsExpression

  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def nvl[A](a: NonNumericalExpression[Option[A]], b: NonNumericalExpression[A]): NvlFunctionNonNumerical[Option[A], A]

  30. def nvl[A, B](a: NumericalExpression[Option[A]], b: NumericalExpression[B]): NvlFunctionNumerical[A, B]

  31. def sDevPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

  32. def sDevSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

  33. def sum[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def upper[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]

  37. def varPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

  38. def varSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped