Skip to content

StringLength

Josh Wright edited this page Jan 14, 2021 · 3 revisions

StringLength

The length of an SQL string column in characters.

public enum StringLength

Enumeration Cases

unlimited

This value of this column can be any number of characters.

case unlimited

limit

This value of this column must be at most the provided number of characters.

case limit(: Int)
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally