OCLOperators maxLength
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Returns the maximum length allowed for a string attribute. | |||
Useful for cutting a string to fit | Useful for cutting a string to fit an attribute and avoiding SQL errors when saving. | ||
See: [[String attribute overflowing]] | |||
[[Category:OCLOperators]] | [[Category:OCLOperators]] |
Revision as of 07:24, 3 March 2023
This page was created by Lars.olofsson on 2020-06-29. Last edited by Stephanie on 2025-02-24.
Returns the maximum length allowed for a string attribute.
Useful for cutting a string to fit an attribute and avoiding SQL errors when saving.