Package org.geysermc.databaseutils.meta
Annotation Interface Length
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription@org.checkerframework.checker.index.qual.Positive intThe maximum length (in bytes) that the given column can be.
-
Element Details
-
max
@org.checkerframework.checker.index.qual.Positive int maxThe maximum length (in bytes) that the given column can be. Note that for strings this mean that you have to keep the chosen charset (by default almost always UTF-8) into account. A single UTF-8 character can vary from 1 to 4 bytes per character.- Default:
- 0
-