object PostgresFunctionDef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgresFunctionDef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BitLength: PostgresSqlModule.FunctionDef[String, Int]
- val CBRT: PostgresSqlModule.FunctionDef[Double, Double]
- val CharLength: PostgresSqlModule.FunctionDef[String, Int]
- val Chr: PostgresSqlModule.FunctionDef[Int, String]
- val CurrentDate: ParenlessFunctionCall0[LocalDate]
- val CurrentTime: ParenlessFunctionCall0[OffsetTime]
- val DateTrunc: PostgresSqlModule.FunctionDef[(String, Instant), LocalDateTime]
- val Decode: PostgresSqlModule.FunctionDef[(String, String), Chunk[Byte]]
- val Degrees: PostgresSqlModule.FunctionDef[Double, Double]
- val Div: PostgresSqlModule.FunctionDef[(Double, Double), Double]
- val Encode: PostgresSqlModule.FunctionDef[(Chunk[Byte], String), String]
- val Factorial: PostgresSqlModule.FunctionDef[Int, Int]
- val Format0: PostgresSqlModule.FunctionDef[String, String]
- val Format1: PostgresSqlModule.FunctionDef[(String, Any), String]
- val Format2: PostgresSqlModule.FunctionDef[(String, Any, Any), String]
- val Format3: PostgresSqlModule.FunctionDef[(String, Any, Any, Any), String]
- val Format4: PostgresSqlModule.FunctionDef[(String, Any, Any, Any, Any), String]
- val Format5: PostgresSqlModule.FunctionDef[(String, Any, Any, Any, Any, Any), String]
- val GCD: PostgresSqlModule.FunctionDef[(Double, Double), Double]
- val GenRandomUuid: FunctionCall0[UUID]
- val Hex: PostgresSqlModule.FunctionDef[Int, String]
- val Initcap: PostgresSqlModule.FunctionDef[String, String]
- val IsFinite: PostgresSqlModule.FunctionDef[Instant, Boolean]
- val LCM: PostgresSqlModule.FunctionDef[(Double, Double), Double]
- val LPad: PostgresSqlModule.FunctionDef[(String, Int, String), String]
- val Left: PostgresSqlModule.FunctionDef[(String, Int), String]
- val Length: PostgresSqlModule.FunctionDef[String, Int]
- val Localtime: ParenlessFunctionCall0[LocalTime]
- val LocaltimeWithPrecision: PostgresSqlModule.FunctionDef[Int, LocalTime]
- val Localtimestamp: ParenlessFunctionCall0[Instant]
- val LocaltimestampWithPrecision: PostgresSqlModule.FunctionDef[Int, Instant]
- val MakeDate: PostgresSqlModule.FunctionDef[(Int, Int, Int), LocalDate]
- val MakeInterval: PostgresSqlModule.FunctionDef[Interval, Interval]
- val MakeTime: PostgresSqlModule.FunctionDef[(Int, Int, Double), LocalTime]
- val MakeTimestamp: PostgresSqlModule.FunctionDef[(Int, Int, Int, Int, Int, Double), LocalDateTime]
- val MakeTimestampz: PostgresSqlModule.FunctionDef[Timestampz, Timestampz]
- val Md5: PostgresSqlModule.FunctionDef[String, String]
- val MinScale: PostgresSqlModule.FunctionDef[Double, Int]
- val Now: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
- val ParseIdent: PostgresSqlModule.FunctionDef[String, String]
- val PgClientEncoding: PostgresSqlModule.FunctionDef[Any, String]
- val Pi: FunctionCall0[Double]
- val RPad: PostgresSqlModule.FunctionDef[(String, Int, String), String]
- val Radians: PostgresSqlModule.FunctionDef[Double, Double]
- val Random: PostgresSqlModule.FunctionDef[Any, Double]
- val Repeat: PostgresSqlModule.FunctionDef[(String, Int), String]
- val Reverse: PostgresSqlModule.FunctionDef[String, String]
- val Right: PostgresSqlModule.FunctionDef[(String, Int), String]
- val SetSeed: PostgresSqlModule.FunctionDef[Double, Unit]
- val Sind: PostgresSqlModule.FunctionDef[Double, Double]
- val SplitPart: PostgresSqlModule.FunctionDef[(String, String, Int), String]
- val StartsWith: PostgresSqlModule.FunctionDef[(String, String), Boolean]
- val StatementTimestamp: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
- val TimeOfDay: PostgresSqlModule.FunctionDef[Any, String]
- val ToTimestamp: PostgresSqlModule.FunctionDef[Long, ZonedDateTime]
- val TransactionTimestamp: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
- val Translate: PostgresSqlModule.FunctionDef[(String, String, String), String]
- val TrimScale: PostgresSqlModule.FunctionDef[Double, Double]
- val Trunc: PostgresSqlModule.FunctionDef[Double, Double]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()