t

org.squeryl.dsl

SqlFunctions

trait SqlFunctions extends AnyRef

Self Type
SqlFunctions with TypeArithmetic
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avg[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def count(e: TypedExpressionNode[_]*): (SqlFunctions.this)#CountFunction
  8. def count: (SqlFunctions.this)#CountFunction
  9. def countDistinct(e: TypedExpressionNode[_]*): (SqlFunctions.this)#CountFunction
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def exists[A](query: Query[A]): ExistsExpression
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lower[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]
  18. def max[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]
  19. def max[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]
  20. def min[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]
  21. def min[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def not(b: LogicalBoolean): FunctionNode[Nothing] with LogicalBoolean
  24. def notExists[A](query: Query[A]): ExistsExpression
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def nvl[A](a: NonNumericalExpression[Option[A]], b: NonNumericalExpression[A]): NvlFunctionNonNumerical[Option[A], A]
  28. def nvl[A, B](a: NumericalExpression[Option[A]], b: NumericalExpression[B]): NvlFunctionNumerical[A, B]
  29. def sDevPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]
  30. def sDevSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]
  31. def sum[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def upper[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]
  35. def varPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]
  36. def varSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped