o

zio.sql.postgresql.PostgresSqlModule

PostgresFunctionDef

object PostgresFunctionDef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresFunctionDef
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val BitLength: PostgresSqlModule.FunctionDef[String, Int]
  5. val CBRT: PostgresSqlModule.FunctionDef[Double, Double]
  6. val CharLength: PostgresSqlModule.FunctionDef[String, Int]
  7. val Chr: PostgresSqlModule.FunctionDef[Int, String]
  8. val CurrentDate: ParenlessFunctionCall0[LocalDate]
  9. val CurrentTime: ParenlessFunctionCall0[OffsetTime]
  10. val DateTrunc: PostgresSqlModule.FunctionDef[(String, Instant), LocalDateTime]
  11. val Decode: PostgresSqlModule.FunctionDef[(String, String), Chunk[Byte]]
  12. val Degrees: PostgresSqlModule.FunctionDef[Double, Double]
  13. val Div: PostgresSqlModule.FunctionDef[(Double, Double), Double]
  14. val Encode: PostgresSqlModule.FunctionDef[(Chunk[Byte], String), String]
  15. val Factorial: PostgresSqlModule.FunctionDef[Int, Int]
  16. val Format0: PostgresSqlModule.FunctionDef[String, String]
  17. val Format1: PostgresSqlModule.FunctionDef[(String, Any), String]
  18. val Format2: PostgresSqlModule.FunctionDef[(String, Any, Any), String]
  19. val Format3: PostgresSqlModule.FunctionDef[(String, Any, Any, Any), String]
  20. val Format4: PostgresSqlModule.FunctionDef[(String, Any, Any, Any, Any), String]
  21. val Format5: PostgresSqlModule.FunctionDef[(String, Any, Any, Any, Any, Any), String]
  22. val GCD: PostgresSqlModule.FunctionDef[(Double, Double), Double]
  23. val GenRandomUuid: FunctionCall0[UUID]
  24. val Hex: PostgresSqlModule.FunctionDef[Int, String]
  25. val Initcap: PostgresSqlModule.FunctionDef[String, String]
  26. val IsFinite: PostgresSqlModule.FunctionDef[Instant, Boolean]
  27. val LCM: PostgresSqlModule.FunctionDef[(Double, Double), Double]
  28. val LPad: PostgresSqlModule.FunctionDef[(String, Int, String), String]
  29. val Left: PostgresSqlModule.FunctionDef[(String, Int), String]
  30. val Length: PostgresSqlModule.FunctionDef[String, Int]
  31. val Localtime: ParenlessFunctionCall0[LocalTime]
  32. val LocaltimeWithPrecision: PostgresSqlModule.FunctionDef[Int, LocalTime]
  33. val Localtimestamp: ParenlessFunctionCall0[Instant]
  34. val LocaltimestampWithPrecision: PostgresSqlModule.FunctionDef[Int, Instant]
  35. val MakeDate: PostgresSqlModule.FunctionDef[(Int, Int, Int), LocalDate]
  36. val MakeInterval: PostgresSqlModule.FunctionDef[Interval, Interval]
  37. val MakeTime: PostgresSqlModule.FunctionDef[(Int, Int, Double), LocalTime]
  38. val MakeTimestamp: PostgresSqlModule.FunctionDef[(Int, Int, Int, Int, Int, Double), LocalDateTime]
  39. val MakeTimestampz: PostgresSqlModule.FunctionDef[Timestampz, Timestampz]
  40. val Md5: PostgresSqlModule.FunctionDef[String, String]
  41. val MinScale: PostgresSqlModule.FunctionDef[Double, Int]
  42. val Now: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
  43. val ParseIdent: PostgresSqlModule.FunctionDef[String, String]
  44. val PgClientEncoding: PostgresSqlModule.FunctionDef[Any, String]
  45. val Pi: FunctionCall0[Double]
  46. val RPad: PostgresSqlModule.FunctionDef[(String, Int, String), String]
  47. val Radians: PostgresSqlModule.FunctionDef[Double, Double]
  48. val Random: PostgresSqlModule.FunctionDef[Any, Double]
  49. val Repeat: PostgresSqlModule.FunctionDef[(String, Int), String]
  50. val Reverse: PostgresSqlModule.FunctionDef[String, String]
  51. val Right: PostgresSqlModule.FunctionDef[(String, Int), String]
  52. val SetSeed: PostgresSqlModule.FunctionDef[Double, Unit]
  53. val Sind: PostgresSqlModule.FunctionDef[Double, Double]
  54. val SplitPart: PostgresSqlModule.FunctionDef[(String, String, Int), String]
  55. val StartsWith: PostgresSqlModule.FunctionDef[(String, String), Boolean]
  56. val StatementTimestamp: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
  57. val TimeOfDay: PostgresSqlModule.FunctionDef[Any, String]
  58. val ToTimestamp: PostgresSqlModule.FunctionDef[Long, ZonedDateTime]
  59. val TransactionTimestamp: PostgresSqlModule.FunctionDef[Any, ZonedDateTime]
  60. val Translate: PostgresSqlModule.FunctionDef[(String, String, String), String]
  61. val TrimScale: PostgresSqlModule.FunctionDef[Double, Double]
  62. val Trunc: PostgresSqlModule.FunctionDef[Double, Double]
  63. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  64. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  65. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  67. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  69. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped