Skip to content

Case

SQLLiteral.numeric(_:)

A literal expression representing a numeric literal in the current dialect.
case numeric(String)

Discussion

Because the range of supported numeric types between SQL dialects is extremely wide, and that range rarely at best overlaps cleanyl with Swift’s numeric type support, numeric literals are specified using their stringified representations.