DbMath

dataprism.platform.sql.implementations.H2Platform.DbMath

Attributes

Source
H2Platform.scala
Graph
Supertypes
trait SqlTrigMath
class Object
trait Matchable
class Any
Show all
Self type
DbMath.type

Members list

Value members

Inherited methods

def abs[A : SqlNumeric](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala
def ceil[A : SqlNumeric](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala
def exp[A : SqlFractional](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def floor[A : SqlNumeric](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def ln[A : SqlFractional](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def log[A : SqlFractional](a: SqlDbValue[A], b: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def pi[A : SqlNumeric](tpe: Type[A])(implicit evidence$1: SqlSimpleMath.this.SqlNumeric[A], NotGiven[A <:< Option[_]]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def pow[A : SqlNumeric](a: SqlDbValue[A], b: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def random[A : SqlNumeric](tpe: Type[A])(implicit evidence$1: SqlSimpleMath.this.SqlNumeric[A], NotGiven[A <:< Option[_]]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala
def sign[A : SqlNumeric](a: SqlDbValue[A]): SqlSimpleMath.this.DbValue[A]

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SqlTrigMath
Source
SqlTrigFunctions.scala

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala

Attributes

Inherited from:
SimpleSqlDbMath
Source
SqlSimpleMath.scala