Module udf::types

source ·
Expand description

Types that represent SQL interfaces

Structs

  • A collection of SQL arguments
  • Iterator over arguments in a ArgList
  • A zero-sized struct indicating that something went wrong
  • A single SQL argument, including its attributes
  • A collection of SQL arguments

Enums

  • Helpful constants related to the max_length parameter
  • A possible SQL result consisting of a type and nullable value
  • Enum representing possible SQL result types

Constants